Hi,
I wrote a simple qt program using qt4 with QLabel objects to display text on the fly. When run, the program will read input from some file and the change the text display of the labels accordingly. The program runs file on my host machine (linux, FC10) but when I deployed it on an embedded platform, it crashed at the first reference of the label object. Referencing to other objects such as QRadionButton and QCheckBox is fine.
Please help as I have been tearing my last strays of hair out here.
Thank you.
Bookmarks