Subject Re: Custom component heriting from TIBOQuery : linker fatal error (no .lib)
Author vianney_philippe
> Problem is : I want to create my custom components from IBO (e.g.
> class PACKAGE MyIBQuery : public TIBOQuery...)
>
> When I compile my package, linker fails with message :
>
> Fatal: Unable to open file 'IBO40CRT_C5.LIB'

Sorry to bother : I just found that I just needed to unpack the raw
archive and compile all projects to get the files I need.

Vianney