Forum > General
Help me with create .dll and .so
xinyiman:
I created a C library which allows me to obtain lists of strings! Who will help me turn it into a .dll and .so
Thanks
:)
xinyiman:
Question ansistring but is equal to the string of C?
theo:
--- Quote from: xinyiman on June 24, 2010, 10:11:14 pm ---Question ansistring but is equal to the string of C?
--- End quote ---
Use PChar when talking to C.
xinyiman:
Another question I've put in my dll as a parameter of the function PtrMiaLista * MiaLista
How do I declare in Free Pascal? It 'a pointer to a list of structures!
theo:
Have a look at the RTL sources, there are a lot of declarations, like
TSize = record
cx : Longint;
cy : Longint;
end;
PSize = ^TSize;
Navigation
[0] Message Index
[#] Next page