View Single Post
  #5  
Old 05-23-2011, 01:07 PM
Karayrem
Sarnak
 
Join Date: Jan 2011
Posts: 33
Default

hmm lol there's 5 projects to selects. I select it in debug when I meant to do it in release. Then I realized I have to reselect those again of each 5 project. is there a way to just select it to include all projects instead of each and every project?

Anyhow Thanks you Joligario for the clarification. I'm learning something new everyday. =)

Anyway I got them 4 of 5 compiled. There was an error in the bot code ->

3>bot.cpp(5276): error C2065: 'parse' : undeclared identifier
3>bot.cpp(5276): error C2227: left of '->Event' must point to class/struct/union/generic type
3> type is ''unknown-type''
3>bot.cpp(13411): error C2065: 'parse' : undeclared identifier
3>bot.cpp(13411): error C2227: left of '->Event' must point to class/struct/union/generic type
3> type is ''unknown-type''
Reply With Quote