|
When creating a DLL in Visual Prolog, I am not getting the corresponding LIB file (-l option for pdclinkDLL is present).Please, check, whether the names of the predicates to be exported are defined in the EXPORTS directive of the .DEF file of your project. Note that if the EXPORTS section is missed in the .DEF file, the corresponding .LIB is not created. |