All I know is that's a DLL I use to access via CFOBJECT with COM as type. It's a Siebel app, it is probably COM.
----- Original Message ----- From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, September 29, 2002 3:07 AM Subject: RE: Com ASP and CFMX hopefully MM are listing and fixing > > Let's assume I accept that COM is dead and that CFMX > > support for it will not improve. How do I deal with > > connecting to my DLL and using it's functionality without > > using ASP? In my case this COM object is a wrapper for > > another vendor's DLL that provides business logic. Can > > this be done any other way? Can the wrapper be written > > in Java and would then work with CFMX? > > If the other vendor's DLL isn't itself a COM object, there's probably some > way you can invoke it directly from Java, which would solve your problem. In > that case, you could write your wrapper in Java. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > voice: (202) 797-5496 > fax: (202) 797-5444 > > ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

