[lazarus] OnEvent Error, Not found any include file

Michael Van Canneyt michael.vancanneyt at wisa.be
Fri Oct 17 03:20:05 EDT 2003




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.






More information about the Lazarus mailing list