Ask a Question related to ASP Components, Design and Development.
-
Mark #1
cdonts.dll on x64
Hi...
I know I'm probably going to take a lot of grief over this, but we have a
pile of legacy code still using CDONTS on 32-bit systems. We're trying to
get x64 compatible, so I was wondering if there was an x64 version of CDONTS
floating around somewhere. I understand that it's long deprecated and that
CDOSYS is the new way to go, but I googled around and there seems to be an
active underground support for 32-bit CDONTS. I found 5 sites to download
the dll in the first page of results.
Didn't find an x64 version though.
Thanks
Mark
Mark Guest
-
CDONTS
CDO.Message see www.aspfaq.com CDONTS has been phased out. the last OS to include it was Windows 2000 -
CDONTS vs CDO
OK, so obviously cdonts doesnt work with ii6. Why its depreciated, i dont know. What i need to know is how to just send a simple email, my old... -
using CDONTS on XP iis 5.1
Hi Folks. Trying to use ASP to submit data to both an access database and to an e-mail address at the same time. After downloading the example... -
CDONTS for IIS 5.1
Hi all, I'm trying to get a better understanding of how to use CDONTS on a web server, and I find that I don't have it installed on my own. I'm... -
CDONTS & BCC
Hi I have a website hosted on a virtual server, and am trying to run a script that sends an email with a BCC address. The email gets sent just... -
Steven Cheng #2
RE: cdonts.dll on x64
Hi Mark,
So far I haven't found any information about a 64 bit version of the CDONTS
component. As you said, it is a legacy one and will have less further
support on it. However, if your application do require using it on x64
platform, you may consider building a 32 bit application to call it(and run
on WOW64 mode) and then let your 64 bit application communicate with 32 bit
app.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------CDONTS>From: =?Utf-8?B?TWFyaw==?= <mmodrall@nospam.nospam>
>Subject: cdonts.dll on x64
>Date: Tue, 4 Mar 2008 08:04:05 -0800
>
>Hi...
>
>I know I'm probably going to take a lot of grief over this, but we have a
>pile of legacy code still using CDONTS on 32-bit systems. We're trying to
>get x64 compatible, so I was wondering if there was an x64 version ofthat>floating around somewhere. I understand that it's long deprecated and>CDOSYS is the new way to go, but I googled around and there seems to be an
>active underground support for 32-bit CDONTS. I found 5 sites to download
>the dll in the first page of results.
>
>Didn't find an x64 version though.
>
>Thanks
>Mark
>
>Steven Cheng Guest



Reply With Quote

