DesktopUnscaleX() BIG bug

Everything else that doesn't fall into one of the other PB categories.
Olli
Addict
Addict
Posts: 1071
Joined: Wed May 27, 2020 12:26 pm

DesktopUnscaleX() BIG bug

Post 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)
Fred
Administrator
Administrator
Posts: 16681
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: DesktopUnscaleX() BIG bug

Post by Fred »

We need a small source code to test.
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: DesktopUnscaleX() BIG bug

Post by Thorsten1867 »

I can't find any problem with my modules.

Try this: DPI-Module.pbi
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
BarryG
Addict
Addict
Posts: 3320
Joined: Thu Apr 18, 2019 8:17 am

Re: DesktopUnscaleX() BIG bug

Post 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.
Post Reply