> Can you register the DLL on your web server and use cfobject to interact?
If it is a COM object, then yes, otherwise you will have to write a CFX tag (or COM wrapper). Personally I'd go with CFX over COM. _____________________________________________ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ ----- Original Message ----- From: "DDB Lists" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 2:11 PM Subject: cfx wrapper for c++ dll > I am the main developer for a concert hall / rock venue website. > We do a fair bit of online ticket sales. However there is no automated link > between the website and the ticketing system in use. > > Tickets.com, the maker of this particular peace of software (PASS) have > recently released to selected customers a dll with which it should be > possible to interact with this system. However the dll in question is > written in c++ and can apparently only be called from a c++ application. So > it looks like that in order to use this thing, I will need a cfx wrapper > that can proxy calls from the website to this dll. > > 1) has someone here by chance already worked with PASS and CF integration > 2) does this approach look right or are there other ways of interacting with > such a dll > 3) would anyone here possibly be interested in assisting to develop this > thing > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Host with the leader in ColdFusion hosting. Voted #1 ColdFusion host by CF Developers. Offering shared and dedicated hosting options. www.cfxhosting.com/default.cfm?redirect=10481 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

