hello good people of FPC-land. I have liblua54.a, the Lua 5.4 static library. AFAIK, if I'd want to static link the static library to my fpc project, i just use {$linklib 'lib...
I think i have to rephrase the question. If i had a static library ive made with gcc, how can i access this functions? Say, my static library filename is libmy123.a. AFAIK, i ...
BTW, I was wondering, can we access shared library, eg .dll or .so file if i embed it in resource? By access, i mean, loading the library so we can use it. Something like, dlo...
hello good people of the fpc/lazarus-land! i have a list with over 300k rows (in text format). id like to make a program that searches the list. i read somewhere tstringlist o...
To use Trunk FPC means I have to compile manually it from source right? 😅
is there any way to set const Buffer at runtime?