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 » [MINGW] WIN32 compile errors
[MINGW] WIN32 compile errors [message #25727] Tue, 09 March 2010 12:16 Go to next message
masu is currently offline  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

Re: [MINGW] WIN32 compile errors [message #25733 is a reply to message #25727] Tue, 09 March 2010 17:31 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
I agree in problems 1 and 2.
I have not compiling problem in Path.cpp Sad


Best regards
Iñaki
Re: [MINGW] WIN32 compile errors [message #25748 is a reply to message #25733] Wed, 10 March 2010 09:57 Go to previous messageGo to next message
masu is currently offline  masu
Messages: 378
Registered: February 2006
Senior Member
Hi Koldo,

in Path.cpp there is just an additional '}' at the end of line which has to be removed Smile.

Edit: Mirek already fixed it in rev. 2202.

Matthias

[Updated on: Wed, 10 March 2010 10:15]

Report message to a moderator

Re: [MINGW] WIN32 compile errors [message #25864 is a reply to message #25727] Tue, 16 March 2010 16:11 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello Mirek

These problems still remain and the fixes are very simple.

If you want I can apply them to Core.


Best regards
Iñaki
Re: [MINGW] WIN32 compile errors [message #25887 is a reply to message #25864] Wed, 17 March 2010 17:56 Go to previous message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
koldo wrote on Tue, 16 March 2010 16:11

Hello Mirek

These problems still remain and the fixes are very simple.

If you want I can apply them to Core.

Thank you Smile

Problem fixed.


Best regards
Iñaki
Previous Topic: [BUG] TheIDE startup JPEG error
Next Topic: Theide is linked with unnecessary libs on linux
Goto Forum:
  


Current Time: Fri Mar 29 05:47:29 CET 2024

Total time taken to generate the page: 0.01143 seconds