Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Apr 19 18:22:55 CEST 2024

Total time taken to generate the page: 0.02895 seconds