Skip to Content
0
Former Member
Oct 17, 2013 at 09:42 AM

PB Classic : using enum .Net with OLE Object

50 Views

Hi,

I use a .Net dll (registered for COM interop) through OLEOBjects in Powerbuilder 12.5.1.

It works, I can use class found in this dll (with ConnectToNewObject function).

My problem is a special function that requires an argument of "enum" type. I don't know if it's possible and what is the syntax to use.

Has anyone encountered this situation? Is there a solution ?