Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Sorry, can anyone tell me how to compile visual studio project in CDT?
Sorry, can anyone tell me how to compile visual studio project in CDT? [message #116400] Fri, 20 August 2004 03:50 Go to next message
Eclipse UserFriend
Originally posted by: MandyWong.yahoo.com

I asked this question few days. But still no reply.

Can any one tell me?
I am not an expert in C++ and MFC. But i need to do an working environment
in CDT to develop microsoft project.

Thx so much
Re: Sorry, can anyone tell me how to compile visual studio project in CDT? [message #116431 is a reply to message #116400] Fri, 20 August 2004 07:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dkelsey.nospamhotmail.com

CDT doesn't provide support for Microsoft compilers in the same way that it
does for gcc and mingw.
If you already have been using Visual C++ then you can extract the nMake
file from it and use it
to drive the compilation of your code from CDT. I am sure the FAQ and
documentation provide information
about how to drive your own make type tool from cdt when you want to build
your project.

You need to ensure the MS command line tools are on the path, I seem to
remember an installation option
that creates a vcvars32.bat file which sets up your path correctly so you
have access to nmake, cl and link.
Run this before starting eclipse.

You cannot use the CDT debugger to debug your application. You will either
have to use the visual studio
ide with its in built debugger, or download the debugging tools from
microsoft which contains a debugger
you can configure your eclipse environment to launch (as an external tool)
the debugger and automatically load your program ready for debugging.

Dave Kelsey


"MandyWong" <MandyWong@yahoo.com> wrote in message
news:cg4aab$vsb$1@eclipse.org...
> I asked this question few days. But still no reply.
>
> Can any one tell me?
> I am not an expert in C++ and MFC. But i need to do an working environment
> in CDT to develop microsoft project.
>
> Thx so much
>
>
Re: Sorry, can anyone tell me how to compile visual studio project in CDT? [message #116540 is a reply to message #116431] Mon, 23 August 2004 06:35 Go to previous message
Eclipse UserFriend
Originally posted by: MandyWong.yahoo.com

Thank you very much for your information

--
[originalmessage]
[reference]
[supportreply]
Previous Topic:managed c++ project - editable???
Next Topic:Is there a GUI Development Plugin for CDT?
Goto Forum:
  


Current Time: Wed Jul 02 16:34:24 EDT 2025

Powered by FUDForum. Page generated in 0.04279 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top