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: Compiling, Linking, Debugging of your packages » MSC10 compilation issues
MSC10 compilation issues [message #26565] Tue, 11 May 2010 20:53 Go to previous message
gridem is currently offline  gridem
Messages: 45
Registered: August 2008
Member
The following patch solves the compilation issues with MSC10 compiler:
uppsrc\Core\Core.h(299): #if !defined(STLPORT) -> #if !defined(STLPORT) && _MSC_VER < 1600
uppsrc\Web\socket.h(132): #define SOCKERR(x) COMBINE(WSA, x) -> #define SOCKERR(x) WSA##x


P.S. Additional warnings takes place:
Linking...
LINK : warning LNK4224: /INCREMENTAL:YES is no longer supported;  ignored


Regards,
Grigory
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Buildtime defines such bmYEAR. Is it nessessary?
Next Topic: Version of NASM
Goto Forum:
  


Current Time: Mon Apr 29 07:55:38 CEST 2024

Total time taken to generate the page: 0.02224 seconds