c++.dos.32-bits - Compiler works :)
- Paolo (10/10) Mar 12 2002 Hi, I installed the compiler, I wrote a simple hello world program and I
- Jan Knepper (4/14) Mar 12 2002 Do you want to create a DOSX or Windows NT/XP program?
- Paolo (4/24) Mar 12 2002 Why?
- Paolo (4/24) Mar 12 2002 Why?
-
Jan Knepper
(2/4)
Mar 12 2002
Well,
start a DOS operating system... - Paolo (3/7) Mar 12 2002 What do you mean? I don't understand...
- Jan Knepper (7/18) Mar 12 2002 Well, you're running WXP as operating system, but want to run a
- Walter (11/21) Mar 12 2002 With Windows XP, Microsoft apparently broke 32 bit DOS extenders. X32 wo...
- Paolo (5/34) Mar 12 2002 Yes, but I want to make a 32 bit DOS program.. I want to program the VGA...
- Jan Knepper (3/46) Mar 12 2002 Run Windows 95, 98, NT, 2000 or plain old DOS...
- Paolo (9/56) Mar 12 2002 :°°° I think that I will programming only DOS16 programs, with the
- Jan Knepper (2/4) Mar 12 2002
- Heinz Saathoff (8/15) Mar 13 2002 You should compile using the extension .c or .cpp. If no extension is
- Roland (5/6) Mar 13 2002 that is a good question.
- Tim Julian (5/18) Mar 13 2002 The author of the DOSX extender told me in an email that the extender
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:Why?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.And now, How Can I resolve? Please help me... ByeWhich 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:Why?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.I want to create a DOSX application. byeWhich errors did I make? Please help me... Thanks P.S. I have got Windows XP
Mar 12 2002
Well, <g> start a DOS operating system... JanI want to create a DOSX application. byeP.S. I have got Windows XP
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...Well, <g> start a DOS operating system... JanI want to create a DOSX application. byeP.S. I have got Windows XP
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...Well, <g> start a DOS operating system... JanI want to create a DOSX application. byeP.S. I have got Windows XP
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.Why?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. X32workson 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
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. X32workson 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
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:VGA?Yes, but I want to make a 32 bit DOS program.. I want to program theand IHow 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. X32workson 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 programthecompiled it: sc hello It compile and doesn't return me any error. Then I copied the files of the 32 bit DOS development libraries andprogram:files of the X32 DOS extender, so I tried to compile the sameimmediamently.sc hello -mx X32.lib It compile, but when I try to run the program, it closesWhy?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 XPWhile 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