On Wed, 15 Mar 2006 01:58:48 +0100, Eric Poole <eric@xxxxxxxxxxxx> wrote:
I am trying to run Gimpel's PC-Lint under Wine, and am running into
trouble.
It is a simple DOS text-mode program, nothing fancy, no graphics, uses
stdin, stdout, and stderr.
It is invoked thus:
In the batch file LIN.BAT:
wine Lint-nt +v -i"C:\Lint" "C:\Lint\std.lnt"
File std.lnt is a list of optional parameters to Lint-nt that contains
this:
lnt\au-sm.lnt
gnu.lnt
options.lnt -si4 -sp4
-iC:\Lint\src
C:\Lint\src
where...
lnt is a directory containing, among other things, au-sm.lnt
au-sm.lnt, options.lnt, and gnu.lnt contain more
config params for Lint-nt
-si4 and -sp4 are some more config params for Lint-nt
-iC:\Lint\src tells Lint-nt where to look for #include files
C:\Lint\src is a subdirectory containing the C++ files to lint.
Lint-nt.exe starts up and executes OK, until it gets to the
"-iC:\Lint\src" and "C:\Lint\src" config params, whereupon it complains
that it can't find that directory.
The directory C:\Lint\src does in fact exist, in the expected place.
This all runs fine in a DOS box on Windows XP with the exact same
configurations.
Any ideas what might be wrong?
i didn't fine-read the post but when i saw DOS text-mode, i immediatly
thought
of dosbox: http://dosbox.sourceforge.net/
Maye this can help?
_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.org/mailman/listinfo/wine-users