Re: [osg-users] Windows 8.1 DPI-aware scaling: Problem and solution

2016-05-17 Thread Björn Blissing
Hi Paul, Regarding the error when you are trying to run the script: I suspect that you have another name for your build target then TARGET_TARGETNAME. This is only a variable name that I use for my build target names. Yours is probably something completely different. Check your what the first

Re: [osg-users] Windows 8.1 DPI-aware scaling: Problem and solution

2016-05-17 Thread Paul McIntosh
Hi Björn, Thanks for the info but sorry I am having trouble getting this to work (CMake 3.4.0)... Code: CMake Error at CMakeLists.txt:1353 (ADD_CUSTOM_COMMAND): add_custom_command Wrong syntax. A TARGET or OUTPUT must be specified. I copied dpiawarescaleing.manifest and

[osg-users] Windows 8.1 DPI-aware scaling: Problem and solution

2014-10-10 Thread Björn Blissing
Hi, The Problem: Today I tried to run our software on a computer running Windows 8.1. And for some reason my application window became too large for the screen, even though I explicitly set the window resolution to be the same size as the display resolution. Why the problem happens: This