Página 1 de 1

Using external library

Publicado: Sab Jul 21, 2007 7:12 am
por Frank Verlinde
Hi all,
I use Xailer to build a library MYLIB.LIB containing several modules.
Now I want to make a program that uses this library, like I used to do
in Clipper and XHarbour.
I must be stupid but I can't figure out how to let my Xailer program
search the library in the link process.
Shouldn't there be a option for that in the Project properties?
Thanks,

Using external library

Publicado: Sab Jul 21, 2007 7:26 am
por Ingo Junge-Herrmann
Frank,
use in the IDE the "Project - add file to project" menu option. In the standard dialog use "all files (*.*)". Take a look at the IDE-help in chapter "Projects">"Add files to the project".
Ingo
"Frank Verlinde" <frank.verlinde@skynet.be> schrieb im Newsbeitrag news:46a195ca$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>
>
> Hi all,
>
> I use Xailer to build a library MYLIB.LIB containing several modules.
> Now I want to make a program that uses this library, like I used to do
> in Clipper and XHarbour.
> I must be stupid but I can't figure out how to let my Xailer program
> search the library in the link process.
> Shouldn't there be a option for that in the Project properties?
>
> Thanks,
>
>
--

Using external library

Publicado: Sab Jul 21, 2007 4:07 pm
por Frank Verlinde

Thanks Ingo. It Works.
"Ingo Junge-Herrmann" <ingo.jh@mandantwin.com> schreef in bericht news:[email=46a19992@ozsrv2.ozlan.local...]46a19992@ozsrv2.ozlan.local...[/email]
Frank,
use in the IDE the "Project - add file to project" menu option. In the standard dialog use "all files (*.*)". Take a look at the IDE-help in chapter "Projects">"Add files to the project".
Ingo
"Frank Verlinde" <frank.verlinde@skynet.be> schrieb im Newsbeitrag news:46a195ca$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>
>
> Hi all,
>
> I use Xailer to build a library MYLIB.LIB containing several modules.
> Now I want to make a program that uses this library, like I used to do
> in Clipper and XHarbour.
> I must be stupid but I can't figure out how to let my Xailer program
> search the library in the link process.
> Shouldn't there be a option for that in the Project properties?
>
> Thanks,
>
>
--