Pelles C forum

Pelles C => Bug reports => Topic started by: tormoz on March 21, 2008, 10:48:06 PM

Title: debug 32-bit projects with 64-bit IDE
Post by: tormoz on March 21, 2008, 10:48:06 PM
Is it possible. Or only I have such error ?
(The application failed to initialize properly (0xc0000005)......)
Title: Re: debug 32-bit projects with 64-bit IDE
Post by: Pelle on March 21, 2008, 10:58:07 PM
Yes, but Vista is *required* (and then it works here, at least). The debugger needs Wow64GetThreadContext() and some other Windows API functions only available on Vista (there are undocumented ways, but I'm not going there...).

If you have 64-bit Vista and still get this error, I need more info...
Title: Re: debug 32-bit projects with 64-bit IDE
Post by: tormoz on March 21, 2008, 11:03:07 PM
Unfortunately I have XP x64  :(.... I hope you will solve problem in future. (May be with 32-bit debugger connected through sockets or something like this)
Title: Re: debug 32-bit projects with 64-bit IDE
Post by: severach on March 22, 2008, 03:20:22 AM
No need. Install Pelles x86 first and Pelles x64 to the same place. Install only the x64 SDK since it has everything the x86 SDK does. Create extra links. The 32 bit tools work fine under WOW64.