
Originally Posted by
axeljaeger
1) This is not related to S60
2) Never ever store userdata in /usr/bin
3) The "hint" very clearly states that the io device was not opened before doing anything with it. There is plenty of example in the Qt docs. You just have to copy & paste. But I guess your file is just not fount and therefore the io device cannot be opened. I further guess that you plan to open a file in the "current" directory but you start your application from another directory and therefore the file is not found.