11

I want to develop a few assignments in C++ on Windows, but Visual Studio does not provide a few user functions that make development a real pain to go without. Can someone help me with setting up the Netbeans C++ environment to use the same compiler that Visual Studio is using?

2
  • Why do you need to use the VS c++ compiler? Commented Oct 1, 2009 at 21:43
  • 3
    @Lonzo There are many reasons why one would need or want to use the VS compiler; see stackoverflow.com/a/3753181/14302 Commented Sep 23, 2012 at 8:52

2 Answers 2

6

NetBeans supports so called Tool Collection Descriptors, which are XML files telling NetBeans how to work with specific compiler collection. By default descriptors for Cygwin and MinGW are shipped. But it should be possible to create your own descriptor for Visual Studio and install it into NetBeans.

See this tutorial: http://www.netbeans.org/kb/docs/cnd/toolchain.html

Sign up to request clarification or add additional context in comments.

Comments

6

I am currently writing a plugin/toolchain to use Visual C++ on Netbeans.
You can find the project called VCC4N on source forge or on NetBeans plugins.

3 Comments

Does not seem to work with Netbeans 8... They probably changed the format
Yes Netbeans 8.1 has different API I need to fix it
The version 0.5 now works on NetBeans 8.2 and support VS2017 too.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.