|
|
#1 | ||||||||
|
Junior Member
|
hey guys m new to game programming
i just downloaded the clanLib for visual studio i want to know how should i use it means what should i do before i can use it directly using "#include" the clanLib consists of files which arer visual studio's project file ![]() ![]() |
||||||||
|
|
|
|
|
#2 | ||||||||
|
Administrator
Location: UK |
How far did you get with the documentation? http://clanlib.org/wiki/MainDocs:Index
__________________
Steven Yau [Alix Games Blog] [Portfolio] [How I broke into the Games Industry] [Why I left my Games Job] [How to be a Games Tester] [Getting back into the Game] |
||||||||
|
|
|
|
|
#3 | ||||||||
|
Junior Member
|
thanx a lot dude m downloading the rest of the thinks nd will do all the steps in documents
thanx alot really will ask further is ny help required |
||||||||
|
|
|
|
|
#4 | ||||||||
|
Junior Member
|
m done with all those steps in that file m everything f9 till now
bt help me out #include <ClanLib/core.h> #include <ClanLib/display.h> #include <ClanLib/gl.h> #include <ClanLib/application.h> class cClanLibApp : public CL_ClanApplication { public: cClanLibApp(); ~cClanLibApp(); virtual int main(int, char **) { CL_SetupCore setup_core; CL_SetupDisplay setup_display; CL_SetupGL setup_gl; ->CL_SetupSound setup_sound; return 0; } }app; m getting error at the line which is bold nd pointed with n arrow nd the error is error C2065: 'CL_SetupSound' : undeclared identifier error C2146: syntax error : missing ';' before identifier 'setup_sound' error C2065: 'setup_sound' : undeclared identifier plz help me out |
||||||||
|
|
|
|
|
#5 | ||||||||
|
Administrator
Location: UK |
You haven't included the file that has defined CL_SetupSound
If you do get any further problems with ClanLib, I recommend you actually use their support forums as they will have a much better idea then we do. I don't think any of us here have used ClanLib and these forums are more focused about careers. http://www.rtsoft.com/forums/forumdi...ame-SDK-Forums
__________________
Steven Yau [Alix Games Blog] [Portfolio] [How I broke into the Games Industry] [Why I left my Games Job] [How to be a Games Tester] [Getting back into the Game] Last edited by yaustar : 12-05-2011 at 12:07 PM. |
||||||||
|
|
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Powered by vBulletin® Version 3.6.9
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
All times are GMT -8. The time now is 10:50 AM.























Linear Mode

