VOGONS


First post, by psionrevo

User metadata
Rank Newbie
Rank
Newbie

I have compiled DOSBox 0.72 with zgcc 2.95.2 (by using distcc and big comp) under Cacko 1.23 ROM on Sharp Zaurus C-1000.

C-1000 use qtopia.

So, when I run dosbox, I get:

QPaintDevice: Must construct a QApplication before a QPaintDevice
Aborted

I understand that I must create QPEApplication object,
but maybe someone has an idea where and how I have to do it?

thanks

Reply 1 of 3, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Maybe have a look at other SDL apps that you/somebody got to work on the zaurus,
how their initialization code/screen setup looks like.

Reply 3 of 3, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

Maybe also take a look at Exult (http://exult.sf.net), we also have a zaurus port (and we are using SDL) and AFAIK the code is in CVS. Unfortunately Exult is not one of the sources that is easy to understand right away. But, well, maybe it helps you.