For Programmers: Free Programming Magazines  


Home > Archive > Visual Studio > October 2004 > Visual Studio as Shell for GNU?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Visual Studio as Shell for GNU?
da

2004-10-12, 3:58 pm

We've got a large portable code-base that compiles under GNU (Linux and
Windows). We're having trouble with the Microsoft compiler in how it
handles (or doesn't handle) exports for classes containing STL based
instance variables. So, we are looking at the possibility of using Visual
Studio as a Shell for editing and debugging, but using GNU to compile and
link within Visual Studio. Is it possible to use the VC++ debugger (VS7) to
debug executables built using COFF object format, but that were not built
using VC++?

Overlooking the obvious political debates on this, Can anyone provide
insight as to whether this is doable?

Thanks,

-- da


Frank Burleigh

2004-10-15, 3:59 pm

da wrote:
> We've got a large portable code-base that compiles under GNU (Linux and
> Windows). We're having trouble with the Microsoft compiler in how it
> handles (or doesn't handle) exports for classes containing STL based
> instance variables. So, we are looking at the possibility of using Visual
> Studio as a Shell for editing and debugging, but using GNU to compile and
> link within Visual Studio. Is it possible to use the VC++ debugger (VS7) to
> debug executables built using COFF object format, but that were not built
> using VC++?
>
> Overlooking the obvious political debates on this, Can anyone provide
> insight as to whether this is doable?
>
> Thanks,
>
> -- da
>
>


I don't know whether VC could do this, but Borland claims that their
CBuilder X can do that. Its idea is to let you use any "tool chain" on
your code (on Windows, Linux and mobile). They claim to support the MS,
GNU, Intel and Borland compilers *and* debugging within the IDE. Many
of us accustomed to C++ Builder (different, older product) haven't been
excited by this newer tool because we have no interest in multiple "tool
chains." But for you, maybe it's an option.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com