[Lazarus] Lazarus 2.0 doesn't compile LabJack wrapper

Juha Manninen juha.manninen62 at gmail.com
Thu Mar 7 08:24:20 CET 2019


The implementation part is missing "stdcall;"
You also need to match the parameters and return types of functions
between interface and implementation parts.
Actually the implementation part is not needed (I think). Just give
the external DLL name in the interface.

Juha


More information about the lazarus mailing list