- Eric Freudenberg
- PowerBuilder
- Monday, 25 February 2019 08:14 AM UTC
Hello Communty,
is there a way to use ORCA in a .Net project (preferably C#) without writing a c++ wrapper?
I have tried several ways, but find no solution:
- PBORC170.DLL is not COM visible, so not possible using via COM interface
- directly import of PBORC170.DLL not possible
- import via [DLLIMPORT] function not possible because, DLL is written in C++, so a unmanaged language, and C# is a managed language (C# can not handle unmanaged types)
Is there perhaps a library I overlooked or exist a special .Net API?
Many thanks for your answers.
Greetings Eric
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.