www.digitalmars.com         C & C++   DMDScript  

c++.dos.32-bits - x32 and xp?

reply "jayk" <jayk123 hotmail.com> writes:
Simple apps crash or hang for me build with -mx and linked to x32.lib.

Anyone else?

Building -ms or the default win32 works (as does using the -ms 16bit .exes
as the stub, boot back to MS-DOS and the stub runs, nifty).

 - Jay
Nov 16 2003
parent reply Heinz Saathoff <hsaat bre.ipnet.de> writes:
jayk schrieb...
 Simple apps crash or hang for me build with -mx and linked to x32.lib.
 
 Anyone else?
Seems that the dosextender is incompatible with WinXP. Not much you can do :-( - Heinz
Nov 18 2003
parent "jayk" <jayk123 hotmail.com> writes:
Confirmed it's not just me?

Are there alternatives? I know there's lots of obvious candidates, but
anyone can vouch for any?
One in particular I didn't like the looks of -- one that supports PE images
in DOS..it had a PE loader written in assembly that looked buggy..I don't
want to trust such wide swaths of code needlessly written in assembly
anyway...I could probably write my own generic DOS stub that's a PE loader
plus "libc"...

It does work in both NT4 (I think I've done that) and Win2000 (I'm not sure
I've tried)?
Anyone tried to report it to Microsoft?

 - Jay

"Heinz Saathoff" <hsaat bre.ipnet.de> wrote in message
news:MPG.1a23f79bff4b08199896d7 news.digitalmars.com...
 jayk schrieb...
 Simple apps crash or hang for me build with -mx and linked to x32.lib.

 Anyone else?
Seems that the dosextender is incompatible with WinXP. Not much you can do :-( - Heinz
Nov 21 2003