March 12, 2002
:°°° I think that I will programming only DOS16 programs, with the limitations of 640kb.. Thanks, bye

"Jan Knepper" <jan@smartsoft.cc> ha scritto nel messaggio news:3C8E4353.B9FAFA79@smartsoft.cc...
> Run Windows 95, 98, NT, 2000 or plain old DOS...
>
> Jan
>
>
>
> Paolo wrote:
>
> > Yes, but I want to make a 32 bit DOS program.. I want to program the
VGA?
> > How Can I do this? Bye
> >
> > "Walter" <walter@digitalmars.com> ha scritto nel messaggio news:a6leof$qtn$1@digitaldaemon.com...
> > > With Windows XP, Microsoft apparently broke 32 bit DOS extenders. X32
> > works
> > > on Windows 95, 98, ME, NT, and 2000.
> > >
> > > There's no need for a dos extender under XP anyway. Just compile:
> > >
> > >     sc hello
> > >
> > > to create a win32 program, and run it with:
> > >
> > >     hello
> > >
> > > which should work.
> > >
> > > -Walter
> > >
> > > "Paolo" <no@libero.it> wrote in message news:a6l15h$kv7$1@digitaldaemon.com...
> > > > Hi, I installed the compiler, I wrote a simple hello world program
and I
> > > > compiled it:
> > > >
> > > > sc hello
> > > >
> > > > It compile and doesn't return me any error.
> > > >
> > > > Then I copied the files of the 32 bit DOS development libraries and
the
> > > > files of the X32 DOS extender, so I tried to compile the same
program:
> > > >
> > > > sc hello -mx X32.lib
> > > >
> > > > It compile, but when I try to run the program, it closes
immediamently.
> > > Why?
> > > > Which errors did I make? Please help me... Thanks
> > > >
> > > > P.S. I have got Windows XP
> > > >
> > > >
> > >
> > >
>


March 12, 2002
Whatever...

Paolo wrote:

> :°°° I think that I will programming only DOS16 programs, with the limitations of 640kb.. Thanks, bye

March 13, 2002
Paolo schrieb...
> i, I installed the compiler, I wrote a simple hello world program and I compiled it:
> 
> sc hello
> 
> It compile and doesn't return me any error.

You should compile using the extension .c or .cpp. If no extension is
entered the compiler will directly call the linker. Try to compile
with
  sc -mx hello.c


> P.S. I have got Windows XP

While I'm not sure if DOSX programs run on XP I would assume they do. What I know is that DOSX programs run on 95/98,ME,NT,2000.



  Heinz

March 13, 2002

Heinz Saathoff a écrit :

> While I'm not sure if DOSX programs run on XP I would assume they do.

that is a good question.
some says no.
anybody to confirm ?

roland

March 13, 2002
The author of the DOSX extender told me in an email that the extender does not work with XP. He did say that he plans to update it to include XP support.

Tim

In article <3C8F17FF.61095952@ronetech.com>, rv@ronetech.com says...
> 
> 
> Heinz Saathoff a écrit :
> 
> > While I'm not sure if DOSX programs run on XP I would assume they do.
> 
> that is a good question.
> some says no.
> anybody to confirm ?
> 
> roland
> 
> 
1 2
Next ›   Last »