Support Board
Date/Time: Sun, 24 Nov 2024 04:37:07 +0000
Post From: ACSIL User study compilies into DLL and file is located in Da
[2024-07-01 20:55:25] |
User275839 - Posts: 61 |
Hi - Maybe this is helpful, maybe not... The errors that @John - SC Support mentions are identical to what I saw following a clean install of Win11. I found that some 3rd party DLLs have implicit dependencies on various library DLLs that get apparently get installed when you install Visual Studio. Downloading and installing just the standard MS C and C++ redistributable libraries didn't fix things. I had to reinstall Visual Studio to get the necessary I-don't-even-know-what files to be available. BTW, I installed VS 2022. You can use the dumpbin tool that comes with VS to examine dependencies for any built DLLs. |