Thank you for the information. I compiled with qt-2.3.6 headers (from the SDK) and and libs from the phone (C5A4P).
For t1 tutorial:
Code:
#include <qapplication.h>
#include <qpushbutton.h>
int main( int argc, char **argv )
{
QApplication a( argc, argv );
QPushButton hello( "Hello world!", 0 );
hello.resize( 100, 30 );
a.setMainWidget( &hello );
hello.show();
return a.exec();
}
- using native qt lib at runtime (i.e. via #. /home/native/.profile) and run #./t1 I got a black rectangle w/o any "Hello world!" and w/o any posible interaction using touch screen and /or buttons
- using qt lib from the sdk and run #./t1 : i got in the same thing
For neopop (neogeo pocket emu):
- using native qt lib at runtime (i.e. /home/native/.profile) i got segfault
- using qt lib from the sdk and run #./neopop : UI shown on the screen but the process is not in EZX task manager
I will look for opieproxy for a workaround. Btw, in miniroot.cramfs (from cyph) we have loop.o, so maybe we could mount opie.cramfs as a loop device (so it would not necessary to create a new partition in sd). I have trouble with partitioning my sd