This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 191719 - Microsoft toolchain support
Summary: Microsoft toolchain support
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 7.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-08 05:07 UTC by pppanhoto
Modified: 2010-11-08 05:07 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pppanhoto 2010-11-08 05:07:43 UTC
I think it would be a great enhancement to NetBeans the support of Microsoft's native toolchain (cl, link, libtool, nmake, cdb, rc etc). (of course, "unmanaged" only).

I see these advantages:

* Easier set-up -- People have problem when setting up Cygwin/MinGW. In particular, I see a lot of PATH problems and incorrect setup of the cygdrive workaround.

* Support for commercial API's -- I see it as a kind of "industry standard" to provide .LIB files (for dynamic or static linking) along with the headers.

These ones are more subjective:
* Faster compilation;
* Smaller binary footprint;