VOGONS

Common searches


Search results

Display options

Re: dosbox megabuild setup.cpp error

the port at 0xd010 was detected as ECP Port that means the port is 'connected' through the driver please consider that I only modify LPT parallel port direct access, to access dongle on parallel port... i didn't tried any parallel direct printing... to print I use the solution that I suggested in …

Re: dosbox megabuild setup.cpp error

you can find your parallel port address as in my previous post: In your dosbox.conf you need to add the correct address related to your lpt card (in win control panel, system, device manager, LPT) parallel1=reallpt realbase:ADD1 ecpbase:ADD2 (attached there is a screenshot) I'm not shure but I also …

Re: dosbox megabuild setup.cpp error

I attached a compiled dosbox for direct lpt access under win 7 64bit The executable needs some dll (you can find them in db megabuild 6 or with google) and these two other files: inpout32.dll, inpoutx64.sys from HighRez http://www.highrez.co.uk/Downloads/InpOut32/default.htm http://www.highrez.co.uk …

Re: dosbox megabuild setup.cpp error

to compile dosbox follow this guide: http://www.dosbox.com/wiki/Building_DOSBox_with_Visual_C_2008_Express you need to download dosbox megabuild 6 sources http://source.dosbox.com/mb6/dosbox-mb6.tar.gz and change the directlpt_win32.cpp original with the new one then compile the project (adding some …

Re: Parallel port passthrough (Windows only)

I solved with some coding, porting InpOut32 64bit driver to the dosbox megabuild, substituting porttalk to access lpt under 64bit systems. thanks to the help I got in the forum :) http://www.vogons.org/viewtopic.php?t=25007&postdays=0&postorder=asc&start=20 directlpt_win32.cpp to anyone that could …

Re: dosbox megabuild setup.cpp error

Hi Hal!!! we have succeeded in porting the directlpt_win32.cpp in windows 7 64bit using InpOut32 from HighRez to direct access the dongle through parallel port (pci express moschip) :happyhappy: we did compile the prj and dosbox worked fine!!! (in dosbox.conf I added parallel1=reallpt realbase:e800 …

Re: dosbox megabuild setup.cpp error

Hi Hal, I could try to do some porting... do you think the internal funtions of InpOutx64: Inp32(), Out32(), IsInpOutDriverOpen(), DlPortReadPortUchar(), DlPortWritePortUchar() could be enough to replace porttalk? the main job for accessing parallel port in db megabuild is done in: directlpt_win32. …

Re: dosbox megabuild setup.cpp error

Hi again, I did a little trick to use the linux version of dosbox with parallel support under windows 7 64 bit... I installed xubuntu 10.04 (light weight version of ubuntu) under VmWare Player + VmWare Tools + shared folders and parallel port devices connected to the VMPlayer then I compiled db …

Re: dosbox megabuild setup.cpp error

Hi hal, I forgot to remember to add #include to the .cpp files in the newbie guide to compile under ubuntu... so I added the R1 version... Thank you again for your great support!!! :happyhappy: I'm really happy with my new Linux solution... but just in case you are interested in build db for win7 …

Re: dosbox megabuild setup.cpp error

Hi hal, I replaced the file directlpt_linux.cpp with the attached one but the result is the same... the dongle works only on the first call (and still there is a segmentation fault if I invoke parallel1 disabled) I attached the log file obtained from debug... please consider that the dongle was …

Re: dosbox megabuild setup.cpp error

Hi hal, I also did a run with this line on conf file parallel1=reallpt realport:/dev/parport0 dbgall and I obtained the attached log file (calling the program, test the dongle once first attempt fine, test the dongle second time failure exiting the app) thank you

Re: dosbox megabuild setup.cpp error

I did - sudo apt-get install gdb (ok) then - sudo gdb ./dosbox (to get ownership of parallel port) - run then I reproduced the crash after testing dongle and invoking 'parallel1 disabled' on gdb: Program received signal SIGSEGV, Segmentation fault. 0x080bd173 in DOS_Device::Close (this=0xa27bb08) at …

Re: dosbox megabuild setup.cpp error

1) compiled with #define PARALLEL_DEBUG 1 in parport.h 2) lauched sudo dosbox "Parallel1: BASE 378h TODO implement IBM-style direction switch" 3) in dosbox I run the program, quit and type "parallel1 disabled" on the command prompt dosbox quit and on console I obtain: "Segmentation fault" thank you …

Re: dosbox megabuild setup.cpp error

Hi hal ... HNY! :) I'm back on dosbox ... when I launch the db app that uses the dongle I get this message "Parallel1: BASE 378h "TODO implement IBM-style direction switch" can this help in debugging the strange behavior of the dongle? I tried with ubuntu 11.10 and 10.04 lts with same results... …

Page 1 of 2