RE: COM Objects

2002-04-16 Thread Dave Watts
I am slowly working on on SNPP with ColdFusion and have found a COM object to handle some of the traffic. Below is my code that I am currently using. Question is with COM objects, is their a standard listing on commands that has been published that I can use for reference. If I

RE: COM Objects

2001-01-26 Thread Philip Arnold - ASP
Has anyone heard of Microsoft restricting COM objects so they only run on ASP? I have a COM object which works fine in ASP. It is registered correctly so that isn't the issue. Here is the CF: CFOBJECT type="COM" action="create" class="MSComCtl2.DTPicker" name="EndDateCtl"

RE: COM Objects

2001-01-26 Thread Neil Giarratana
Would it be possible to see the ASP code example? That might shed some light on why it failed. Regards, Neil -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Friday, January 26, 2001 11:32 AM To: CF-Talk Subject: RE: COM Objects Has anyone heard

RE: COM Objects

2001-01-26 Thread lsellers
Has anyone heard of Microsoft restricting COM objects so they only run on ASP? Yes. There are ASP-only COM objects. Never written any as it would be rather pointless to me, but as I recall you can tie the com object into asp actions/error handling, etc. Error trying to create object

RE: COM objects

2000-11-30 Thread Dave Watts
How about writing CORBA objects in C++ for Unix? (It's a shame custom there's no cross platform CFX/COM/CORBA to write Custom Tags for NT and Unix) I don't have a good CORBA book to recommend - I'm not even qualified to make that recommendation. Like it or not, it's easier to write to COM

RE: COM objects

2000-11-10 Thread Dave Watts
I have some experience writing programs in C++ and VB, but I don't have experience writing COM objects. I am looking for any recommendations of books or other resources (web sites, etc.) that would help me learn how to design COM objects, especially in a way that could augment web apps

RE: COM objects

2000-11-10 Thread Peter Theobald
html font size=3How about writing CORBA objects in C++ for Unix?br (It's a shame custom there's no cross platform CFX/COM/CORBA to write Custom Tags for NT and Unix)br br At 02:58 PM 11/10/00 -0500, Dave Watts wrote:br blockquote type=cite citegt; I have some experience writing programs in C++

RE: COM objects

2000-11-08 Thread Eric Fickes
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01C049E6.BDE63900 Content-Type: text/plain; charset="iso-8859-1" Checkout http://www.microsoft.com/com/ E -Original

RE: COM Objects?

2000-08-10 Thread Andy Ewings
use the CFObject tag -Original Message- From: Bill Killillay [mailto:[EMAIL PROTECTED]] Sent: 10 August 2000 16:29 To: Cf-Talk Subject: COM Objects? How does one go about calling a com object from ColdFusion? Bill

RE: COM Objects?

2000-08-10 Thread Bill Killillay
Never mind, I figured it out. Pretty slick stuff actually. Thanks again Ben Forta and his books. -Original Message- From: Bill Killillay [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 11:29 AM To: Cf-Talk Subject: COM Objects? How does one go about calling a com