Subject Re[2]: [IBO] IBObjects and dll
Author sasha
Hello Jason,

i make run-time packages..

At destruction of object TIB_Databese - error
Error in the file on string IBA_SchemaCache.IMP - str N18
" if Assigned( FValueLists[ ii ] ) then
FValueLists[ ii ].Free; " <-------------------

:(
--
Best regards,
sasha mailto:sasha@...

Friday, November 17, 2000, 11:07:50 AM, you wrote:
JW> Are you using run-time packages? I think you have to do that too.

JW> HTH,
JW> Jason Wharton
JW> CPS - Mesa AZ
JW> http://www.ibobjects.com


JW> ----- Original Message -----
JW> From: "sasha" <sasha@...>
JW> To: <IBObjects@egroups.com>
JW> Sent: Thursday, November 16, 2000 9:31 PM
JW> Subject: [IBO] IBObjects and dll


>> Hello!
>>
>> I am use ibo 3_6 and C++Builder
>>
>> I looked an example for Delphi from Add-on: mdiDll.zip
>>
>> On Delphi all works
>>
>> Has made too on CBuilder 5.0:
>>
>> In EXE - form MDIFORM+TIB_Database
>> In Dll - form MDIChild+TIB_QUERY+TIB_GRID
>>
>> If not to create of Child windows - all OK
>>
>> If to create a child window - EXE - Close => Dll - Close (OK);
>> At destruction of object TIB_Databese - error
>> Error in the file on string IBA_SchemaCache.IMP - str N18
>> " if Assigned( FValueLists[ ii ] ) then
>> FValueLists[ ii ].Free; " <-------------------
>>
>> ShareMem I use
>>
>> memgri.lib Too tried
>>
>> --
>> Best regards,
>> sasha mailto:sasha@...
>>