Opcode colision detection help! _

Started by
1 comment, last by Zerosignull 19 years, 1 month ago
Hi, Straight forward question, and i hope answer, how do i get Opcode to work in my project's? I have built the lib's and put them in my VC/LIB dir and linked to them in my progject and i have included the opcode/opcode.h in my files but when i try to use any opcode function or types i just get undeclared identifyers when trying to compile. Help! Tnak's P.S if this is the wrogn froum sorry. Just seems like the most likely one
Advertisement
If you're using that approach, you probably need the DLL in your executable directory as well. You could also just include the full source inside your project, although, this would require you to compile the source everytime you compile. What is OPCode anyway?
Rob Loach [Website] [Projects] [Contact]
Its not a linking error or executing/running error. Opcode is a collision detection libary

http://www.codercorner.com/Opcode.htm

This topic is closed to new replies.

Advertisement