|
-
January 24th, 2007, 02:29 AM
#1
dll compile error
Error 6 error LNK2019: unresolved external symbol __imp__SetupOpenInfFileA@16 referenced in function "public: void __thiscall Install_Functions::mGetHandleINF(char * const,char (* const)[100])" (?mGetHandleINF@Install_Functions@@QAEXQADQAY0GE@D@Z) Installer.obj
"SetupOpenInfFile" is a function i use which is in the setupapi.h file which is part of the platformSDK.........i am trying to my printer driver installer into a dll so if its not in a dll project its fine so i don't know why the above link error happens?
-
January 24th, 2007, 02:41 AM
#2
Re: dll compile error
 Originally Posted by James_dean
Error 6 error LNK2019: unresolved external symbol __imp__SetupOpenInfFileA@16 referenced in function "public: void __thiscall Install_Functions::mGetHandleINF(char * const,char (* const)[100])" (?mGetHandleINF@Install_Functions@@QAEXQADQAY0GE@D@Z) Installer.obj
"SetupOpenInfFile" is a function i use which is in the setupapi.h file which is part of the platformSDK.........i am trying to my printer driver installer into a dll so if its not in a dll project its fine so i don't know why the above link error happens?
Please import setupapi.lib
Best Api Monitor tool.
Trace the target program automatically and monitor the parameters of all API and COM interfaces.
Auto Debug for Windows 4.0
Auto Debug for .Net
http://www.autodebug.com/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|