GiDeSa wrote:
I have this problem: I want to call some functions in a Windows DLL, the functions are C ones, then I know the list and type of C parameters to pass. Have anyone some suggestions? What are the correspondence from GPC Pascal types to C types?
Please see the online documentation `info -f gpc', Section "Reference - Integer Types" for GPC types that correspond to GCC's `int', `long', `unsigned short', etc.
See also `CString' and the section of the GPC FAQ list (http://home.pages.de/~GNU-Pascal/gpc-faq.html) that deals with interfacing with other languages.
Hope this helps,
Peter