5.4 static library. AFAIK, if I'd want to static link the static library to my fpc project, i just use {$linklib 'liblua54.a'}. This compiles ok. However, im unable to access the functions inside the liblua54.a, eg, "luaL_openlibs" function. i got the Access violation error. How can i actually access the static linked library from within FPC?
Did you also include it? I guess it needs uses too http://lua-users.org/wiki/LuaInFreePascal
Thank you for the reply. very appreciated. Ill look at it. 👍
Обсуждают сегодня