We're using Embarcadero C++ Builder, the linker errors are:
[ilink32 Error] Error: Unresolved external '_TF_GetHandle' referenced from ...\WIN32\DEBUG\LIMELM.OBJ
[ilink32 Error] Error: Unresolved external '_TF_HasLease' referenced from ...\WIN32\DEBUG\LIMELM.OBJ
[ilink32 Error] Error: Unresolved external '_TF_DropLease' referenced from ...\WIN32\DEBUG\LIMELM.OBJ
[ilink32 Error] Error: Unresolved external '_TF_GetFeatureValue' referenced from ...\WIN32\DEBUG\LIMELMEXPIRYDATE.OBJ
[ilink32 Error] Error: Unresolved external '_TF_IsDateValid' referenced from ...\WIN32\DEBUG\LIMELMEXPIRYDATE.OBJ
[ilink32 Error] Error: Unresolved external '_TF_PDetsFromByteArray' referenced from ...\WIN32\DEBUG\LIMELM.OBJ
[ilink32 Error] Error: Unresolved external '_TF_SetLeaseCallback' referenced from ...\WIN32\DEBUG\LIMELM.OBJ
[ilink32 Error] Error: Unresolved external '_TF_SaveServer' referenced from ...\WIN32\DEBUG\LIMELM.OBJ
[ilink32 Error] Error: Unresolved external '_TF_RequestLease' referenced from ...\WIN32\DEBUG\LIMELM.OBJ
I've double checked all versions and they are correct. I do have to convert the library from COFF to OMF format but I have some scripts for that and it's all worked perfectly until now. Also there's no problem with TurboActivate 5.0.2.0.
I'll try to generate the lib files directly from the DLL and see if that helps.
Thanks.