J
jquerijero
Guest
PDS does not load dependent Dlls. >> PDS only let me used the class name after I installed all the dependencies. This might have something to do with static linking since I am dealing with a DLL written in VC++ even if it is compiled as CLR dll instead of MFC dll. This is not different from how Visual Studio works. >> I always try using any custom DLL in Visual Studio 2010 and 2013 first before using it in PDS for sanity check. For my case, I can in fact compile my VS project without the VC++ Redistributable installed on the machine. This is expected because you can just-in-time load dependencies through event mechanism provided by the .NET framework. The executable only fails during run-time.
Continue reading...
Continue reading...