Connecting Tech Pros Worldwide Forums | Help | Site Map

Just wondering if anyone knows if there are converters to convert from: MS Visual C++ 6.0 or MS Visual Studio 2003 project files into UNIX autogen/configure/make files?

KevinGPO
Guest
 
Posts: n/a
#1: Sep 9 '05
Just wondering if anyone knows if there are converters to convert from:

MS Visual C++ 6.0 or
MS Visual Studio 2003

project files into UNIX autogen/configure/make files?


MS Visual C++ 6.0 or MS Visual Studio 2003 pro
Guest
 
Posts: n/a
#2: Sep 9 '05

re: Just wondering if anyone knows if there are converters to convert from: MS Visual C++ 6.0 or MS Visual Studio 2003 project files into UNIX autogen/configure/make files?


KevinGPO wrote:[color=blue]
> Just wondering if anyone knows if there are converters to convert from:
>
> MS Visual C++ 6.0 or
> MS Visual Studio 2003
>
> project files into UNIX autogen/configure/make files?
>[/color]

A better place to ask would be a UNIX newsgroup or a Linux newsgroup,
comp.os.linux.development.apps, for example

V
benben
Guest
 
Posts: n/a
#3: Sep 10 '05

re: Just wondering if anyone knows if there are converters to convert from: MS Visual C++ 6.0 or MS Visual Studio 2003 project files into UNIX autogen/configure/make files?



"KevinGPO" <kevingpo@hotmail.com> wrote in message
news:1126251633.935965.307580@g49g2000cwa.googlegr oups.com...[color=blue]
> Just wondering if anyone knows if there are converters to convert from:
>
> MS Visual C++ 6.0 or
> MS Visual Studio 2003
>
> project files into UNIX autogen/configure/make files?
>[/color]

VC 6 can export an NMAKE make file but its not the UNIX make file. VC 7 uses
XML which is easier for conversion with a style sheet or other means....

Ben


Closed Thread