VOGONS

Common searches


Search results

Display options

Re: Can't del or mod DOS exes

in DOS
Delete your file from a command prompt with every explorer window closed. It's a context-menu handler, that's installed with many copy-protected games, but I don't remember, what's it's name.

Re: Massive keyboard state problems

It's not too strange, there were at least three ways, a dos app could get keystrokes, there are two different Interrupts: 9h and 16h providing keyboard access, but I can't remember, if keyb.com catched both or only int 16h. But a program can also read port 60 to get raw scan-codes.

Re: Mim-One more thing...

Yes, it's hard to understand, what ugouser is trying to say, but don't play jokes on somebody, who isn't a native english speaker, it must be hard enough for him to overcome. I think the answer to his question (as far as I figured out) is: now.

Re: dosbox problem

I don't know, what's the game your talking about (don't expect everyone to know your acronyms), but try to set the environment variable TEMP inside dosbox to a folder, that exists, is reachable from dosbox and is writeable (e.g. set TEMP=C:\Temp)

Re: No sound

Batchfiles are simple textfiles with commands in it, one per line, you can use any texteditor (notepad is ok) to edit them. With sound: did you try other games or only one? Configure your game to use a simple dude soundblaster card.

Re: How to free the mouse cursor ?

Maybe this should become a default answer Yes, it's tragic, the readme.txt has everything in it, I never felt, there's something missing and I never felt like having to ask, how to get it working. Now if people only (w)could read...

Re: How to free the mouse cursor ?

Readme.txt: ============= Special Keys: ============= ALT-ENTER Go full screen and back. CTRL-F5 Save a screenshot. CTRL-F6 Start/Stop recording sound output to a wave file. CTRL-F7 Decrease frameskip. CTRL-F8 Increase frameskip. CTRL-F9 Kill dosbox. CTRL-F10 Capture/Release the mouse . CTRL-F11 …

Re: CVS build with MSVC6

It should not matter how DLL is compiled, only DLL interface should be important for program Compilation does matter, the dll has to be compiled to use the right runtime library (it should be Multithreaded-DLL for sdl.) Dosbox should be compiled using the same rtl.

Re: hi at all and Not input supported

Try to explicitly set fullwidth and fullheight with fullfixed=true. E.g. fullwidth=640, fullheight=480 or 800,600 respectively. Many dos games run with 320x200, which isn't supported with some graphics cards anymore. With lcd display it's best to set it to your display's native resolution with …

Re: Massive keyboard state problems

You have Visual Studio .net installed and don't know what to do with a C++ source file? You have to grab the whole sources, replace the original bios_keyboard.cpp with the one you downloaded and compile the whole thingie. Or you can wait until 0.62 arrives...

Re: CVS build with MSVC6

I wasn't getting an empty page, maybe you should try again. If you can't compile the libs, get some compiled ones. The Sources for Telejano include libpng.lib and libz.lib, you can download it from http://telejano.berlios.de

Page 3 of 4