Página 1 de 1

Advantage RDD?

Publicado: Dom May 22, 2005 3:05 am
por Mike Draper
I am new to Xailer but find it very likable. I am, however, having trouble
accessing the Advantage Database Server.
When I first tried the Advantage functions from xHarbour,com, they were not
there.
I then tried the TAdsDataSource and got a list of long list of unresolved
externals like
_HB_FUN_ADSLOCKING
_HB_FUN_ADSWRITELALLRECORDS
down to _HB_FUN_ADSKEYCOUNT
They are all called from XAILER.LIB|AdsDataSource.
I have the Advantage Server running and can access it from Clipper, Delphi
and straight xHarbour.
I suspect that I am missing some library referene. Can anyone help me?
Mike Draper

Advantage RDD?

Publicado: Dom May 22, 2005 1:35 pm
por Guest
Mike,
See our FAQ on www.xailer.com
By default the ADS libraries are not linked. You must explicity include
them, to do so just include to the project as any other file the libraries
ads32.lib (Impdef of Ads32.dll) and Rddads.lib from xharbour contribution
directory.
Regards,
"Mike Draper" <drapermxx@cogeco.ca> escribió en el mensaje
news:[email=428fdae3@ozsrvnegro.ozlan.local...]428fdae3@ozsrvnegro.ozlan.local...[/email]
>I am new to Xailer but find it very likable. I am, however, having trouble
>accessing the Advantage Database Server.
>
> When I first tried the Advantage functions from xHarbour,com, they were
> not there.
>
> I then tried the TAdsDataSource and got a list of long list of unresolved
> externals like
> _HB_FUN_ADSLOCKING
> _HB_FUN_ADSWRITELALLRECORDS
>
> down to _HB_FUN_ADSKEYCOUNT
>
> They are all called from XAILER.LIB|AdsDataSource.
>
> I have the Advantage Server running and can access it from Clipper, Delphi
> and straight xHarbour.
>
> I suspect that I am missing some library referene. Can anyone help me?
>
> Mike Draper
>
>

Advantage RDD?

Publicado: Dom May 22, 2005 4:13 pm
por Mike Draper
How do I add libraries?
When I select 'Project' / 'Properties' / 'Libraries' I see the Xailer.lib
but the'Add' button is not enabled.
Is there some other way to add libraries?
"Ignacio Ortiz" <Noname@ozs.com> wrote in message
news:[email=42906e79@ozsrvnegro.ozlan.local...]42906e79@ozsrvnegro.ozlan.local...[/email]
> Mike,
>
> See our FAQ on www.xailer.com
>
> By default the ADS libraries are not linked. You must explicity include
> them, to do so just include to the project as any other file the libraries
> ads32.lib (Impdef of Ads32.dll) and Rddads.lib from xharbour contribution
> directory.
>
> Regards,
>
> "Mike Draper" <drapermxx@cogeco.ca> escribió en el mensaje
> news:[email=428fdae3@ozsrvnegro.ozlan.local...]428fdae3@ozsrvnegro.ozlan.local...[/email]
>>I am new to Xailer but find it very likable. I am, however, having
>>trouble accessing the Advantage Database Server.
>>
>> When I first tried the Advantage functions from xHarbour,com, they were
>> not there.
>>
>> I then tried the TAdsDataSource and got a list of long list of unresolved
>> externals like
>> _HB_FUN_ADSLOCKING
>> _HB_FUN_ADSWRITELALLRECORDS
>>
>> down to _HB_FUN_ADSKEYCOUNT
>>
>> They are all called from XAILER.LIB|AdsDataSource.
>>
>> I have the Advantage Server running and can access it from Clipper,
>> Delphi and straight xHarbour.
>>
>> I suspect that I am missing some library referene. Can anyone help me?
>>
>> Mike Draper
>>
>>
>
>

Advantage RDD?

