Subject Re: [IBO] SQL Query problem?
Author Enrico Cima
Dear Jason,
now with version 4_2_I both IB_QUERY (multiselect and OnKeyDown) and
IB_Events (compiling for Cbuilder) worked fine !! Great!

Anyway I had a problem with IBD_RESTRUCTURE.OBJ:

To Make IBO40VRT_C5.BPL compiled, I had removed in IB_SEARCHBAR.PAS all
references to IBD_RESTUCTURE.PAS. (Commented: Line 178 and from Line 707
to line 717)

Otherwise during Linking I got the following error:

[Linker Fatal Error] Fatal: Unable to open file 'IBD_RESTRUCTURE.OBJ'

Notice that IB_SEARCHBAR.PAS was compiled without any error and that
IBD_RESTRUCTURE.DCU and .OBJ are in the "INTER" directory with all the other
.OBJ.
Seems the linker is not able to find the file, but is there!

Anyone got the same error compiling with CBUILDER ? Or is something on my
setup....

Thank you,
bye

Enrico Cima
(CPPB 5 + IB 6).


----- Original Message -----
From: "Jason Wharton" <jwharton@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, October 04, 2002 2:21 AM
Subject: Re: [IBO] SQL Query problem?


> I think I have a file missing in my patch file somehow. When users
> contribute changes I sometimes forget to touch the timestamp so that it
gets
> picked up in my patch file.
>
> As for IB_Events, I have made a couple changes. I didn't test it with
CPPB.
> I'll give this a look. I forgot the limitation of CPPB on properties using
> an Array. Go ahead and just make it a direct variable reference if you
like.
> That's what I will do to fix it since it is a protected member.
>
> Thanks,
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>