The most likely thing you have done is switch to LV 7 from an old version (5 and prior). The newer versions have a different execution system in that they have a common run-time library which needs to be installed once and which allows the applications themselves to be smaller and simpler. Before this there were no INI files, and if your systems had different fonts and you couldn't get them installed, you were in a problem. For example, I had an old program built in 5.0, which showed the fonts as gibberish when transferred to a new computer running XP. I tried forcefully installing the right fonts on that machine (they were working fine on the XP development machine) but nothing helped. The fonts would be installed, but it was still gibberish. So I had to port the code to 7.0, which meant I had to go over all the serial functions in the program and convert them to VISA, because the old style serial didn't work, despite everything I tried. When I did finish, I had gibberish again, but now I could just change the font settings in the INI file and it worked.
___________________
Try to take over the world!