Publicado: Dom May 22, 2005 4:30 pm
por Christian Lauer
Mike,
just add the libs to the project as you would add other files like .prg
or .ch by clicking on the + icon in the toolbar or by doing the command
project | add files to project.
Regards
Christian Lauer
Mike Draper wrote:
> How do I add libraries?
>
> When I select 'Project' / 'Properties' / 'Libraries' I see the Xailer.lib
> but the'Add' button is not enabled.
>
> Is there some other way to add libraries?
>
>
> "Ignacio Ortiz" <Noname@ozs.com> wrote in message
> news:[email=42906e79@ozsrvnegro.ozlan.local...]42906e79@ozsrvnegro.ozlan.local...[/email]
>
>>Mike,
>>
>>See our FAQ on www.xailer.com
>>
>>By default the ADS libraries are not linked. You must explicity include
>>them, to do so just include to the project as any other file the libraries
>>ads32.lib (Impdef of Ads32.dll) and Rddads.lib from xharbour contribution
>>directory.
>>
>>Regards,
>>
>>"Mike Draper" <drapermxx@cogeco.ca> escribió en el mensaje
>>news:[email=428fdae3@ozsrvnegro.ozlan.local...]428fdae3@ozsrvnegro.ozlan.local...[/email]
>>
>>>I am new to Xailer but find it very likable. I am, however, having
>>>trouble accessing the Advantage Database Server.
>>>
>>>When I first tried the Advantage functions from xHarbour,com, they were
>>>not there.
>>>
>>>I then tried the TAdsDataSource and got a list of long list of unresolved
>>>externals like
>>>_HB_FUN_ADSLOCKING
>>>_HB_FUN_ADSWRITELALLRECORDS
>>>
>>>down to _HB_FUN_ADSKEYCOUNT
>>>
>>>They are all called from XAILER.LIB|AdsDataSource.
>>>
>>>I have the Advantage Server running and can access it from Clipper,
>>>Delphi and straight xHarbour.
>>>
>>>I suspect that I am missing some library referene. Can anyone help me?
>>>
>>>Mike Draper
>>>
>>>
>>
>>
>
>

Advantage RDD?

Publicado: Dom May 22, 2005 5:19 pm
por Mike Draper
Ok, I can add libraries.
Where then do I find the Advantage Libraries?
There is no reference in the xHarbour stuff I got from Xailer and the
libraries from xHarbour.com are not in the correct format.
I guess I need the Advantage libriaies in Borland format for Xailer.
"Christian Lauer" <clauer@netzw.de> wrote in message
news:[email=4290977b@ozsrvnegro.ozlan.local...]4290977b@ozsrvnegro.ozlan.local...[/email]
> Mike,
>
> just add the libs to the project as you would add other files like .prg or
> .ch by clicking on the + icon in the toolbar or by doing the command
> project | add files to project.
>
> Regards
> Christian Lauer
>
> Mike Draper wrote:
>> How do I add libraries?
>>
>> When I select 'Project' / 'Properties' / 'Libraries' I see the Xailer.lib
>> but the'Add' button is not enabled.
>>
>> Is there some other way to add libraries?
>>
>>
>> "Ignacio Ortiz" <Noname@ozs.com> wrote in message
>> news:[email=42906e79@ozsrvnegro.ozlan.local...]42906e79@ozsrvnegro.ozlan.local...[/email]
>>
>>>Mike,
>>>
>>>See our FAQ on www.xailer.com
>>>
>>>By default the ADS libraries are not linked. You must explicity include
>>>them, to do so just include to the project as any other file the
>>>libraries ads32.lib (Impdef of Ads32.dll) and Rddads.lib from xharbour
>>>contribution directory.
>>>
>>>Regards,
>>>
>>>"Mike Draper" <drapermxx@cogeco.ca> escribió en el mensaje
>>>news:[email=428fdae3@ozsrvnegro.ozlan.local...]428fdae3@ozsrvnegro.ozlan.local...[/email]
>>>
>>>>I am new to Xailer but find it very likable. I am, however, having
>>>>trouble accessing the Advantage Database Server.
>>>>
>>>>When I first tried the Advantage functions from xHarbour,com, they were
>>>>not there.
>>>>
>>>>I then tried the TAdsDataSource and got a list of long list of
>>>>unresolved externals like
>>>>_HB_FUN_ADSLOCKING
>>>>_HB_FUN_ADSWRITELALLRECORDS
>>>>
>>>>down to _HB_FUN_ADSKEYCOUNT
>>>>
>>>>They are all called from XAILER.LIB|AdsDataSource.
>>>>
>>>>I have the Advantage Server running and can access it from Clipper,
>>>>Delphi and straight xHarbour.
>>>>
>>>>I suspect that I am missing some library referene. Can anyone help me?
>>>>
>>>>Mike Draper
>>>>
>>>>
>>>
>>>
>>

