cdoty
Houston, TX, 29.01.2008, 17:42 |
HX is excellent (Developers) |
I wasn't sure what to expect when attempting to run a program under HX, but I only did minor changes to the code for it to work. It's amazing to see a game developed under Windows running nicely under Dos. I can do debugging in a comfortable environment, and be about 99.9% sure it will run in Dos mode. Excellent job.
One of the things I had to change was using GetModuleHandle to get the Instance. I removed this, and used 'NULL', and it works fine.
I am testing under PTS Dos 2000, using a DirectX application at either 320x240 or 640x480 (since some new motherboards VESA bios' don't support resolutions lower than this). I am using the default HX DPMI server, and haven't yet loaded a LFN driver.
The only other issue I has was sound. On an Asus CUV4X, with SB emulation turned on and viaudio.com and viafmtsr.com(?) loaded, the audio seems to continuously loop the samples. The program appears to work fine, if the utilities are not loaded, but there is no sound output (could be that the volume is not turned up). |
flox
29.01.2008, 18:38
@ cdoty
|
HX is excellent |
Which game are you developing? |
rr
Berlin, Germany, 29.01.2008, 22:33
@ flox
|
HX is excellent |
> Which game are you developing?
Just visit his home page. --- Forum admin |
Rugxulo
Usono, 30.01.2008, 04:36
@ rr
|
HX is excellent (Frog Feast?) |
> > Which game are you developing?
>
> Just visit his home page.
Doesn't seem to have accurate links (at least, OlderGames seems to be defunct).
P.S. Just FYI, I have an Atari JagCD machine. |
Japheth
Germany (South), 30.01.2008, 08:35
@ cdoty
|
HX is excellent |
> The only other issue I has was sound. On an Asus CUV4X, with SB emulation
> turned on and viaudio.com and viafmtsr.com(?) loaded, the audio seems to
> continuously loop the samples. The program appears to work fine, if the
> utilities are not loaded, but there is no sound output (could be that the
> volume is not turned up).
I have to confirm that there is a problem with sound looping on certain (unknown) conditions. It's hard to find, since the SBLive SB emulation driver which I'm using doesn't allow a protected-mode debugger to work properly. So the problem will have to wait until a "SBLive JLM" is available. --- MS-DOS forever! |
RayeR
CZ, 30.01.2008, 18:50
@ Japheth
|
HX is excellent |
> properly. So the problem will have to wait until a "SBLive JLM" is
> available.
SBLive JLM? Mean a brand new SB emulation driver communicating directly to AC97 hardware? Or just something to work wit current drivers from creative. --- DOS gives me freedom to unlimited HW access. |
Japheth
Germany (South), 31.01.2008, 06:44
@ RayeR
|
HX is excellent |
> > properly. So the problem will have to wait until a "SBLive JLM" is
> > available.
>
> SBLive JLM? Mean a brand new SB emulation driver communicating directly to
> AC97 hardware? Or just something to work wit current drivers from creative.
No, the current drivers are not needed then. --- MS-DOS forever! |
RayeR
CZ, 31.01.2008, 15:55
@ Japheth
|
HX is excellent |
> No, the current drivers are not needed then.
Is it you future plan or you already make some code? It would be great... --- DOS gives me freedom to unlimited HW access. |
cdoty
Houston, TX, 07.02.2008, 07:35
@ flox
|
HX is excellent |
> Which game are you developing?
It's an old game I worked on for the Ludumdare 48 hour competition, called Picnic Defender:
This thread contains some screenshots:
http://cdinteractive.co.uk/forum/viewtopic.php?p=9085 |