Hi,
here is how I do a dynamic load to a library: (in Linux)
step 1 - from the " .h" file prepare an interface section:
type
...
TPibcnt = ^word;
Tibclr = function(Device_Handle:smallint):smallint;cdecl;
Tibconfig =
function(Device_Handle,option,setting:smallint):smallint;cdecl;
Tibdev
How do you call a C library or .h file from FPC in linux? Any samples?
Thanks
Paul
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Hi All,
I am looking for an open and free FEM (Finite Element Method) package
written in Pascal. I found many written in Fortran and C/C++ but nothing
in Pascal/Object Pascal. I didn't look everywhere on the web so:
1. Does someone know about such thing (even not complete)?
2. I am thinking to