Subject Re: [IBO] IBO, big file and COM
Author Jason Wharton
It is probably ok if it remains in the same process space and no other
threads are going to be active in it at the same time.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Bill Morrison" <bmorrison@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, August 06, 2001 11:21 AM
Subject: RE: [IBO] IBO, big file and COM


> In one of my current projects I'm using COM objects to encapsulate groups
of
> forms (ie setup, invoice, etc.). This is primarily so that I can send out
> smaller upgrades of the application when needed.
>
> One thing that I do that I'd like feedback on if it's wrong is pass the
COM
> object the main apps dbhandle, and use that in the COM Object.
>
>
> HTH
>
>
> Bill Morrison
>
> -----Original Message-----
> From: Leos Urban [mailto:leos.urban@...]
> Sent: Monday, August 06, 2001 10:09 AM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] IBO, big file and COM
>
>
> Hello,
> I have two (may be stupid) questions:
>
> 1) what is preffered way to write big application (>200 forms)?
> a) every module in one EXE file, many EXEs
> b) one very big EXE with dynamically created forms
> c) one EXE, every module in one BPL, dynamically loaded BPL
> d) one EXE and COM objects
>
> 2) Can I use the IBObjects with COM technology, in COM objects ???
>
> Thank you very much.
> Leos