Thread overview
x32 and xp?
Nov 17, 2003
jayk
Nov 18, 2003
Heinz Saathoff
Nov 22, 2003
jayk
November 17, 2003
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



November 18, 2003
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
November 22, 2003
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