Re: Microsoft & GNU c++ compiler

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Bronek Kozicki (brok_at_rubikon.pl)
Date: 07/08/04


Date: Fri, 9 Jul 2004 00:58:18 +0200

Jason Winnebeck wrote:
> Could one not use pragmas to turn on extensions in your "master" (PCH)
> header file when you include the SDK stuff, then turn them back on
> afterwards?

the only relevant pragma is :

#pragma conform(forScope ...

.... but it turns off just one of many C++ extensions "available" in
MSVC :( I think they will make it better in MSVC8 (C++ .NET 2005).

B.