Subject | Re: Problems compiling sample programs |
---|---|
Author | sdbeames |
Post date | 2002-05-05T00:24:46Z |
Never mind, I think it's working now. I created a new project and
copied ALL the files to it, so now I could delete the default
main .cpp file, and it compiles OK.
Cheers,
copied ALL the files to it, so now I could delete the default
main .cpp file, and it compiles OK.
Cheers,
--- In IBObjects@y..., "sdbeames" <s.beames@m...> wrote:
> --- In IBObjects@y..., lester@l... wrote:
> > > I was trying to compile some of the sample programs
> > > and received the error message:
> > > [Linker Fatal Error]: Fatal: Unable to open file 'IBO_C3.LIB'
> > > I did a search and could not find that library file.
> > >
> > > This has happened with Contact, Company & MDIApp.
> > >
> > > I'm running:
> > > IBO4 Gc
> > > Firebird 1 rc2
> > > BCB6
> > >
> > > Anybody know why this is?
> >
> > We havn't finished packaging the source for Builder6 yet -
> > the samples will have to follow.
> >
> > In the meantime, in the project 'required' section, replace
> > the reference to IBO_C3 with the files required for IBO4. A
> > lot of the Builder stuff has never been updated from IBO3,
> > but the changes are quite simple.
> >
> > --
> > Lester Caine
>
> Sorry to be dense here, but I can't get the Contact sample to work
> with BCB5(/V4.2Ha/WinXP). What I've tried so-far is:
>
> 1/ Delete the references to IBO_C3.LIB from Contact.bpr LIBRARIES
&
> SPARELIBS sections. This eliminates the error about IBO_C3.LIB,
but
> now I get a linker error "Unable to open file 'FILECTRL.OBJ'.
>
> 2/ So I added the line
> USEPACKAGE("..\..\Lib\Release\vclx50.bpi");
> to Contact.cpp, but to no effect.
>
> Is there anything else I could try?
>
> Thanks,
> Steve