Advertisement

Help with CaLua

Started by February 19, 2004 04:02 PM
0 comments, last by NeonGE 20 years, 9 months ago
Maybe this is a noob question, but i am trying to include CaLua to my engine, and when i try to compile, i get this error Main.obj : error LNK2019: unresolved external symbol "int __cdecl CLU_Init(void)" (?CLU_Init@@YAHXZ) referenced in function _main But i am linking with CaLua.lib already, maybe the problem is because there is a DLL, but i can get this right. Anybody who has used this before? P.D. I am using VS NET 2002 Thanks. --------------------------------------------- If God with me, Who against me? Sitio de desarrollo de videojuegos en español Digital Moon Studio... There is no spoon
--------------------------------------------- If God with me, Who against me?Personal Web Samuel Prince Blog...
Forget about it, i´ve just figured it out.

For the record, i just included the CaLua.h like this

extern "C"
{
#include <CaLua.h>
}

---------------------------------------------
If God with me, Who against me?
Sitio de desarrollo de videojuegos en español
Digital Moon Studio...

There is no spoon
--------------------------------------------- If God with me, Who against me?Personal Web Samuel Prince Blog...

This topic is closed to new replies.

Advertisement