I have a DOS program compiled with Clipper 5.2c. It runs perfectly under Windows XP but fails under wine.
Under XP a number of environment variables are set including:
FILES = 255
BUFFERS = 41
and ComSpec is set to: %SystemRoot%\system32\cmd.exe /e:32768
I am wondering if equivalents are required under wine and how to set them?
Environment variables
Re: Environment variables
alansecker if the application is truly dos you will be better off to use dosbox not wine.