Using Windows header files within Netbeans 6.8

Posted by Matthieu Steffens on Stack Overflow See other posts from Stack Overflow or by Matthieu Steffens
Published on 2010-03-09T18:14:42Z Indexed on 2010/06/06 13:02 UTC
Read the original article Hit count: 277

Filed under:
|

I'm trying to make an windows application within Netbeans. When using Visual studio it is no problem to use files like tchar.h

I have receaved a basic file structure containing those and I'm trying to get them to work on Netbeans IDE but it seems that Netbeans won't allow using files from Visual Studio.

I have tried to add the tchar.h file and all other file it required (including some C++ core files) and commenting the errors written in those care files:

#error ERROR: Use of C runtime library internal header file.

But netbenas can't find the tchar.h file while being in same folder...

© Stack Overflow or respective owner

Related posts about c++

Related posts about netbeans6.8