Hi All:

     I am using VS2005 to generate a MSI package, After install Wix3.5 use new 
library files. Please check below code.

 

#pragma comment(lib, "wcautil_2005.lib")
#pragma comment(lib, "dutil_2005.lib")

 

when I compile, it always links fail with below errors. 

dutil_2005.lib(fileutil.obj) : error LNK2001: unresolved external symbol 
_VerQueryValueW@16
dutil_2005.lib(fileutil.obj) : error LNK2001: unresolved external symbol 
_GetFileVersionInfoW@16
dutil_2005.lib(fileutil.obj) : error LNK2001: unresolved external symbol 
_GetFileVersionInfoSizeW@8

 

What is this error, Please kindly give your suggestion, Thanks!

                                          
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to