I just downloaded the C++ Toolkit from the MS website.
When I try to compile it, it shows a lot of errors having to do with ID_INLINE, like:
game\bg_public.h(1522) : error C2054: expected '(' to follow 'ID_INLINE'
game\bg_public.h(1523) : error C2085: 'BG_GiveMeVectorFromMatrix' : not in formal parameter list
What do these errors mean? In ID_INLINE, is there a problem with that #define statement? What is the formal parameter list?
Thx for the help in advance,
Ondra