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 |
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
|
|
|
Goto Forum:
Current Time: Fri Nov 01 01:01:38 CET 2024
Total time taken to generate the page: 0.03441 seconds
|