| Pascal Bourguignon 2006-10-12, 7:35 pm |
| fabio <faz@localhost.localdomain> writes:
> i have to port a project on win32.. i'm cross-compiling with mingw (don't
> have a win partition on my laptop) but i wonder.. how can i debug it??
You'd need a win32 on an emulator, or a win32 simulator.
I'd advise Qemu as emulator. You'll have to install a MS-Windows on Qemu.
As simulator, you could try wine. But this wouldn't be exactly
debugging the windows code, since what you get here is a unix program
running with a library implementing the win32 API. You'd debug a usual
unix program compiled with the normal unix compiler.
--
__Pascal Bourguignon__ http://www.informatimago.com/
Wanna go outside.
Oh, no! Help! I got outside!
Let me back inside!
|