I am converting an application from VB6 to PB.
One major task is to interface to a COM object using Includes generated with PB Com browser.
In one particular function, the COM interface refuses to accept a VARIANT parameter, rather, requiring a LONG parameter.
IN VB6 this is not a problem, but it seems insurmountable in PB.
I'm a very new PB person so forgive me if there is an obvious work around.
Maybe I need to be talking to the COM provider.
TIA
Ian B
One major task is to interface to a COM object using Includes generated with PB Com browser.
In one particular function, the COM interface refuses to accept a VARIANT parameter, rather, requiring a LONG parameter.
IN VB6 this is not a problem, but it seems insurmountable in PB.
I'm a very new PB person so forgive me if there is an obvious work around.
Maybe I need to be talking to the COM provider.
TIA
Ian B
Comment