Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » MinGW headers not found
MinGW headers not found [message #1738346] Tue, 19 July 2016 08:18
Pim Jongeneel is currently offline Pim JongeneelFriend
Messages: 1
Registered: July 2016
Junior Member
Currently working with eclipse CDT (C++ project) and trying to make an MySQL connection. Trying to achieve this with the use of: (and more)
#include <sql.h> #include <sqltypes.h>


I'm using the Cross G++ compiler and linker. My build environment has the Path en MINGW_HOME variables in it. The MINGW_HOME variable is set to C:\MinGW\bin, so the Path variable remains untouched.

When I include, for example the #include <sql.h> header, it can't be located.

Any suggestions on what to do?
Previous Topic:C/C++...
Next Topic:Eclipse Arduino c++ ide
Goto Forum:
  


Current Time: Thu Apr 18 08:56:21 GMT 2024

Powered by FUDForum. Page generated in 0.01847 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top