[lazarus] OnEvent Error, Not found any include file
DMo2
madarzoo at o2.pl
Fri Oct 17 06:32:45 EDT 2003
> This 'GetComboboxInfo' problem only appears on Windows NT.
> On Windows XP the GetComboBoxInfo is found.
>
On MSDN write that GETCOMBOBOXINFO need WinNt with SP6
look :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/pla
tform/commctls/comboboxes/comboboxreference/comboboxfunctions/getcomboboxinf
o.asp
Darek
----- Original Message -----
From: "Michael Van Canneyt" <michael.vancanneyt at wisa.be>
To: <lazarus at miraclec.com>
Sent: Friday, October 17, 2003 9:29 AM
Subject: Re: [lazarus] OnEvent Error, Not found any include file
>
>
> On Thu, 16 Oct 2003, Andrew Johnson wrote:
>
> > yep. ok. my fault. seems to be working now. :)
> >
> > and not sure about the runtime error as I had no such problem myself.
> > well.. it didn't "run" in lazarus because it tried to run the wrong
> > path, but it compiled it, and I could run it no problem.
> >
> > Andrew
> >
> > On Thu, 2003-10-16 at 12:30, Michael Van Canneyt wrote:
> > > On Thu, 16 Oct 2003, Andrew Johnson wrote:
> > >
> > > > any label? or just dialog labels? I forgot to make sure the win32
> > > > interface auto translates COLOR_FORM into COLOR_BTNFACE, and prompt
> > > > dialog I had it do Canvas.brush.color := clForm, when it should be
> > > > Canvas.brush := Self.Brush; so it very well could cause black
labels. I
> > > > will try and set up lazarus on a win32 machine and test.
> > >
> > > It seems that it is only in dialog labels. If I drop one on a form, it
> > > works fine. I can't test runtime, because I get an error:
> > >
> > > The procedure entry point GetComboboxInfo could not be located in the
dynamic link library user32.
>
> This 'GetComboboxInfo' problem only appears on Windows NT.
> On Windows XP the GetComboBoxInfo is found.
>
> This is bad news, it means lazarus programs will only run on newer
> windowses. The only alternative is to remove the GetComboBoxInfo call
> from lazarus and/or from the windows unit.
>
> Michael.
>
> _________________________________________________________________
> To unsubscribe: mail lazarus-request at miraclec.com with
> "unsubscribe" as the Subject
> archives at http://www.lazarus.freepascal.org/mailarchives
More information about the Lazarus
mailing list