Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] MSVC Support Plans

The 3.1 CDT has a "Visual C Error Parser" option for Standard Make. I've
used it with Visual C compiler output. One problem that I have encountered
is that the error parser is case sensitive when it comes to file names. So
if your source file is named SampleCode.c and a build tool output refers to
it as samplecode.c, you won't see error markers in the source file. There is
a bugzilla entry for this and I've suggested a patch.

Stan Mitchell
SourceQuest, Inc.

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
Behalf Of Ryan Boder
Sent: Friday, September 29, 2006 8:38 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] MSVC Support Plans

On Fri, Sep 29, 2006 at 11:08:57AM -0400, Doug Schaefer wrote:
> registry. I'm using the internal builder instead of nmake, since makefile
> generators are not easy things to build.

Are there plans to support using msvc in standard make projects? Obviously I
can use whatever compiler I want in the makefile but will CDT be able to
parse the compiler output for errors and warnings to create source code
markers like it does with gcc?

-- 
Ryan Boder
http://bitwiserlabs.com
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top