[Solved] Visual Studio Add-in project - cannot import Win32 DLL
General and Desktop
2
Posts
1
Posters
823
Views
1
Watching
-
wrote on 26 Aug 2014, 17:36 last edited by
I'm trying to import a Win32 DLL to a Qt application within the same solution but I'm having trouble because it won't link it or something. I've posted the details on "Stack Overflow":http://stackoverflow.com/questions/25511081/qt-visual-studio-add-in-project-cannot-import-win32-dll. I can't continue my work on the GUI app without it.
-
wrote on 26 Aug 2014, 18:38 last edited by
Solved by changing the Qt project's build output folder to the same one as the DLL project's: Configuration Properties -> General -> Output Directory. Still don't understand why Visual Studio won't let me use the "Copy Local" option.
1/2