I reinstalled Wix 3.9.702 on my laptop and attempted to rebuild my custom 
action libraries.  I only get one error.

The issue appears to be isolated to dutil.lib:

dutil.lib(pathutil.obj) : error LNK2001:  unresolved external symbol 
__imp__PathCanonicalizeW@8

So, I'm resolving the dutil.lib in Wix 3.9.702, but the dutil.lib appears to be 
missing a dependency to resolve this symbol.

>From my vcxproj file:

<AdditionalDependencies>msi.lib;dutil.lib;wcautil.lib;Version.lib;%(AdditionalDependencies)</AdditionalDependencies>
      
<AdditionalLibraryDirectories>$(WIX)sdk\VS2012\lib\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

--
John Merryweather Cooper
Build & Install Engineer - ESA
Jack Henry & Associates, Inc.®
Shawnee Mission, KS  66227
Office:  913-341-3434 x791011
jocoo...@jackhenry.com
www.jackhenry.com



-----Original Message-----
From: Phill Hogland [mailto:phogl...@rimage.com] 
Sent: Thursday, July 17, 2014 8:19 AM
To: wix-devs@lists.sourceforge.net
Subject: Re: [WiX-devs] Wix 3.9.702 Results

I concur with Neil on my wix 3.8.1128 (installed) machine.  On my wix 3.9.702
(installed) machine it also includes the SDK tree with VS specific folders 
which include headers and libs.  However the 3.9 install does not include 
support for older versions of VS which are in 3.8, but are no longer supported 
in 3.9.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-9-702-Results-tp7595781p7595923.html
Sent from the wix-devs mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and search 
up to 200,000 lines of code with a free copy of Black Duck Code Sight - the 
same software that powers the world's largest code search on Ohloh, the Black 
Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.


------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to