c++.dos.32-bits - Compiler works :)
- "Paolo" <no libero.it> Mar 12 2002
- Jan Knepper <jan smartsoft.cc> Mar 12 2002
- "Paolo" <no libero.it> Mar 12 2002
- "Paolo" <no libero.it> Mar 12 2002
- Jan Knepper <jan smartsoft.cc> Mar 12 2002
- "Paolo" <no libero.it> Mar 12 2002
- Jan Knepper <jan smartsoft.cc> Mar 12 2002
- "Walter" <walter digitalmars.com> Mar 12 2002
- "Paolo" <no libero.it> Mar 12 2002
- Jan Knepper <jan smartsoft.cc> Mar 12 2002
- "Paolo" <no libero.it> Mar 12 2002
- Jan Knepper <jan smartsoft.cc> Mar 12 2002
- Heinz Saathoff <hsaat bre.ipnet.de> Mar 13 2002
- Roland <rv ronetech.com> Mar 13 2002
- Tim Julian <tjulian removethis.oldi.com> Mar 13 2002
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
Mar 12 2002
Do you want to create a DOSX or Windows NT/XP program? I am not sure if DOSX is compatible with WXP Jan Paolo wrote: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
Mar 12 2002
"Jan Knepper" <jan smartsoft.cc> ha scritto nel messaggio news:3C8E1C0C.C0BD96D6 smartsoft.cc...Do you want to create a DOSX or Windows NT/XP program? I am not sure if DOSX is compatible with WXP Jan Paolo wrote: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.
Which errors did I make? Please help me... Thanks P.S. I have got Windows XP
And now, How Can I resolve? Please help me... Bye
Mar 12 2002
"Jan Knepper" <jan smartsoft.cc> ha scritto nel messaggio news:3C8E1C0C.C0BD96D6 smartsoft.cc...Do you want to create a DOSX or Windows NT/XP program? I am not sure if DOSX is compatible with WXP Jan Paolo wrote: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.
Which errors did I make? Please help me... Thanks P.S. I have got Windows XP
I want to create a DOSX application. bye
Mar 12 2002
P.S. I have got Windows XP
Well, <g> start a DOS operating system... Jan
Mar 12 2002
What do you mean? I don't understand... "Jan Knepper" <jan smartsoft.cc> ha scritto nel messaggio news:3C8E2195.C0D88AEE smartsoft.cc...P.S. I have got Windows XP
Well, <g> start a DOS operating system... Jan
Mar 12 2002
Well, you're running WXP as operating system, but want to run a DOSX program. It would be preferable to run an NT program. You actually could develop the program as an NT console program and once you're done recompile it as DOSX program and run it on DOS (W95/98) Jan Paolo wrote:What do you mean? I don't understand... "Jan Knepper" <jan smartsoft.cc> ha scritto nel messaggio news:3C8E2195.C0D88AEE smartsoft.cc...P.S. I have got Windows XP
Well, <g> start a DOS operating system... Jan
Mar 12 2002
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.
Which errors did I make? Please help me... Thanks
P.S. I have got Windows XP
Mar 12 2002
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
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.
Which errors did I make? Please help me... Thanks P.S. I have got Windows XP
Mar 12 2002
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
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.
Which errors did I make? Please help me... Thanks P.S. I have got Windows XP
Mar 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
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
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
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
files of the X32 DOS extender, so I tried to compile the same
sc hello -mx X32.lib It compile, but when I try to run the program, it closes
Why?Which errors did I make? Please help me... Thanks P.S. I have got Windows XP
Mar 12 2002
Whatever... Paolo wrote::°°° I think that I will programming only DOS16 programs, with the limitations of 640kb.. Thanks, bye
Mar 12 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.cP.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
Mar 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
Mar 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
Mar 13 2002









"Paolo" <no libero.it> 