Monday, July 18, 2005

Run CDONTS on Windows XP and Windows 2003

CDONTS provides ASP developers easy way to send e-mails from the ASP web pages. While convenient, CDONT is only available on Windows NT and Windows 2000. The DLL to succeed CDONT is called CDOSYS, which resides on Window 2000, XP and 2003. Unfortunately, CDOSYS API is not compatible with CDONTS. The programmer who used to program CDONTS will need to learn how to program CDOSYS.

If you just want to use CDONT API on Windows XP/2003, you can copy cdonts.dll from c:\winnt\system32 of the Windows 2000 server, to c:\windows\system32 of the XP/2003 machine, and register it by running regsvr32. That will make your program. which is using CDONT, running without any change.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home