🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Help with CaLua

Started by
0 comments, last by NeonGE 20 years, 4 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...
Advertisement
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