Ooops, misread your question. It is the CFXAPI you want, it will let you write your own DLL that calls other code. But, be warned, DLLs loading other DLLs has proven problematic under CFMX.
--- Ben -----Original Message----- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 3:45 PM To: CF-Talk Subject: RE: CFMX & DLL? Jeff, Sounds like it is C/C++ code using the CFXAPI. This is documented in the CF documentation. You'll need the original source code to modify that DLL in any way. --- Ben -----Original Message----- From: Jeff Chastain [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 3:33 PM To: CF-Talk Subject: CFMX & DLL? I am trying to write some extensions to an existing 3rd party application using ColdFusion. The API for this app is just a single DLL file with no COM wrapper. Any suggestions on how I might go about accessing the functions in this API DLL? Thanks -- Jeff ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

