Hi, i'm just wondering if there are any good reference materials that discuss the difference between (in my case) windows vs linux gui/resize. My ui works perfect on linux and displays correctly on windows for the most part except it doesn't resize correctly (for example doesn't stretch to fix screen size). Differences between draw_xsize, scr_xsize, xsize that kind of thing, which to use and when. The program i'm working on looks exactly as its supposed to on linux, there are a few layout issues on windows as well. Do I need to compile the code in the windows environment to run correctly on windows? Or is it possible to compile once on one OS and carry the .sav to another OS?
|