I wrote a utility in C# which calls pborc190.dll to import/export source from PBLs. As of 2019 R3 this utility no longer works. I noticed that in R3, most of the DLLs have been renamed from pb*190.dll to pb*.dll. So pborc190.dll became pborc.dll. No problem, let me update my program to reference the new dll name. Well my program still isn't working. I would assume this new naming convention will cause issues for anyone calling Orca, for example PowerGen.
Has anyone else had issues calling orca on 2019 R3? My program says it can't find pborc.dll even though the dll exists and is in my path.