Forgot your password?
typodupeerror

Comment Using UNIX command line to compile with MSVC (Score 1) 341

You should be able to use the cc front end that comes with UWIN as a front end for MSVC that you are running with WINE. This will allow you to use UNIX Makefiles to compile using MSCV. It also
will allow you do use UNIX style file names
and compile options.

I haven't tried compiling the cc front end to MSVC on UNIX/Linux, but you should be able to compile it using MSVC and run it under WINE.

The source code is part of the UWIN development package which you can download from http://www.research.att.com/sw/tools/uwin/.

Slashdot Top Deals

When you don't know what to do, walk fast and look worried.

Working...