[fpc-devel] using generated obj files with vs or gcc in fpc?
Yury Sidorov
jura at cp-lab.com
Thu Mar 8 10:34:10 CET 2007
From: "Roozbeh GHolizadeh" <roozbehid at yahoo.com>
> So,how should i use them?
> i mean i have to create a unit and do header
> translation,and declare variables and function as
> external?
Yes.
> also if that obj uses procedures like malloc or other
> sdtlibc funcions,does that make any problems?
Ideally C obj files or libraries must not contain C rtl calls. Like zlib.
Otherwise it is problematic to use them.
Yury Sidorov.
More information about the fpc-devel
mailing list