NO

Author Topic: debug 32-bit projects with 64-bit IDE  (Read 2562 times)

tormoz

  • Guest
debug 32-bit projects with 64-bit IDE
« on: March 21, 2008, 10:48:06 PM »
Is it possible. Or only I have such error ?
(The application failed to initialize properly (0xc0000005)......)

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: debug 32-bit projects with 64-bit IDE
« Reply #1 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...
/Pelle

tormoz

  • Guest
Re: debug 32-bit projects with 64-bit IDE
« Reply #2 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)

severach

  • Guest
Re: debug 32-bit projects with 64-bit IDE
« Reply #3 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.