Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Can't build a basic Skylark app! Help!
Re: Can't build a basic Skylark app! Help! [message #46087 is a reply to message #37813] |
Wed, 02 March 2016 18:57  |
omari
Messages: 276 Registered: March 2010
|
Experienced Member |
|
|
Hello,
I think this shall be fixed now, as U++ is shipped with mingw.
this error is caused by the "__in" in the function :
static BOOL WINAPI CtrlCHandlerRoutine(__in DWORD dwCtrlType);
(Skylark.h, line 77, and Apps.cpp line 23)
it can be fixed, either by removing "__in" from header and source files,
or by defining it if needed:
#ifndef __in
#define __in
#endif
regards
omari.
|
|
|
Goto Forum:
Current Time: Sat Aug 09 08:51:06 CEST 2025
Total time taken to generate the page: 0.03712 seconds
|