Please keep the [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> mailing list on 
replies.

That is an MSI API.  MSDN should point you to msi.lib.

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

I actually already tried that, I still get linkage errors:

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

what else do I need to link?


On 4/16/07, Rob Mensching <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote:

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



From: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> [mailto:[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?





--
Tal Shrestha | 3dbe.com<http://3dbe.com>
-------------------------------------------------------------------------
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