>I'm not all that familiar with ColdFusion, but does it allow you to use COM
>Objects like a bunch of other languages do?  If so, I've already built a COM
>Object that utilizes Adduser.exe and the IMail Registry for the purpose of
>adding users on the fly.

The <CFOBJECT> is how CF talks to COM.  But CFOBJECT has some limitations, 
so to get CFOBJECT to talk to MapINfo's MapXsite  map generator, we had to 
write a shim in VB5. CFOBJECT call the VB5 object which call the MapXsite 
object. Works fine.

You may not have to do a shim since you have the source code to your object 
and can make it work with CFOBJECT.

Len


Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

Reply via email to