Hi Everyone,
I am using PowerBuilder 2017 R2 build 1756, classic application. I am trying to call a C# DLL in my application where i found an error message (Syntax error) when i call function name with class name. Please suggest what i do.
Function string FileParser.ParseFileName( string destFormatInput, string destFormatInput2) library "PushmonFileParser.dll" ;
- Mukul