U++ framework
Do not panic. Ask here before giving up.

Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » [Fix] Build error (WinXP, Mingw)
[Fix] Build error (WinXP, Mingw) [message #14037] Thu, 07 February 2008 14:23
masu is currently offline  masu
Messages: 378
Registered: February 2006
Senior Member
Got a build error in ChWin32.cpp (missing definitions).

Fix:
add
#include <uxtheme.h>
#ifdef COMPILER_GCC
#include <tmschema.h>
#endif

after
#ifdef _MSC_VER
#if _MSC_VER > 1400	// Visual C > 2005
#include <vssym32.h>
#else
#include <tmschema.h>
#endif
#endif

Matthias
Previous Topic: SVN Revision 110 ide Build Errors on Ubuntu Linux
Next Topic: small bug on 2444 Uvs on Linux
Goto Forum:
  


Current Time: Fri Sep 18 20:26:15 GMT+2 2026

Total time taken to generate the page: 0.00573 seconds