On Tue, 22 Jan 2002 11:14:16 +0700, [EMAIL PROTECTED] (Paul Hastings) wrote:
>> I just downloaded the CFX_TCPClient and cant figure out how to install >> it... Has anyone used it and had any luck with it? i cant find the actual >> tag that needs put into the Custom Tags directory...? > >copy the DLL to some suitable subdir under cfusion >install (say c:\cfusion\cfx for example). go to cfadmin & >register that tag from the cfx menu choice. > >um you also should look at lewis' COM stuff too. True. "CFX_TCPClient" was the first incarnation of TCPClient as a CFX. It worked... but it was a little buggy and rather hard to work with. The second time around (2.x) I made it into a COM object... The COM's had much hardier bug-testing, operates smoother and in general takes much less code to get something to work. (Another big plus is you can use it in ASP as well as CF if you're in a mixed environment.) I'd suggest the COM unless you're just alergic to them. :) http://www.intrafoundation.com/tcpclient.html And for talk about 3.x: http://www.intrafoundation.com/forums.cfm?id=78 --min ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb 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

