[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] Re: _problem with _underscore

Those are Visual C++ extensions - i.e. it is non-standard C++. You don't say which compiler you are using, but I guess it is GNU/g++, so you will need to see what the g++ equivalents are.

--
Derek


Classy wrote:
I have a existing project files which run perfectly in microsoft visual c++. now i compile the project file in eclipse c++, there appears lots of lsyntax error. what i notice is that the problem occur on variable like __declspec , _ASSERTS and others which name start with underscore. also the #include "CrtDbg.h" is not recognized. so wat shd i do?