Caanoo / WIZ C++ Libraries For Caanoo


nparkanyi

Still Fresh
Joined
Mar 7, 2011
Messages
5
I noticed there seem to only be a few libraries available for game development on the caano in c++ (SDL, OpenGL ES, official SDK)

I was wondering how easy it would be to try and use other libraries on the caano, such as allegro, or clanlib.
 
nparkanyi said:
I noticed there seem to only be a few libraries available for game development on the caano in c++ (SDL, OpenGL ES, official SDK)

I was wondering how easy it would be to try and use other libraries on the caano, such as allegro, or clanlib.

You can compile (new) libs just fine, some might need some modifications but i think the main problem with those libs are it's dependencies on other libraries so it might take you some work. To use the libs on the caanoo you should use dynamic linking and temporary change the library path in the environemet variables so it can find your compiled libs.
 
Last edited by a moderator:
Back
Top