Page 1 of 1

DesktopUnscaleX() BIG bug

Posted: Fri Jul 15, 2022 12:37 am
by Olli
This function does not work in a executable.

Result : all is all right in the IDE, whatever the status of the dpi switch, cause the program is written to modify the false size to keep the screen proportion and ever give the same result whatever the configuration : use ΒΌ of the screen.

Until all is big and bad in the EXE.

PureBasic 5.73 LTS (x64) - Demo
W10

// Moved from "Bugs - Windows" to "General Discussion" (Kiffi)

Re: DesktopUnscaleX() BIG bug

Posted: Fri Jul 15, 2022 8:48 am
by Fred
We need a small source code to test.

Re: DesktopUnscaleX() BIG bug

Posted: Fri Jul 15, 2022 9:41 am
by Thorsten1867
I can't find any problem with my modules.

Try this: DPI-Module.pbi

Re: DesktopUnscaleX() BIG bug

Posted: Fri Jul 15, 2022 9:47 am
by BarryG
Olli wrote: Fri Jul 15, 2022 12:37 amPureBasic 5.73 LTS (x64) - Demo
Rule #1 here (in red) -> https://www.purebasic.fr/english/viewtopic.php?t=4701

You shouldn't be reporting bugs for an old version, and even more so for an old demo version.

Also, see rule #7 there (as Fred already said). A bug report isn't a bug report without code.