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++ 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 Go to previous message
omari is currently offline  omari
Messages: 266
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.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Zip with no compression
Next Topic: Compile error in Ole\util.cpp on fresh installation
Goto Forum:
  


Current Time: Thu May 09 10:05:42 CEST 2024

Total time taken to generate the page: 0.02174 seconds