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 und

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 speci

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 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: > > name="EndDateCtl" context="inproc"> > > Here is the error: > > Error trying to creat

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 CO

RE: COM objects

2000-11-10 Thread Peter Theobald
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) At 02:58 PM 11/10/00 -0500, Dave Watts wrote: > I have some experience writing programs in C++ and VB, but I > don't have experience writing COM ob

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 ap

RE: COM objects

2000-11-08 Thread Eric Fickes
subscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with 'unsubscribe' in the body to [EMAIL PROTECTED] --_=_NextPart_001_01C049E6.BDE63900 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

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

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