GV32 (DOSX)
> Maybe there is a confusion here what HX can and what not ...
>
> HX definitely can do things that "Windows" can't - support native DOS
> applications without any Win32 API
>
> Thus you might have to make a choice whether you want to create:
>
> - A Win32 application, working in DOS via HX also
>
> -> No DOS or BIOS calls, no hardware access, no VGA/VESA, use API
> and DR-DRAW instead
>
> or
>
> - A native DOS application. Then you can use all known DOS/DPMI features,
> but no importing from DLL's,
Well I would like to use a hybrid system where the HX Windows emulator provides "extra DPMI functionality" by emulating (some of the) known and documented Win32 API calls.
That is, A DPMI program with extensions provided by Japheths Win32 emulator.
Is that such a bad idea?
> OTOH possibility to link-in (but with Delphi ???) some "statical" versions of the API ? :?
I could write a custom Delphi RTL, but that would be defeating the object because I want to write an application framework that will detect what environment it is running under (DOS/DPMI or Win32) and act accordingly. The same .exe would be able to be run either as a DPMI app or as a native Windows app. But DOS/DPMI is the deployment target because there are things that Windows can't do, such as realtime. Since limited pseudo-realtime functionality can be emulated under Windows by carefully controlling the Windows environment (during GV32 application development), it is likely to be possible to do the vast majority of GV32 application development work under Windows and the Delphi IDE and debugger, with just the final part of testing done under DOS/DPMI.
[edit] Swapped quotes and replies around - they were the wrong way around.
Complete thread:
- DPMILD32 issues - DOS386, 19.02.2008, 03:06 (DOSX)
- DPMILD32 issues - Japheth, 19.02.2008, 04:25
- DPMILD32 issues - spawn trouble: solution found ??? - DOS386, 20.02.2008, 03:40
- DPMILD32 issues - spawn trouble: solution found ??? - Japheth, 20.02.2008, 12:13
- DPMILD32 issues - spawn trouble: solution found ??? - DOS386, 21.02.2008, 01:55
- DPMILD32 issues - spawn trouble: solution found ??? - Japheth, 21.02.2008, 05:32
- DPMILD32 issues - spawn trouble: solution found ??? - jaybur, 21.02.2008, 07:59
- DPMILD32 issues - spawn trouble: solution found ??? - Japheth, 21.02.2008, 10:47
- DPMILD32 issues - spawn trouble: solution found ??? - jaybur, 21.02.2008, 12:02
- DPMILD32 issues - spawn trouble: solution found ??? - Japheth, 21.02.2008, 12:42
- DPMILD32 issues - spawn trouble: solution found ??? - jaybur, 22.02.2008, 01:49
- DPMILD32 issues - spawn trouble: solution found ??? - Japheth, 21.02.2008, 12:42
- DPMILD32 issues - spawn trouble: solution found ??? - jaybur, 21.02.2008, 12:02
- DPMILD32 issues - spawn trouble: solution found ??? - Japheth, 21.02.2008, 10:47
- DPMILD32 issues - spawn trouble: solution found ??? - DOS386, 22.02.2008, 02:57
- DPMILD32 issues - spawn trouble: solution found ??? - Japheth, 22.02.2008, 07:18
- DPMILD32 issues - POASM - DOS386, 26.02.2008, 13:54
- The "million flies..." argument again? - Japheth, 26.02.2008, 16:32
- The "million flies..." argument again? - rr, 26.02.2008, 17:47
- The "million flies..." argument again? - Japheth, 27.02.2008, 07:38
- The "million flies..." argument again? - rr, 27.02.2008, 09:37
- The "million flies..." argument again? - Japheth, 27.02.2008, 07:38
- The "million flies + ONE elephant" argument again - DOS386, 01.03.2008, 02:29
- The "million flies + ONE elephant" argument again - Japheth, 01.03.2008, 05:58
- DOS386 commands! - Steve, 01.03.2008, 06:35
- The "million flies..." argument again? - rr, 26.02.2008, 17:47
- The "million flies..." argument again? - Japheth, 26.02.2008, 16:32
- [] issues (for GR keyboard users) - Rugxulo, 27.02.2008, 01:36
- [] issues - FASM riddle waiting to be solved - Japheth, 27.02.2008, 07:33
- [] issues - FASM riddle waiting to be solved - rr, 27.02.2008, 09:44
- [] issues - FASM riddle waiting to be solved - Japheth, 27.02.2008, 18:28
- [] issues - FASM riddle waiting to be solved - rr, 27.02.2008, 21:27
- [] issues - FASM riddle waiting to be solved - Rugxulo, 27.02.2008, 19:05
- [] issues - FASM riddle waiting to be solved - rr, 27.02.2008, 21:32
- [] issues - FASM riddle waiting to be solved - Rugxulo, 28.02.2008, 00:28
- [] issues - FASM riddle waiting to be solved - rr, 27.02.2008, 21:32
- [] issues - FASM riddle waiting to be solved - Japheth, 27.02.2008, 18:28
- [] issues - FASM riddle waiting to be solved - rr, 27.02.2008, 09:44
- [] issues - FASM riddle waiting to be solved - Japheth, 27.02.2008, 07:33
- DPMILD32 issues - POASM - DOS386, 26.02.2008, 13:54
- DPMILD32 issues - spawn trouble: solution found ??? - Japheth, 22.02.2008, 07:18
- DPMILD32 issues - spawn trouble: solution found ??? - jaybur, 21.02.2008, 07:59
- DPMILD32 issues - spawn trouble: solution found ??? - Japheth, 21.02.2008, 05:32
- DPMILD32 issues - spawn trouble: solution found ??? - DOS386, 21.02.2008, 01:55
- DPMILD32 issues - spawn trouble: solution found ??? - flox, 21.02.2008, 09:42
- DPMILD32 issues - spawn trouble: solution found ??? - Japheth, 20.02.2008, 12:13
- DPMILD32 issues - spawn trouble: solution found ??? - DOS386, 20.02.2008, 03:40
- DPMILD32 issues - Japheth, 19.02.2008, 04:25