I'm not familiar with the ESP wrapper, and suspect that the .NET API will fulfill your needs instead.
If for some reason you want VB6 support and don't want it to require.NET (using COM callable wrappers), you could try an open source project I started some time back. See http://www.sourceforge.net/projects/coarse. It is a simple set of COM objects written using ATL/C++ on top of RTL (http://www.sourceforge.net/projects/rtl, http://rtl.sourceforge.net/doc), and the source code is of course available. RTL is very stable, and I believe this is quite stable as well. I see that it's had 139 downloads, so perhaps it is actually even used :-o It comes with a VBS file showing usage from VBScript, and a JS file showing usage from JScript. My initial motivation here was to demonstrate how easy it is to write API wrappers once you have RTL as a foundation - beyond that, I expected this to have limited usage because of the availability of the .NET API. With coarse though, you get VB6 support in a single 168kb dll, and no dependency on .NET. Regards, Dan Hardy Pathworks Software Corporation Get Work Done Right, Every Time http://www.pathworkssoftware.com/ -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Will Du Chene Sent: Monday, November 06, 2006 12:05 PM To: [email protected] Subject: Re: Elegant Software Producers Just out of idle curiousity, what became of that API wrapper that was written for VB6 a few years ago? I remember something about the source being continued, but don't know where it went from there. Has this more or less been replaced by the .net component? _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

