Click here to Skip to main content
15,916,846 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionTaking controll over... Pin
Larsson29-Nov-05 2:14
Larsson29-Nov-05 2:14 
AnswerRe: Taking controll over... Pin
Cedric Moonen29-Nov-05 3:38
Cedric Moonen29-Nov-05 3:38 
QuestionCFileDialog Pin
vijayganesh29-Nov-05 1:27
vijayganesh29-Nov-05 1:27 
AnswerRe: CFileDialog Pin
ThatsAlok29-Nov-05 2:10
ThatsAlok29-Nov-05 2:10 
GeneralRe: CFileDialog Pin
vijayganesh29-Nov-05 21:01
vijayganesh29-Nov-05 21:01 
Questionparsing error on viewing class wizard Pin
swaapu29-Nov-05 1:23
swaapu29-Nov-05 1:23 
AnswerRe: parsing error on viewing class wizard Pin
Cedric Moonen29-Nov-05 2:16
Cedric Moonen29-Nov-05 2:16 
QuestionMSXML6.lib error on Debug build Pin
Shiva Prasad29-Nov-05 1:07
Shiva Prasad29-Nov-05 1:07 
Hi,

compiler: VC++ 6.0

problem:

When a Release Build is done, it works fine..

We are using MSXML 6.0 in our code.

But during Debug Build of a win32 module, it gives the following error.

msxml6.lib(msxml6_i.obj) : fatal error LNK1103: debugging information corrupt; recompile module
Error executing link.exe.

One possible reason we could think of is the msxml6.lib is of release build. so it builds on release mode and gives the error on debug build

We need a Debug build since we need to debug the code, can anybody suggest any work around in the compiler setting..

I tried out the following
try out the following, but no use:

Turn off optimization with the /Od (Disable) option.
Disable minimal rebuild with the /Gm– (Enable Minimal Rebuild) option.
Compile with the /Gy (Enable Function-Level Linking) option to package functions.
Use a different code generation option. See the /G (Optimize for Processor) options.
Change the order of functions and global variables.

I get the same error when I enable the Debug option of compiler in Release Mode.

Any suggestion or workaround is highly appreciated.

Thanks,

Shiva
AnswerRe: MSXML6.lib error on Debug build Pin
toxcct29-Nov-05 2:13
toxcct29-Nov-05 2:13 
QuestionGDI+ Bitmap/Graphics::DrawImage(..) Question.. Pin
fetox29-Nov-05 0:54
fetox29-Nov-05 0:54 
QuestionSaving Graphics in VC++ Pin
vijayganesh28-Nov-05 23:46
vijayganesh28-Nov-05 23:46 
AnswerRe: Saving Graphics in VC++ Pin
Rajesh R Subramanian29-Nov-05 1:26
professionalRajesh R Subramanian29-Nov-05 1:26 
QuestionWorker Thread related problem? Pin
dp_7628-Nov-05 23:20
dp_7628-Nov-05 23:20 
QuestionOpenGL and very big images Pin
Russell'28-Nov-05 22:15
Russell'28-Nov-05 22:15 
NewsRe: OpenGL and very big images Pin
Rajesh R Subramanian28-Nov-05 23:20
professionalRajesh R Subramanian28-Nov-05 23:20 
Questionradio buttons and check boxes in vc++ Pin
Member 158774128-Nov-05 21:36
Member 158774128-Nov-05 21:36 
AnswerRe: radio buttons and check boxes in vc++ Pin
toxcct28-Nov-05 21:59
toxcct28-Nov-05 21:59 
GeneralRe: radio buttons and check boxes in vc++ Pin
Rajesh R Subramanian28-Nov-05 22:54
professionalRajesh R Subramanian28-Nov-05 22:54 
GeneralRe: radio buttons and check boxes in vc++ Pin
toxcct28-Nov-05 22:57
toxcct28-Nov-05 22:57 
JokeRe: radio buttons and check boxes in vc++ Pin
BadKarma28-Nov-05 23:25
BadKarma28-Nov-05 23:25 
AnswerRe: radio buttons and check boxes in vc++ Pin
ashwin2029-Nov-05 2:08
ashwin2029-Nov-05 2:08 
QuestionLocal printer queue Pin
micutzu28-Nov-05 21:32
micutzu28-Nov-05 21:32 
Questioncalculator problem Pin
Member 158774128-Nov-05 21:20
Member 158774128-Nov-05 21:20 
QuestionSetUnhandledExceptionFilter() difference Windows 2K and XP Pin
StHubi28-Nov-05 21:11
StHubi28-Nov-05 21:11 
QuestionCan't display column if the width is over 32767 in CListCtrl Pin
neil.kuo28-Nov-05 19:00
neil.kuo28-Nov-05 19:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.