RegKey operations are in advapi32.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Monday, April 30, 2007 12:47 PM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] Trouble building with wcautil.lib

In Visual C++ 2005 Express, everything compiles ok until I add the line:

WcaInitialize(hInstall, "VerifyLicenseDir");

which yields the message:

LicenseFileUtils.obj : error LNK2019: unresolved external symbol [EMAIL 
PROTECTED] referenced in function [EMAIL PROTECTED]


If I add
#pragma comment(lib,"wcautil.lib")

I get
wcautil.lib(wcalog.obj) : error LNK2019: unresolved external symbol [EMAIL 
PROTECTED] referenced in function "int __stdcall IsVerboseLogging(void)" 
(?IsVerboseLogging@@YGHXZ)
wcautil.lib(wcalog.obj) : error LNK2019: unresolved external symbol [EMAIL 
PROTECTED] referenced in function "int __stdcall IsVerboseLogging(void)" 
(?IsVerboseLogging@@YGHXZ)
wcautil.lib(wcalog.obj) : error LNK2019: unresolved external symbol [EMAIL 
PROTECTED] referenced in function "int __stdcall IsVerboseLogging(void)" 
(?IsVerboseLogging@@YGHXZ)


I'm not sure what these messages are telling me.  Do I have the wrong version 
of some library?  This all worked ok in Visual Studio .NET 2005.

--Chris
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to