I am using Click n Create to develop a Multiplayer Game, and this time I've decided to incorporate the Kaillera.dll and see if I have any luck, instead of using the traditional MOO http://www.3ee.com dll which costs money to buy.
I downloaded Kaillera client API v0.84 (kailleraclient.dll, kailleraclient.h, kailleraclient.lib), freeware. I hope to be the first one to incorporate it into CNC, however if you know anyone who already has, plz tell me k
So far I haven't had any problems loading the dll, however I do not know what the call functions are after looking at kailleraclient.h (so I can't do much) all I can see is.
- Code: Select all
/*
kailleraGetVersion
Call this method to retrieve kailleraclient.dll's version
- version must point to a char[16] buffer
*/
DLLEXP kailleraGetVersion(char *version);
/*
kailleraInit:
Call this method when your program starts
*/
DLLEXP kailleraInit();
/*
kailleraShutdown:
Call this method when your program ends
DLLEXP kailleraShutdown();
*/
From what I remember at programming lessons was {} brackets meant comments however /* and */ (which Im not fimiliar wtih) appear to be comment brackets, so If I wanted to call a function, would it be:
kailleraGetVersion
-or-
DLLEXP kailleraGetVersion(char *version);
I would appreciate any help on the Call Function Commands if anyone would take the time to list them here or help me understand kaillera.h file better, I would be most utterly grateful
PS I saw that guest had the same problems earlier in the forum however no one replied to that one.
Cheers
-Nate
