Re: [WiX-users] Trouble building with wcautil.lib

2007-04-30 Thread Bob Arnson
[EMAIL PROTECTED] wrote: In Visual C++ 2005 Express, everything compiles ok until I add the line: You might also need the Windows SDK to get all the headers. VC++Express is geared mostly toward .NET development. -- sig://boB http://joyofsetup.com/ -

Re: [WiX-users] Trouble building with wcautil.lib

2007-04-30 Thread Rob Mensching
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

[WiX-users] Trouble building with wcautil.lib

2007-04-30 Thread Chris.Rowland
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 #