Author | Topic: xbtools III equivalent (subset) | |
---|---|---|
Ashvin Adodra | xbtools III equivalent (subset) on Sat, 19 Mar 2005 09:39:22 +0530 Hi there, I am porting my clipper apps to xbase++. I have used a few functions of CA Tools. Is there any other lib avaliable for xbase++ which has similar functions? I am using only string and file functions from CA Tools. Ashvin Adodra | |
Clayton Jones | Re: xbtools III equivalent (subset) on Sat, 19 Mar 2005 00:08:09 -0500 "Ashvin Adodra" <microlink@vsnl.com> >Hi there, > I am porting my clipper apps to xbase++. I have used a few functions of >CA Tools. Is there any other lib avaliable for xbase++ which has similar >functions? I am using only string and file functions from CA Tools. >Ashvin Adodra Which functions are you using? Regards, Clayton Clayton Jones www.cjcom.net Top-Down Library for Xbase++ X-DBU Database Utility X-MEMO Memo Field Replacement | |
Thomas Braun | Re: xbtools III equivalent (subset) on Sat, 19 Mar 2005 16:55:01 +0100 On Sat, 19 Mar 2005 09:39:22 +0530, Ashvin Adodra wrote: > I am porting my clipper apps to xbase++. I have used a few functions of > CA Tools. Is there any other lib avaliable for xbase++ which has similar > functions? I am using only string and file functions from CA Tools. Which functions are you using exactly? Just post your linker error report. Most of the tools string functions can be replaced with native Xbase++ code. Thomas Xbase++ FAQ : www.software-braun.de/xbasecentral/xbfaq/ "And don't be tempted to make housecleaning fun. Don't try to dust with the dog. It might _seem_ like a good idea...." -- P.J. O'Rourke, "The Bachelor Home Companion" | |
Ashvin Adodra | Re: xbtools III equivalent (subset) on Tue, 22 Mar 2005 23:22:25 +0530 I have attached a linker output when I removed CA tools lib from the lnk file. This list shows the functions which I have used. I checked the faq list. I guess the funcky lib might serve my requirements. Thanks. Best regards Ashvin Adodra "Thomas Braun" <spam@software-braun.de> wrote in message news:NbZnJtJLFHA.6152@S15147418... > On Sat, 19 Mar 2005 09:39:22 +0530, Ashvin Adodra wrote: > >> I am porting my clipper apps to xbase++. I have used a few functions >> of >> CA Tools. Is there any other lib avaliable for xbase++ which has similar >> functions? I am using only string and file functions from CA Tools. > > Which functions are you using exactly? Just post your linker error report. > > Most of the tools string functions can be replaced with native Xbase++ > code. > > Thomas > -- > Xbase++ FAQ : www.software-braun.de/xbasecentral/xbfaq/ > "And don't be tempted to make housecleaning fun. Don't try to dust with > the dog. It might seem like a good idea...." > -- P.J. O'Rourke, "The Bachelor Home Companion" | |
Ashvin Adodra | Re: xbtools III equivalent (subset) on Tue, 22 Mar 2005 23:30:50 +0530 Sorry, forgot to attach the linker error report Ashvin Adodra "Thomas Braun" <spam@software-braun.de> wrote in message news:NbZnJtJLFHA.6152@S15147418... > On Sat, 19 Mar 2005 09:39:22 +0530, Ashvin Adodra wrote: > >> I am porting my clipper apps to xbase++. I have used a few functions >> of >> CA Tools. Is there any other lib avaliable for xbase++ which has similar >> functions? I am using only string and file functions from CA Tools. > > Which functions are you using exactly? Just post your linker error report. > > Most of the tools string functions can be replaced with native Xbase++ > code. > > Thomas > -- > Xbase++ FAQ : www.software-braun.de/xbasecentral/xbfaq/ > "And don't be tempted to make housecleaning fun. Don't try to dust with > the dog. It might seem like a good idea...." > -- P.J. O'Rourke, "The Bachelor Home Companion" caterror.txt | |
Donald R. Keating | Re: xbtools III equivalent (subset) on Tue, 22 Mar 2005 16:40:29 -0500 On Tue, 22 Mar 2005 23:30:50 +0530, Ashvin Adodra wrote: > Sorry, forgot to attach the linker error report > Ashvin Adodra > > "Thomas Braun" <spam@software-braun.de> wrote in message > news:NbZnJtJLFHA.6152@S15147418... >> On Sat, 19 Mar 2005 09:39:22 +0530, Ashvin Adodra wrote: >> >>> I am porting my clipper apps to xbase++. I have used a few functions >>> of >>> CA Tools. Is there any other lib avaliable for xbase++ which has similar >>> functions? I am using only string and file functions from CA Tools. >> >> Which functions are you using exactly? Just post your linker error report. >> >> Most of the tools string functions can be replaced with native Xbase++ >> code. >> >> Thomas >> -- >> Xbase++ FAQ : www.software-braun.de/xbasecentral/xbfaq/ >> "And don't be tempted to make housecleaning fun. Don't try to dust with >> the dog. It might seem like a good idea...." >> -- P.J. O'Rourke, "The Bachelor Home Companion" Ashvin, Haven't checked the list carefully but, a quick glance tells me these are Clipper Tools functions. I think you'll find them all to be in native Xbase++ or XBTools III libraries. See Brent's 3/21/05 post. HTH, >don< | |
Brent Dubs | Re: xbtools III equivalent (subset) on Mon, 21 Mar 2005 08:44:55 -0600 There is the XbTools III from Alaska. http://www.alaska-software.com/products/xbt/xbt.shtm -Brent Ashvin Adodra wrote: > Hi there, > I am porting my clipper apps to xbase++. I have used a few functions of > CA Tools. Is there any other lib avaliable for xbase++ which has similar > functions? I am using only string and file functions from CA Tools. > Ashvin Adodra > > |