Re: DLLs favailable for 64bit Windows? - WeOnlyDo Discussion board

Re: DLLs favailable for 64bit Windows? (General questions)

by Randall Frank, Friday, April 13, 2007, 21:34 (6434 days ago) @ woddrazen

Hi Frank,


wodSSH ActiveX component and wodSSH.NET component are build in 32bit environment but it should work in 64bit platforms on Windows XP and Windows Vista.

Can you try it and let us know how it goes?


Regards,
Drazen

Hello,
Thanks for the quick response. I am building your VC MFC
example (with fast notifications) as a test case right now. I
am running on Windows XP Pro x64 and Vista x64 Ultimate. If I
build the .exe as a 32bit app ( win32 target), everything works
just fine. If I build the .exe as a 64bit .exe ( x64 target),
I get the following runtime error:

The error comes from the line:

if (!m_SSH.CreateDispatch( WeOnlyDo.wodSSHCom.1 ,NULL)) ...

Under x64, a 64bit .exe cannot load a 32bit DLL, which is
what I think is happening here. If so, do you guys provide
a 64bit DLL? If not, would it be possible for me to build
one if we were to purchase a source code license?

Thanks.


Complete thread: