TheCodingNina / Osu-Bot-V3

Version 3 of my cursor dancing bot that can play the Rhytme game called Osu!
https://discord.me/Disguard
19 stars 8 forks source link

I get a error #1

Closed Pedrvisk closed 5 years ago

Pedrvisk commented 5 years ago

When I open Osu! Bot V3 x86 it says that it was not possible to find the entry point of the GetDpiForWindown procedure in the dynamic link library USER32.dll

TheCodingNina commented 5 years ago

Hi, If I understand your problem correctly, you are unable to start the executable. And instead it will show a message that says it could not find the entry point of the GetDpiForWindows procedure in USER32.dll?

The GetDpiForWindows function is used to retrieve the dpi settings to correctly display any Direct2D elements. This function appears to be minimum supported from Windows 10, version 1607.

If your windows version is higher, then it might be possible that either:

Pedrvisk commented 5 years ago

Ok thank you

oSumAtrIX commented 5 years ago

Any way to run it on win7?