Subject | Re: [IBO] Need help for MDI and DLL |
---|---|
Author | Geoff Worboys |
Post date | 2001-08-13T12:24:02Z |
> I try to build a program with MDI interface and withIBO?
> some modules in DLL.
>
> For tamplate i was using example in IBO3.6 (mdidll.zip).
>
> When i open new mdichild window everything works ok except keys:
> tab, shift tab and alt+hotkey doesn't work. Is this related with
> Any expirience with this kind of problems ?There are various issues with DLLs and MDI - they are not IBO
specific. I suggest that you search the Borland website for articles
on this topic (I know there are a few but its been a while since I
read them).
As someone already suggested, packages will resolve some of the issues
but not all.
I built my own MDI interface and avoided the Windows API
implementation of MDI. It allowed me to avoid some of the background
issues and gave me greater flexibility in how I setup the interface.
But I will warn you now that it takes a lot of work, my interface is
still not perfect.
Geoff Worboys
Telesis Computing