How can I access/call functions in a C++ dll?
As per the ColdFusion documentation, the <cfobjec> tag can be used to create and manipulate Component Object Model (COM) objects.
<cfobject action = "create"
type = "COM"
class = "foo.bar"
name = "myObj">
<!--- Call a method--->
<cfset myObj.Init()>
This question was written by Jeremy Petersen
It was last updated on August 30, 2006.