Re: [fpc-pascal] Help needed with interfacing to C-object-files.

2005-03-07 Thread Marc Santhoff
Am Mo, den 07.03.2005 schrieb Koenraad Lelong um 22:36: > Hi, > I'm trying to make an interface to a kind of library, but I'm stuck. Any > pointers are welcome. > There is a C-header file, but this is common for a number of C-modules. > If I translate (h2pas) this file, and use it, the linker tri

[fpc-pascal] Help needed with interfacing to C-object-files.

2005-03-07 Thread Koenraad Lelong
Hi, I'm trying to make an interface to a kind of library, but I'm stuck. Any pointers are welcome. There is a C-header file, but this is common for a number of C-modules. If I translate (h2pas) this file, and use it, the linker tries to find an o-file, which does not exist. Any suggestions how t