Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
135 views

Alternate ways to kill processes (Autohotkey or .BAT or alternate solution)

I am going to try to explain my problem by walking you through it. Thanks in advance for bearing with me. TL;DR: Start at 4. 1. C# I am in the process of creating an Arcade machine game launcher ...
2
votes
4answers
734 views

about turbo c working under windows 7

i am using windows 7 64 bit laptop.i installed turbo c and write programs using dosbox, but i can't run the program.... when run is selected it show some message like not an :exe plz give solution to ...
1
vote
2answers
513 views

Automating old DOS application using Python

Is there a way to automate an old DOS application (16-bit, probably needs an emulator such as DOSBox) from Python (on Windows)? I would like to send keys and strings to the application, detect updates ...
1
vote
1answer
774 views

Running DOS games under Dosbox 0.72

I am using Windows Vista and with Dosbox 0.72 to load Turbo C for programming a DOS game. My code runs fine (both graphics and sound routines) as long as it runs under DOS shell of Turbo C (Under ...
0
votes
1answer
56 views

Accessing Array in Assembler

I'm having a problem while programming in assembler. I'm making the game "4 in a row" in assembler and already managed to write the code to draw the playing field of 7x6. I'm using a array to keep ...
0
votes
1answer
69 views

Using the IBM 3514 Borland Graphics Interface driver in High resolution mode in Turbo C++ on Windows 7 64 bit OS using DosBox

I'm running a graphical program in Turbo C++ using DosBox on Windows 7 64 bit. Now, I want to use the IBM3514 graphics driver in the High resolution mode (IBM3514HI). So, I wrote the following bare ...
0
votes
0answers
97 views

DosBox pass arguments to exe application from windows

i want to start an application in dosbox from cmd so i used: "C:\Program Files\DosBox\DosBox.exe" "C:\path\app.exe 1 2 3 4" the problem is "C:\Program Files\DosBox\DosBox.exe" "C:\path\app.exe" ...
0
votes
3answers
401 views

Problem in running C++ program using DOS box?

The same program which is running in Windows XP is not running in Windows 7 using DOS box. I get an error in opening stdio.h conio.h? How can I overcome this problem?
0
votes
1answer
364 views

android nkd-r5b+pelyaSDL ./configure error: C compiler cannot create executables

I'm trying to compile Dosbox0.74 for Android with pelya's SDL port (https://github.com/pelya/commandergenius) using the new android-ndk-r5b. Unfortunately the Dosbox ./configure script fails with: ...
0
votes
3answers
220 views

compiling windows screensavers on linux

an customer would like to provide to his website visitors an windows screensaver as download. So far so god, but: The screensavers should be generated on the fly with some meta date which needs to be ...
0
votes
1answer
182 views

Changing keymapping in SDL program (aDosbox)

aDosbox is hard-coded to use a keymapping suitable for the T-Mobile G1. I'm using a G2, and that is a fairly inconvenient mapping. I'm completely new to android development, sadly. I've been poring ...
-1
votes
2answers
3k views

How can I compile code that uses graphics.h in DOSBOX?

i write a code and in this code i use graphics.h ,in borland c++ or visual I can't open and run it, now i want run this code ,and i have DOSBOX 0.72 , how open this code with DOSBOX? my windows is 7 ...