Hi All--
Trying to integrate WinSparkle 0.3 into my Visual C++ application being developed in VisualStudio 2010. I've placed the library on the linker search path, added the #include statement and the 3 calls needed to initialize, check for updates, and cleanup per the instructions. However, I get link errors:
AppMFC.obj : error LNK2019: unresolved external symbol __imp_@win_sparkle_cleanup@0 referenced in function "public: virtual __thiscall FCMyApp::~FCMyApp(void)" (??1FCMyApp@@UAE@XZ)
AppMFC.obj : error LNK2019: unresolved external symbol __imp_@win_sparkle_init@0 referenced in function "public: virtual int __thiscall FCMyApp::InitInstance(void)" (?InitInstance@MyApp@@UAEHXZ)
AppMFC.obj : error LNK2019: unresolved external symbol __imp_@win_sparkle_set_appcast_url@4 referenced in function "public: virtual int __thiscall FCMyApp::InitInstance(void)" (?InitInstance@FCMyApp@@UAEHXZ)
I've had several sets of eyes on this to make sure I've set it up correctly. Any ideas as to what I might be doing incorrectly? I would compile from source, but it seems that the version of WXwidgets being used is not available in the GitHub repository.
Any ideas?
Thanks!
Allen