In PowerBuilder 2018 will we be able to make direct calls to 3rd party .Net non-visual assemblies that are not COM callable?
For example, eBay .NET SDK APIs https://developer.ebay.com/tools/netsdk
Thanks.
In PowerBuilder 2018 will we be able to make direct calls to 3rd party .Net non-visual assemblies that are not COM callable?
For example, eBay .NET SDK APIs https://developer.ebay.com/tools/netsdk
Thanks.
This is a different question on the PB native client apps vs a.net core Assembly calling a .Net framework Assembly or vice versa.
AFAIF... The .Net Core is a subset of the .Net framework and as such does not implement the full Com Callable features that the .net framework does. So my initial guess would be "No".
However, I'll double-check with Engineering to be certain.
Regards ... Chris
I checked with Engineering last night and they said that Com Callable is supported under .Net Core 3.0 - which is what all the new C# features in the next PB major release are being built upon.
Regards ... Chris