Advantage RDD?

Publicado: Dom May 22, 2005 9:35 pm
por jfgimenez
Mike,
> Where then do I find the Advantage Libraries?
>
> There is no reference in the xHarbour stuff I got from Xailer and the
> libraries from xHarbour.com are not in the correct format.
>
> I guess I need the Advantage libriaies in Borland format for Xailer.
You need 2 libraries:
- Ace32.lib which is an import library from Ace32.dll. You can use the
Implib.exe tool from BCC.
- RddAds.lib which should be at xharbourlib or xharbourcontribrddads.
If not, I'll send it to you.
--
Regards,
Jose F. Gimenez

Advantage RDD?

Publicado: Dom May 22, 2005 11:29 pm
por Mike Draper
Jose
Thanks for you help.
I copied IMPLIB.EXE from BBC and ACE32.DLL from Xailerbin into a folder.
implib ace32.lib ace32.dll
I got the wessage "Error - Unable to open file"
On the RDDADS front. There is a file RDDADS in the CONTRIB folder, but it
is really RDDADS.CH.
I would appreciate if you could send me these file
Mike Draper
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=4290df21@ozsrvnegro.ozlan.local...]4290df21@ozsrvnegro.ozlan.local...[/email]
> Mike,
>
>> Where then do I find the Advantage Libraries?
>>
>> There is no reference in the xHarbour stuff I got from Xailer and the
>> libraries from xHarbour.com are not in the correct format.
>>
>> I guess I need the Advantage libriaies in Borland format for Xailer.
>
> You need 2 libraries:
>
> - Ace32.lib which is an import library from Ace32.dll. You can use the
> Implib.exe tool from BCC.
> - RddAds.lib which should be at xharbourlib or xharbourcontribrddads.
> If not, I'll send it to you.
>
> --
> Regards,
>
> Jose F. Gimenez
>

Advantage RDD?

Publicado: Lun May 23, 2005 12:11 am
por jfgimenez
Mike,
> I copied IMPLIB.EXE from BBC and ACE32.DLL from Xailerbin into a folder.
>
> implib ace32.lib ace32.dll
>
> I got the wessage "Error - Unable to open file"
Perhaps it's in use, and implib.exe cannot open it. Close all programs that
use it and try again.
> On the RDDADS front. There is a file RDDADS in the CONTRIB folder, but
> it is really RDDADS.CH.
>
> I would appreciate if you could send me these file
Ok. I'm going to send it to you.
--
Un saludo,
José F. Giménez

Advantage RDD?

Publicado: Lun May 23, 2005 2:33 am
por Mike Draper
Thanks to Jose's help, I finally got ADS working.
"Mike Draper" <drapermxx@cogeco.ca> wrote in message
news:[email=4290f9ab@ozsrvnegro.ozlan.local...]4290f9ab@ozsrvnegro.ozlan.local...[/email]
> Jose
>
> Thanks for you help.
>
> I copied IMPLIB.EXE from BBC and ACE32.DLL from Xailerbin into a folder.
>
> implib ace32.lib ace32.dll
>
> I got the wessage "Error - Unable to open file"
>
> On the RDDADS front. There is a file RDDADS in the CONTRIB folder, but
> it is really RDDADS.CH.
>
> I would appreciate if you could send me these file
>
> Mike Draper
>
>
>
> "Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
> news:[email=4290df21@ozsrvnegro.ozlan.local...]4290df21@ozsrvnegro.ozlan.local...[/email]
>> Mike,
>>
>>> Where then do I find the Advantage Libraries?
>>>
>>> There is no reference in the xHarbour stuff I got from Xailer and the
>>> libraries from xHarbour.com are not in the correct format.
>>>
>>> I guess I need the Advantage libriaies in Borland format for Xailer.
>>
>> You need 2 libraries:
>>
>> - Ace32.lib which is an import library from Ace32.dll. You can use the
>> Implib.exe tool from BCC.
>> - RddAds.lib which should be at xharbourlib or
>> xharbourcontribrddads. If not, I'll send it to you.
>>
>> --
>> Regards,
>>
>> Jose F. Gimenez
>>
>
>