I have a DLL that I need to talk to a CTC 5200 PLC (Programmable Logic Controller) that has questions marks instead of underscores at the begining of the function names in the LIB file. Has anyone encountered this before? My program compiles without error, but it fails in the link stage with all the functions that I used form this DLL listed as undefined symbols.
Is there a method to cause Lab Windows CVI to change its function nameing conventions?
Is there a method to transform the offending LIB file function names to conform with Lab Windows/CVI object file format?