GLBasic forum

Main forum => Bug Reports => Topic started by: MrPlow on 2019-Aug-13

Title: Enable Mouse Pointer
Post by: MrPlow on 2019-Aug-13
I get this when I compile:

!!! EnableMouseInPointer() not found in user32.dll. If this is >=Win8, you get no mouse messages.

Is there a simple fix for this?
Title: Re: Enable Mouse Pointer
Post by: Kitty Hello on 2019-Aug-14
What Windows Version are you using?
Title: Re: Enable Mouse Pointer
Post by: MrPlow on 2019-Aug-14
Windows 7 Pro
Title: Re: Enable Mouse Pointer
Post by: spacefractal on 2019-Aug-14
Not a bug.

We use a Windows 8+ feature here if present.

The compile error you see is a message from glbasic source code and is not from compiler. The code is just skipped on Windows 7 as im see in the code.
Title: Re: Enable Mouse Pointer
Post by: MrPlow on 2019-Aug-15
Coolaboola!