PRB: Debugging a console app in Vista

Started by FMorkel, February 25, 2008, 05:30:17 PM

Previous topic - Next topic

FMorkel

Hi,
I just came across this wonderful peace of software and like to thank the author for sharing it!

My problem:
If I debug a console application in Vista, everything is OK when stepping through it once.
If I change something in the source and do a rebuild, POLINK complains that the output
file (.exe) cannot be written. The problem is that the debugged process for some reason is
still in memory.

Is there a workaround for this?


Thanks,
Fredo

Pelle

I seem to be able to reproduce this problem for a 64-bit console app, but not for a 32-bit console app. If I close and then restart the IDE, it appears to work once again. I use the 64-bit edition of Pelles C on 64-bit Windows Vista - you too?!

I will see what I can do about it...
/Pelle

FMorkel

My Vista version is 32Bit. And yes, if I restart the IDE, it works again one time.

Many thanks,
Fredo

Pelle

Nevermind - I found the problem. Will be available in the next upload.
/Pelle