On Wed, Apr 20, 2005 at 10:34:29AM +0100, Neil J Mackie wrote:
> The free VC++ 2005 Express Beta 2 (which I believe is VC++ 8.0) does
> read the project file included in the MySQL++ distribution (although it
> 'upgrades' it) however the build very quickly fails because it cannot
> find 'windows.h' which is included from 'platform.h' . I have searched
> the files installed by VC++2005 and 'windows.h' does not appear to be
> one of them, so as far as I can tell MySQL++ does not build under VC++ 8.
On VC++ 7.0, windows.h is under the "PlatformSDK" directory. Windows.h
has been the main windows header file since the Windows 3.0 days, and probably
earlier. I'm quite surprised it's not there.
I don't use mysql++ on windows... just providing a data point.
- Chris