VOGONS

Common searches


Search results

Display options

Re: Ejected Virtual Drive Problem

This AutoIt script starts DosBox without displaying 'No Disk' error message box. #NoTrayIcon #include $Progname = "dosbox.exe" If @Compiled Then If @ScriptName = $Progname Then Exit Endif $Command = $Progname For $i = 1 To $CmdLine[0] $Command = $Command & " " & $CmdLine[$i] Next _WinAPI_ …

Re: Set cycles to specific xt/at/386/486/586 speed.

in DOSBox Patches
Maybe there are wrong phrases in the comment. I speak broken English. I tested 2 totally wrong line in msdos 5.0: if a == a There is no space between word `a' and end of line. Msdos prints syntax error message. if a == a There is 1 space between word `a' and end of line. Msdos prints nothing. Think …

Re: Set cycles to specific xt/at/386/486/586 speed.

in DOSBox Patches
continuation + + // Check parameters + if (!*word || !*woord2 || (strcasecmp(word,"NOT")==0)) { + SyntaxError(); + return; + } + Probably this modification is unnecessary. It prints syntax error messages mainly. expression (!*word): set var= if == a echo true! result in msdos: syntax error message …

Re: Set cycles to specific xt/at/386/486/586 speed.

in DOSBox Patches
First, I have to apologize for my bad english. I think that `if' command patch on sf needs explanation. I am sorry if am in the wrong. The patch does not improve `if' command, has two goal: bug fix and error messages. It behaves like msdos and does not break any functionality (at least I think it). …

DosBox console window crashing

in DOSBox Patches
If the user closes the console window pressing ctrl-break or clicking the 'X' on the upper right corner dosbox crashes: dosbox.exe caused an Access Violation at location 6813fe30 in module SDL.dll Reading from location 127cf100. But dosbox exits normally when the console is closed pressing ctrl-c. …

Re: probs compiling 0.70 /w debug

I guess there is a bug in curses.h. The end of the header: ------------------------------------------------------------------------------- #endif /* __PDCURSES__ */ #if defined(__cplusplus) || defined(__cplusplus__) || defined(__CPLUSPLUS) # undef bool } #endif …

Page 1 of 1