Deploying wodftpdlx with powerbuilder (General questions)

by scot styer @, (5110 days ago)

I've got a powerbuilder 12.1 application
that works fine on my machine with wodftpdlx
but, when I deploy it to another machine,
I'm getting a error referencing an external object
on ole_ftp.hostname
ole_ftp is my wodftpdlx class
I deployed the application with the wodftpdlx.dll and wodcertificate.dll
I don't understand why it works on mine, and not on a users machine
am I missing something?

locked

Re: Deploying wodftpdlx with powerbuilder

by wodDamir @, (5110 days ago) @ scot styer

Hi Scot,

Did you register wodFtpDLX.dll using RegSvr32?

If not can you please do so?

Regards,
Damba

locked

Re: Deploying wodftpdlx with powerbuilder

by scot styer @, (5110 days ago) @ wodDamir

Hi Scot,

Did you register wodFtpDLX.dll using RegSvr32?

If not can you please do so?

Regards,
Damba


I registered the dll.. and it appeared to register.. but, we still get the same error

locked

Re: Deploying wodftpdlx with powerbuilder

by wodDamir @, (5110 days ago) @ scot styer

Scot,

Are you using Licensed or trial version?

If you're using licensed one, did you set LicenseKey property? If not, can you please do so?

Regards,
Damba

locked

Re: Deploying wodftpdlx with powerbuilder

by scot styer @, (5110 days ago) @ wodDamir

Scot,

Are you using Licensed or trial version?

If you're using licensed one, did you set LicenseKey property? If not, can you please do so?

Regards,
Damba

I followed a sample application in the powerbuilder journal
and I believe it was suggesting to use the active x control
and... looking at the documentation, it doesn't appear that you have
to put the license statement in... when using an active x
when I tried it gives a compatibility error
if I'm using the active x component... do I need to register
the wodftpdlx.ocx ?

locked

Re: Deploying wodftpdlx with powerbuilder

by wodDamir @, (5110 days ago) @ scot styer

Scot,

Yes, in case you're using ActiveX Control, you need to register and distribute the wodFtpDLX.ocx instead.

Regards,
Damba

locked

Re: Deploying wodftpdlx with powerbuilder

by scot styer @, (5110 days ago) @ wodDamir

Scot,

Yes, in case you're using ActiveX Control, you need to register and distribute the wodFtpDLX.ocx instead.

Regards,
Damba

that worked... thanks

locked