Wednesday, 28 August 2013

Lua C API: embedding Lua into DLL project

Lua C API: embedding Lua into DLL project

I've got C++ project which is .DLL, I include there lua headers such as
lua.h, lualib.h and lauxlib.h I can execute script from there but when I
try to call some function it isn't called. Is it working this way or I am
doing something wrong? Thanks in advance.

No comments:

Post a Comment