Re: Custom Control & Dll Hell
From: Neel Roy (neelagain_at_hotmail.com)
Date: 04/22/04
- Next message: Neel Roy: "Re: Checking of a file"
- Previous message: Frank Hickman: "Re: problem with CMapStringToObject"
- In reply to: Ron Hashimshony: "Custom Control & Dll Hell"
- Next in thread: wbhan: "Re: Custom Control & Dll Hell"
- Reply: wbhan: "Re: Custom Control & Dll Hell"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 22 Apr 2004 23:50:25 +0530
Queries :
CustomControl is in Extension / Regular DLL ?
DLL using control is Extension / Regular DLL ?
Assumption :
EXE is MFC exe.
Can you get back ?
"Ron Hashimshony" <ronhash@bezeqint.net> wrote in message
news:408159ee$1@news.bezeqint.net...
> Hi,
> I have the followings:
> 1. A Dll with a custom control (ControlDll.dll)
> 2. A dll with a dialog using the custom control (DialogDll.dll)
> 3. An exe that uses the dialog from DialogDll.dll
>
> The control is register nicely like all custom controls using
> AfxRegisterClass...
>
> When i run the exe, it failed (the dialog was not displayed), what i did
is
> the following:
> Checked teh 'no fail create' to see where it failed, and found out it
could
> not find the control from the ID while in 'PrepareCtrl' of the DDX_Control
> of my custom control.
>
> I then created another dialog, this time in the exe, which uses the same
> custom control from the ControlDll.dll, and it worked!
>
> It seems that the nesting of dll within dll, and the custom control
> registration some how got lost
>
> Any help will be wolcomed
>
> 10x
>
> ronhash
>
>
>
- Next message: Neel Roy: "Re: Checking of a file"
- Previous message: Frank Hickman: "Re: problem with CMapStringToObject"
- In reply to: Ron Hashimshony: "Custom Control & Dll Hell"
- Next in thread: wbhan: "Re: Custom Control & Dll Hell"
- Reply: wbhan: "Re: Custom Control & Dll Hell"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|