At 04:24 PM 11/14/2001 -0500, you wrote: >I would be interested in looking at it..although I am a novice C++ >programmer.. And graduating in May, it might be a nice project to undertake >before I graduate. :-) > >Mike
Feel free. Part of the reason it's 3.5MB download is that it includes the *complete* source code to the project. You'll have to visit pkzip.com to get a copy of pkzip25.exe to run the batch files that zips up everything (leaving out all the compiler temp files) though. The threading issues are caused by the query name and error string buffer being global. Scarf the tcpclient com's similiar thread-safe error handling code and then make the other variables in the class you make private. Pretty much all that needs to be done. (Would be nice to retrofit it to a COM of course so it can be used on mixed asp/cf systems, but that would require a lot of rewriting to handle string array returns.) --min ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm 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

