08-11-2015 11:22 PM
Hello,
I have a labview exe (created with 2009 SP1) which run fine on 32 bit system. Exe was created on 32 bit system also.
But fields are distorted on 64 bit system. I tried installing both 32 bit and 64 bit runtime engine for 64 bit computer. Still couldn't solve the problem.
Below is on 32 bit system
here is on 64 bit system
Thank you for any suggestion and advice.
08-11-2015 11:46 PM
Just a guess - DPI settings on your 64-bit system?
08-12-2015 12:35 AM
Make sure that you define all fonts and are not using symbolic fonts such as "application", etc. If you don't use define fonts, labVIEW will use whatever is specified in your window settings, and will thus depend on the windows theme and OS font sizes.
This has nothing to do with 32 vs 64 bit. As a first step, look at the font size setting of the OS
(Control Panel\Appearance and Personalization\Display)
Make sure it is set to "Smaller-100%" (not 125 or 150%)
As a bandaid solution you could also define the fonts in the ini file of the application.