hi there, experts :)
i have a really strange problem concerning strings in qt and i hope you
can give me a hint how to solve it...the little code snippet, which
drives me CRAZY looks like this:
QString appSettingsFile;
appSettingsFile.setAscii("ObeAppSettings.xml");
just that simple example runs on the one computer without any problems
and as expected (the object is allocated and string in brackets gets
assigned to it), on the other one, running in debug mode, i see that the
object is allocated, but after assignement it is empty! how can that
be?? i really hope you can give me a hint...