Artificial Intelligence Depot
Visiting guest. Why not sign in?
News, knowledge and discussion for the AI enthusiast.
FEATURES COMMUNITY KNOWLEDGE SEARCH  
Robot Building for Beginners
Not only does this book assist you in understanding component parts of robot development, but also it prepares you with techniques to learn new discoveries on your own.
More information at Amazon US UK

Reply to Message

Not registered yet?

The AI Depot has a focused community of friendly users. Rather than let anyone abuse the site at the brink of promiscuity, we prefer to let only those with an active interest participate... this simply requires registering.

Why not sign up!

Joining the site's community is completely free. You can then post messages freely, and customise your personal profile at will. Specific privileges will also be granted to you, like being able to access printer-friendly articles without restrictions. So, why not register?

Username:
Password:
Subject:
Email me when someone replies.
Body:

Parent Message

Compile with a lib

I have tried to compile the game code with a lib of my own. The compiler used by Q3 has some major limitations :
- no class
- no default value (void function(int nb = 0) for example)
- no ref argument (void function(int &nb) for example)
So I expurged my include file from these errors, and the core game dll seems to compile including my lib (already compiled) which contains C++ code interfaced with simple C functions. I need a basic bot framework to test if it really works, but I do not know exactly how to do this...
Any remarks, ideas ?

7 posts.
Thursday 23 May, 07:45
Reply

Back to the Artificial Intelligence Depot.