Wcautil.lib requires dutil.lib, so you need to include both when creating your 
CustomAction.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of barbq
Sent: Monday, April 16, 2007 12:12 PM
To: WiX-Users
Subject: [WiX-users] Unresolved Symbols

Hi,

I'm trying to compile the DLL sample given at 
http://www.tramontana.co.hu/wix/lesson10.php, and even though I've added 
"Additional Library Directories" of the sdk,
and "Additional Dependencies" of wcautil.lib, I'm getting unresolved symbols 
errors like:

Error 5 error LNK2019: unresolved external symbol [EMAIL 
PROTECTED]<mailto:[EMAIL PROTECTED]> referenced in function [EMAIL 
PROTECTED]<mailto:[EMAIL PROTECTED]> wcautil.lib

and many more like such.

* If I remove the wcautil.lib dependency I get errors of MY function calls to 
the library (which seems logical). However it seems these errors are calls from 
within the library itself.

Any ideas?

-------------------------------------------------------------------------
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