How do I find the source of a “A procedure imported by 'xxx.dll' could not be loaded.” exception?
问题 I have been chasing this exception for the past week. Situation is: I have an application that is written in C# and built in Visual Studio 2010. The application includes a DLL that is a wrapper of an unmanaged code library. The unmanaged code is written in C++ and built in Visual Studio 2008. This is required because the code references additional libraries (Qt) and that code targets WinCE version 5 (necessary due to devices supported in the field). I have tried many of the suggestions I have