GOOF OpcodeCollisionGameSystem error

Zvejk

20-06-2006 14:28:01

Hello all.

I try to compile GOOF, and I am really close to success, but the GOOFOpcodeGameSystem project cannot be compiled cause of this error:

c:\goof\goofgamesystems\goofopcodecollisiongamesystem\src\goofopcodecollisionshape.cpp(78) : error C2039: 'SetCallback' : is not a member of 'Opcode::MeshInterface'
c:\opcode\opc_meshinterface.h(72) : see declaration of 'Opcode::MeshInterface'

Please, can you help me, where the problem could be?

Thanks

jacmoe

20-06-2006 22:20:06

Read the documentation: it expressly asks you to[b]change some OPCODE files[/b]. :wink:

Zvejk

21-06-2006 06:02:31

Read the documentation: it expressly asks you to[b]change some OPCODE files[/b]. :wink:

Yes, that was the problem. Sometimes I look thru the documentation and omit important remarks. :oops: