--------------------Konfiguration: TheTool - Win32 Debug--------------------
Linker-Vorgang läuft...
lualib.lib(llex.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __pctype
lualib.lib(lobject.obj) : error LNK2001: Nichtaufgeloestes externes Symbol ___mb_cur_max
lualib.lib(liolib.obj) : error LNK2001: Nichtaufgeloestes externes Symbol _errno
distribution\TheTool.exe : fatal error LNK1120: 3 unaufgeloeste externe Verweise
Fehler beim Ausführen von link.exe.
TheTool.exe - 12 Fehler, 0 Warnung(en)
does anyone know an answer to this problem ??
bye, alexander bierbrauer </pre>
LUA and C++ linking problem
Hi people,
I wanted to use LUA in my mulithreaded 3d editor. LUA got compiled with "multithread-dll debug" code generation. I''ve exlcuded libc.lib from the editor''s linking libraries but I''m still getting these errors:
www.polyfrag.com
I''ve did the include in this way !
some more suggestions ??
...#ifndef CLUAINTERPRETER_H#define CLUAINTERPRETER_H#include <stdlib.h>#include <string>extern "C"{#include <lua.h>#include <lualib.h>}class cLUAInterpreter...
some more suggestions ??
www.polyfrag.com
surely you''ve included the lua library, right?
-eldee
;another space monkey;
[ Forced Evolution Studios ]
-eldee
;another space monkey;
[ Forced Evolution Studios ]
Do NOT let Dr. Mario touch your genitals. He is not a real doctor!
-eldee;another space monkey;[ Forced Evolution Studios ]
Have you compiled the Lua library yourself, or gotten the binary? The former is much better, and easier to catch errors with.
Don''t listen to me. I''ve had too much coffee.
Don''t listen to me. I''ve had too much coffee.
I had the same problem as you. What I finally did is simply include the source of lua and compile everything with my project. No more problems!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement