Hello all,
i want to use different ORCA-versions (105, 125, 170, 190) in C#. I Installed the newest Powerbuilder Versions and did a [DllImport("PBORC...")] with each version.
But in the end, i could not use the 12.5 and 19.0 version because the dll`s are not registered. I did a little research and i think the problem is that orca version 12.5 and 19.0 are not in the C:\Program Files (x86)\Appeon\Shared\PowerBuilder directory. I also discovered that the 19.0 version does not have a PBORC190.dll, the name is PBORC.dll...
I also tried to register the dll manually like this:
regsvr32 "C:\Program Files (x86)\Appeon\Shared\PowerBuilder\PBORC190.DLL"
For the version 19.0, i renamed and moved the dlll to the shared folder.
Is there any workaround to use the 12.5 and 19.0 orca versions???