Hi all,
long time ago i was trying to create an ai for 0.10.x using c++. Now i'm trying to upgrade the code to 0.14.x.
First problem is, that there is no actual protocol.h in the ai-develoment-kit anymore or missed i something?
Next problem is the RW-Block. Starting a new game the data-pointer to RO.Data is zero (0x0000). So will it work, if i allocate my Data like RO.Data=new byte[4096] or is there some other way? And where shoud i free the memory - at cBreakGame?
thanks in advance
Posted 20-Nov-05 18:06 by knut <knut
knutzone.de>
