Main Menu

Recent posts

#61
Software Discussion / MPXT
Last post by matthias - November 18, 2004, 06:03:21 AM
Need more DOS memory?
Then try this configuration. Looks strange but works perfect with 624 K available DOS memory:

Config.sys:
DOS=HIGH
DEVICEHIGH=C:DoSHimem.sys  
DEVICEHIGH=C:DoSEMM386.EXE NOEMS NOVCPI HIGHSCAN
FILESHIGH=22
BUFFERSHIGH=13,0
STACKSHIGH=0,0

FCBSHIGH=4,0
LASTDRIVEHIGH=R
DOS=UMB

autoexec.bat:
@ECHO ON
SET PATH=C:Dos;
LH c:DosSMARTDRV.EXE 4096 /X
REM RAM Disk is loading
LH C:DosXMSDSK.EXE 524 R: /Y
COPY C:COMMAND.COM R:
SET COMSPEC=R:COMMAND.COM
#62
Software Discussion / DOS Networking
Last post by matthias - November 04, 2004, 11:19:06 AM
#63
Software Discussion / DOS Networking
Last post by matthias - October 27, 2004, 09:39:57 AM
The links to http://www.lpt.com" target="_blank">www.lpt.com are dead.
Try this one:

http://www.dossolutions.pwp.blueyonder.co.uk/network.htm#tcp" target="_blank">http://www.dossolutions.pwp.blueyonder.co.uk/network.htm#tcp

Matthias
#64
Software Discussion / MPXT
Last post by MichaelO - October 13, 2004, 02:38:01 AM
Just wondering if anyone was using Dev-Cpp /MinGW / GCC under windows to compile any MpxPlay /MPXT related programs as I am use to the front end.

#65
Software Discussion / MPXT
Last post by matthias - September 27, 2004, 04:19:37 AM
@brent
I´m busy too - my daughter was born last week ;-)
#66
Software Discussion / MPXT
Last post by admin - September 26, 2004, 11:21:53 PM
Matthias,

I'm still here.  Just took a little break from MPXT.  I'll get back to it sometime in the next week or two.

-Brent
#67
Software Discussion / MPXT
Last post by matthias - September 25, 2004, 02:47:23 AM
hm, not too much going on over the last weeks. anybody out there ;-) ?

Matthias
#68
Software Discussion / MPXT
Last post by matthias - September 04, 2004, 07:59:06 AM
After I switched back from mpxplay to mpxt and start IRtest it reports IR not active.

Matthais
#69
Software Discussion / MPXT
Last post by matthias - September 04, 2004, 07:45:32 AM
Brent,

maybe rename UseInMPXPlay to USEIRinMPXPlay.

But after changing that the last issue has gone.

When I switch to mpxplay IR works fine, when I go back to mpxt it doesn´t work anymore. Restarting mpxt doesn´t change it - mpxt with no IR support, but mpxplay works fine. After rebooting the PC IR support in mpxt works again...

Have a nice weekend

Matthias

I´ll keep an eye one the runtime error.
#70
Software Discussion / MPXT
Last post by admin - September 03, 2004, 07:37:27 PM
Matthias,

I had the same runtime error, a while back, but it didn't show up during my last round of testing.  When I get the chance, I'll take a look at it.

For the IR, UseInMPXPlay=False tells MpXT to shut down the IR handler, before launching MPXPlay, then start it up when MPXPlay is finished.

So, if you're using MPXPlay's built-in IR handling, you'll need to set UseInMPXPlay to false.

The last issue is probably a new bug, caused by the runtime error 002 fix.  I'll add that to my to-do list.