Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » [MINGW] WIN32 compile errors
[MINGW] WIN32 compile errors [message #25727] |
Tue, 09 March 2010 12:16  |
masu
Messages: 378 Registered: February 2006
|
Senior Member |
|
|
SVN rev. 2200 is not compilable with Mingw.
The following should be added/corrected (all in Core package):
Win32Util.cpp:172
return (void*)GetProcAddress(hDLL, fn);
App.cpp:436
#ifndef SHGFP_TYPE_CURRENT
#define SHGFP_TYPE_CURRENT 0
#endif
#ifndef CSIDL_MYDOCUMENTS
#define CSIDL_MYDOCUMENTS CSIDL_PERSONAL
#endif
Path.cpp:454
return !IsDirectory() && toLower(GetName()).EndsWith(".exe");
Matthias
[Updated on: Tue, 09 March 2010 12:16] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sun Apr 27 19:44:59 CEST 2025
Total time taken to generate the page: 0.03706 seconds
|