Re: 64-bit Vista (General questions)
Oleg,
As Kreso already mention native ActiveX components (OCX) that is build in 32bit environment will not work in 64bit environment.
You can probably use instead OCX, DLL (wodFtpDLX.dll).
Also in one of your previous posts you are receiving error in line:
[code]
CreateDispatch(_T( WeOnlyDo.wodFtpDLXCom.1 ),NULL)
[/code]
From WeOnlyDo.wodFtpDLXCom.1 I see that your are using wodFtpDLX.dll. You should in that can regsvr32 wodFtpDLX.dll
Drazen
Complete thread:
- 64-bit Vista - Oleg, 2007-09-11, 01:23
- Re: 64-bit Vista - wodSupport, 2007-09-11, 01:25
- Re: 64-bit Vista - Oleg, 2007-09-11, 02:24
- Re: 64-bit Vista - wodSupport, 2007-09-11, 02:45
- Re: 64-bit Vista - Oleg, 2007-09-11, 08:09
- Re: 64-bit Vista - woddrazen, 2007-09-11, 08:15
- Re: 64-bit Vista - Oleg, 2007-09-11, 08:47
- Re: 64-bit Vista - woddrazen, 2007-09-11, 09:24
- Re: 64-bit Vista - Oleg, 2007-09-11, 10:14
- Re: 64-bit Vista - woddrazen, 2007-09-11, 10:38
- Re: 64-bit Vista - Oleg, 2007-09-11, 10:14
- Re: 64-bit Vista - woddrazen, 2007-09-11, 09:24
- Re: 64-bit Vista - Oleg, 2007-09-11, 08:47
- Re: 64-bit Vista - woddrazen, 2007-09-11, 08:15
- Re: 64-bit Vista - Oleg, 2007-09-11, 08:09
- Re: 64-bit Vista - wodSupport, 2007-09-11, 02:45
- Re: 64-bit Vista - Oleg, 2007-09-11, 02:24
- Re: 64-bit Vista - wodSupport, 2007-09-11, 01:25