Using the ActiveX from within an ActiveX (wodSFTP / wodSFTP.NET / wodSFTPdll)
I've built an ActiveX-control that implements both FTP and SFTP, with the SFTP-part using the wodSFTP ActiveX control.
However, since I'm instanciating the wodSFtp ActiveX manually, I can't set the License key.
Any ideas on how I can fix this, without having to go through all the mess with the COM-control?
I'm programming MFC/C++ in Visual Studio .NET 2003.
Thanks!
/Mats
Re: Using the ActiveX from within an ActiveX
Mats,
mess with the COM control? Well, I don't think it's a mess at all :)
Thinking about your problem... Do you create compiled version of your ActiveX? If I'm correct, then compiler should embed license key in that DLL (same as it would do if you make EXE), and makes no difference how you initialize your ActiveX. Am I right? Sounds correct to me.
Kreso