Deploying wodftpdlx with powerbuilder (General questions)
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?
Re: Deploying wodftpdlx with powerbuilder
Hi Scot,
Did you register wodFtpDLX.dll using RegSvr32?
If not can you please do so?
Regards,
Damba
Re: Deploying wodftpdlx with powerbuilder
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
Re: Deploying wodftpdlx with powerbuilder
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
Re: Deploying wodftpdlx with powerbuilder
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 ?
Re: Deploying wodftpdlx with powerbuilder
Scot,
Yes, in case you're using ActiveX Control, you need to register and distribute the wodFtpDLX.ocx instead.
Regards,
Damba
Re: Deploying wodftpdlx with powerbuilder
Scot,
Yes, in case you're using ActiveX Control, you need to register and distribute the wodFtpDLX.ocx instead.
Regards,
Damba
that worked... thanks