Anuradha wrote:
My problem is like this :
I have the C procedure in a .so file. I have the prototype declaration in a header file.
How should the declaration of the procedure be given in my pas file?What will be the types of the parameters(C or pascal)?
Please the the GPC manual, e.g. the section "Other Languages" in the "Programming chapter". Also perhaps "Data Types/Integer Types/Main Branch Integer Types" for the translation of integer types etc. for other types.
There are also examples in the `demos' directory (c_gpc_*).
If you have specific problems, be invited to post your code here...
Frank