Re: Delphi/Kylix 3
Michael Jung <[email protected]> Tue, 10 Sep 2002 08:24:12 +0200
| Newsgroups | gmane.comp.lang.delphi.kylix |
|---|---|
| Message-ID | <[email protected]> |
At 17:07 09.09.2002 -0300, you wrote: >I have a component in Delphi, so I'd like >to use it in Kylix too, so i had some problems >Do you know how to substitute this >procedure to Kylix 3 ? I can't find !!! > >procedure CMEnter(var Message: TCMEnter); message CM_ENTER; >procedure CMExit(var Message: TCMExit); message CM_EXIT; Hi, these are procedures which are based on the windows message system. And thus they just don't exist in Kylix. Handling with Qt based components is a bit different. Easiest is to have a look at the sources of the CLX library how it is done and the differences between VCL and CLX. regards Michael Jung Senior Software-Architect, Designer & Consultant CIDE Creative Information Design Elbestrasse 8-10 fon +49 6131 24 00 00 D-55122 Mainz fax +49 6131 24 00 01 Germany +++ www.cide.de +++ www.delphix.de +++ www.kylixnet.de +++ www.delphi-jobs.de +++ www.teamsource.de [Non-text portions of this message have been removed]