Re: Does wodSMPTServer work with applications runn (General questions)
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