I am using the trial version of PowerBuilder 2017. In PowerBuilder 12.5 and PowerBuilder 2017 32bit I am able to call a C# function that has the Robert Giesecke “Unmanaged Exports” package. In PowerBuilder 2017 64bit I am not able to call the C# function despite the C# function being compiled in 32bit or 64bit.
All testing has been done with compiled objects. The function is
public function string ReformatExtract(string client_number, string extract_type, string extract_record) LIBRARY "ExternalFunctions.dll" alias for "ReformatExtract;Ansi"
What am I missing?