PreTranslateMessage in the DLL is not called
- From: "German Koninin" <nomail@xxxxxxxxxxxxx>
- Date: Tue, 18 Jul 2006 15:51:05 +0200
Hi there.
I have a strange thing in my code. I have a class which is derived from
CEdit. In that class there is a PreTranslateMessage method. It is called
when I compile this class in the Exe. But it is not never called when I
compile this class as a DLL and load it dynamically by LoadLibrary and use
the class.
Please do you have any ideas what is wrong there? What is the difference of
using derived class as a exe or as a dll?
Thanks!
German Koninin
.
- Follow-Ups:
- Re: PreTranslateMessage in the DLL is not called
- From: Ajay Kalra
- Re: PreTranslateMessage in the DLL is not called
- Prev by Date: Re: Domodal returning -1 value in dll
- Next by Date: Re: PreTranslateMessage in the DLL is not called
- Previous by thread: Re: dynamic #define
- Next by thread: Re: PreTranslateMessage in the DLL is not called
- Index(es):
Relevant Pages
|