1. Patrick Therrien
  2. PowerBuilder
  3. Wednesday, 1 November 2017 15:00 PM UTC

Hi,

In PB11 i have created a COM project to communicate with a .Net application. Now it's not possible with PB2017 to create a COM project. Otherwise .Net assembly. someone had an alternative to COM project with PB2017?

ty

Marco Meoni Accepted Answer Pending Moderation
  1. Wednesday, 1 November 2017 20:45 PM UTC
  2. PowerBuilder
  3. # 1

You can:

1) Continue using old PB versions (up to PB 11.5) and keep your legacy COM objects

2) Build a .NET assembly (from PB.NET) and make it COM visible

3) Use Visual Studio, build .NET user objects and wrap them using MS Interop

Given 1) and 2) are discontinued, I would go for 3).

Bruce Armstrong's tutorials are the place to start from

http://www.brucearmstrong.org/2013/02

Best,

Marco

 

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.