Posted on Mar 29, 2010 by
Happy Horse
1>e:\dev\ai\libbehavior\trunk\snow leopard\snow leopard\main.cpp(112) : error C2653: 'CL_DisplayMessageQueue' : is not a class or namespace name 1>e:\dev\ai\libbehavior\trunk\snow leopard\snow leopard\main.cpp(112) : error C3861: 'has_messages': identifier not found 1>e:\dev\ai\libbehavior\trunk\snow leopard\snow leopard\main.cpp(113) : error C2653: 'CL_DisplayMessageQueue' : is not a class or namespace name 1>e:\dev\ai\libbehavior\trunk\snow leopard\snow leopard\main.cpp(113) : error C3861: 'process': identifier not found
Comment #1
Posted on Aug 3, 2011 by Massive Bear- download the newest ClanLib SDK. I used ClanLib 2.3.1.
- add the Clanlib path into the VC's include path.
- change GameObject.cpp : 31 into this: CL_PixelBuffer image(100,100,cl_rgba8);
- change main.cpp : 113 - 114 into : CL_KeepAlive::process();
Status: New
Labels:
Type-Defect
Priority-Medium