Does wodSMPTServer work with applications running (wodSmtpServer / wodPop3Server / wodImapServer)
Our current application uses wodSMTPsrv.ocx & is written in VB using MS Visual Studio. It is currently running under 32 bit Windows Server 2003 R2, but we are planning to upgrade to 64 bits.
Is the 32 bit wodSMTPsrv.ocx going to work OK (possibly using the WOW64 subsystem)?
Re: Does wodSMPTServer work with applications runn
Hi Jim,
wodSmtpServer is made and compiled under 32bit environment and you need to use is as 32bit application under 64bit environment.
You should recompile your app but you should change your configuration from 'Any CPU' to 'x86' in your project Advanced Compile Options. So you force it to run 32bit even on 64bit systems.
Let us know how it goes.
Regards,
Drazen
Re: Does wodSMPTServer work with applications runn
Hi Jim,
wodSmtpServer is made and compiled under 32bit environment and you need to use is as 32bit application under 64bit environment.You should recompile your app but you should change your configuration from 'Any CPU' to 'x86' in your project Advanced Compile Options. So you force it to run 32bit even on 64bit systems.
Let us know how it goes.
Regards,
Drazen
Thanks very much for your quick reply Drazen. We'll give it a try.
Regards,
Jim.