Re: [WiX-users] 3 problems with "integration" of WiX and VS2005 SP1 (fwd)

2008-10-30 Thread Rob Mensching
with "integration" of WiX and VS2005 SP1 (fwd) Subject: Re: [WiX-users] 3 problems with "integration" of WiX and VS2005 SP1 On Tue, 28 Oct 2008, Rob Mensching wrote about Re: [WiX-users] 3 problems...: > 1. If the _2005.libs are not working for you, please add any additional > i

Re: [WiX-users] 3 problems with "integration" of WiX and VS2005 SP1

2008-10-30 Thread Rob Mensching
The bug was reactivated yesterday (or the day before). -Original Message- From: Bob Lim [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2008 02:52 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] 3 problems with "integration" of WiX and VS2005 SP1 I have the

Re: [WiX-users] 3 problems with "integration" of WiX and VS2005 SP1

2008-10-30 Thread Bob Lim
I have the same first problem on debug and release builds with the latest week release on VS2005 SP1. I really hope if it could get fixed soon as I need to build a custom action C++ dll soon. 1>dutil.lib(precomp.obj) : fatal error LNK1103: debugging information corrupt; recompile module Thank

Re: [WiX-users] 3 problems with "integration" of WiX and VS2005 SP1 (fwd)

2008-10-28 Thread Curtis Jewell
Subject: Re: [WiX-users] 3 problems with "integration" of WiX and VS2005 SP1 On Tue, 28 Oct 2008, Rob Mensching wrote about Re: [WiX-users] 3 problems...: > 1. If the _2005.libs are not working for you, please add any additional > information available to the bug so it reopens

Re: [WiX-users] 3 problems with "integration" of WiX and VS2005 SP1

2008-10-28 Thread Rob Mensching
. Subject: Re: [WiX-users] 3 problems with "integration" of WiX and VS2005 SP1 It is, (that's what 2166658 is about) and I see files named dutil_2005.lib and wcautil_2005.lib - but shouldn't things "just work" if you include the appropriate headers? (Oh, they're linke

Re: [WiX-users] 3 problems with "integration" of WiX and VS2005 SP1

2008-10-28 Thread Curtis Jewell
It is, (that's what 2166658 is about) and I see files named dutil_2005.lib and wcautil_2005.lib - but shouldn't things "just work" if you include the appropriate headers? (Oh, they're linked in via the project properties and not via #pragma comment("lib", ...) stuff in the headers, going to change

Re: [WiX-users] 3 problems with "integration" of WiX and VS2005 SP1

2008-10-28 Thread Michael Owings
I think the first issue is caused by the Wix utility static libraries being build with VS 2008. You'd need to rebuild them with 2005, I believe. This isn't a problem with 2.x (and VS 2005). Curtis Jewell wrote: > 1. I'm trying to write a custom action, and bug 2166658 is hitting me > despite upg

[WiX-users] 3 problems with "integration" of WiX and VS2005 SP1

2008-10-28 Thread Curtis Jewell
1. I'm trying to write a custom action, and bug 2166658 is hitting me despite upgrading to 3.0.4624 - I'm still getting "dutil.lib(precomp.obj) : fatal error LNK1103: debugging information corrupt; recompile module" errors. (I do see the new files... maybe the headers could do some magic tricks in