Re: [WiX-users] Link error for dutil.lib

2009-11-10 Thread Jiang, Chunyan (GE Healthcare)
toolset. Betreff: Re: [WiX-users] Link error for dutil.lib Hi Bob, I have tried dutil_2005.lib. #pragma comment(lib, "dutil_2005.lib") But there is still the problem Regards, Chunyan -Ursprüngliche Nachricht- Von: Bob Arnson [mailto:b...@joyofsetup.com] Gesendet: Dienstag, 10

Re: [WiX-users] Link error for dutil.lib

2009-11-10 Thread Jiang, Chunyan (GE Healthcare)
or Windows Installer XML toolset. Betreff: Re: [WiX-users] Link error for dutil.lib Jiang, Chunyan (GE Healthcare) wrote: > There is still not working for Visual Studio 2005. The error message: > > dutil.lib(precomp.obj) : fatal error LNK1103: debugging information > corrupt; recompile modul

Re: [WiX-users] Link error for dutil.lib

2009-11-10 Thread Bob Arnson
Jiang, Chunyan (GE Healthcare) wrote: > There is still not working for Visual Studio 2005. The error message: > > dutil.lib(precomp.obj) : fatal error LNK1103: debugging information corrupt; > recompile module > Use dutil_2005.lib. -- sig://boB http://joyofsetup.com/ -

Re: [WiX-users] Link error for dutil.lib

2009-11-10 Thread Jiang, Chunyan (GE Healthcare)
Hi Gábor, Thanks for your help. I tried to use the command as you said in one batch file. But when run the batch file, there is no action. No dll are generated, nor message return. The command line screen only shows the content as in batch file. What is the problem? There is still not workin

Re: [WiX-users] Link error for dutil.lib

2009-11-03 Thread Mike Carlson (DEV DIV)
r avenue of investigation. -Original Message- From: Jiang, Chunyan (GE Healthcare) [mailto:chunyan.ji...@ge.com] Sent: Tuesday, November 03, 2009 12:21 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Link error for dutil.lib I am using Microsoft Visual Studio 2

Re: [WiX-users] Link error for dutil.lib

2009-11-03 Thread Jiang, Chunyan (GE Healthcare)
check them? -Ursprüngliche Nachricht- Von: Blair [mailto:os...@live.com] Gesendet: Montag, 2. November 2009 23:00 An: 'General discussion for Windows Installer XML toolset.' Betreff: Re: [WiX-users] Link error for dutil.lib Are you building 32-bit, or some flavor of 64-bit? -Origin

Re: [WiX-users] Link error for dutil.lib

2009-11-02 Thread Blair
Are you building 32-bit, or some flavor of 64-bit? -Original Message- From: Mike Carlson (DEV DIV) [mailto:mica...@microsoft.com] Sent: Monday, November 02, 2009 1:52 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Link error for dutil.lib Did you

Re: [WiX-users] Link error for dutil.lib

2009-11-02 Thread Mike Carlson (DEV DIV)
Did you try a clean build? i.e. Delete your build output directory and build again. Thanks, Mike Carlson -Original Message- From: Jiang, Chunyan (GE Healthcare) [mailto:chunyan.ji...@ge.com] Sent: Monday, November 02, 2009 7:20 AM To: General discussion for Windows Installer XML toolset

Re: [WiX-users] Link error for dutil.lib

2009-11-02 Thread Rob Mensching
What version of the C++ compiler are you using? On Mon, Nov 2, 2009 at 7:20 AM, Jiang, Chunyan (GE Healthcare) < chunyan.ji...@ge.com> wrote: > Hi wix-users, > > I tried to compile the sampleListbox from Wix Tutorial 10.1. I > downloaded the source code and tried to build the dll. However, I got