Cannot compile DosEmu 1.2.1 - solved

2004-03-19 Thread Bartos-Elekes Zsolt
Hi! I have since solved the second problem too (base/mouse.c, line 1871 calls Mouse_xterm.init(), but it is not present when compiling without X support): I added the missing #ifdef X_SUPPORT around the Mouse_xterm functions in mouse.c (line 1871 and 2023). Zsolt - To unsubscribe from this li

Cannot compile DosEmu 1.2.1

2004-03-19 Thread Bartos-Elekes Zsolt
Hi! I have tried to compile dosemu 1.2.1, but I have found 2 bugs (the first one is resolved): src/plugin/keyboard/term/Makefile, line 7: missing "/.." (has only 3 ".."s, needs 4): top_builddir=../../../.. base/mouse.c, line 1871 calls Mouse_xterm.init(), but it is not present when compiling

Re: Is this project under control, or just 'suck it and see' ?

2004-01-27 Thread Bartos-Elekes Zsolt
See the -f parameter for dosemu.bin But where/how do I "See the -f parameter for dosemu.bin" ? Is there applicable documentation with the binary-only package ? Did you try 'man dosemu.bin'? ;-) I compiled 1.1.5 from source, but I suppose that the man pages are included in the binary packages too.

Re: Problem: DOSEMU ignores Linux user file access settings

2004-01-19 Thread Bartos-Elekes Zsolt
Both users want to print to their printers, and the printers are defined thru .dosemurc files in their home directories. Once I run both users under the same login name, they both use the same .dosemurc settings file and thus BOTH PRINT ON THE SAME NETWORK PRINTER! Running one of DOSEMU session

Re: Clipper 5.3 program under dosemu

2003-11-04 Thread Bartos-Elekes Zsolt
do You have the source-code ? If yes, you should link with "Blinker", and there ar no more problems Hanns YES!!! IT WORKS!!! Thank you very much! You saved me! I debugged my >500k test program for over a week... Zsolt - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in th

Re: Clipper 5.3 program under dosemu

2003-11-03 Thread Bartos-Elekes Zsolt
> do You have the source-code ? > If yes, you should link with "Blinker", and there ar no more problems Actually I have access to the developer :-), but we will only be able to try it with blinker tomorrow morning. Thanks, Zsolt - To unsubscribe from this list: send the line "unsubscribe linux-ms

Clipper 5.3 program under dosemu

2003-11-03 Thread Bartos-Elekes Zsolt
Hi! I have to set up a dosemu environment for a clipper 5.3 program, using the DOS/16M dos extender. The problem is that the program can't use the memory above 1 MB. According to the docs, the program SHOULD use DPMI, and the logs show that it is actually doing some DPMI calls (GetFreeMem, Allo