THANK YOU VERY MUCH.Originally Posted by yan0
yan0, you are the one.
I have downloaded your files and compiled the example successfully with a litle change.
I can not download either, so please can any one post it?
Brazilian Motorola User
A1200 , 08P
THANK YOU VERY MUCH.Originally Posted by yan0
yan0, you are the one.
I have downloaded your files and compiled the example successfully with a litle change.
Hi dedraks,you are the most wonderful developer here.
Loved your unzipper and mynotes applications.
hope to see some more useful applications from you now.
just a hint,
maybe you can give us sheet(excel) and word applications.
a flat file database app.
an app which will show the audio spectrum and dB level using the mic input
Regarding cross compiling, it seems not to be a problem. The same cross compiling tools are available for both A780 and A1200.
Regarding the library, it is not a problem also, since we can alwasy copy the library files from our phones.
I can successfully compile and run command line (stdio only) program (hello world) by using public available tools and follow public available instructions. Both of them have been around for months if not years, and they are documented in English.
The problem, in my opinion, is about header files and understanding those functions. There are active A1200 developers in China, such as yan0 and bint. So, I wonder, if yan0 or bint can contribute their experience rather than re-packaging public available tools.
I am trying to make a very easy-to-follow guide on setting up cross compiling environment, in both English and Chinese. This will be done in a week.
For me this cross-compile package was very useful, as it is nice and self-contained. It also contains the ezx header files, which are the key ingredient!
The sample program compiled and ran, and for the first time I managed to popup a GUI element on the A1200! Very nice!
But the program popups up a ZMessageBox only.
Did anyone manage to open a mainwindow for an application, maybe with buttons or menus?
Did anyone manage to get ZMainWidget going? The few examples that I tried always give me segmentation fault.
For example, taken from: http://lists.openezx.org/pipermail/o...st/000744.html
This returns immediately with a segmentation fault.Code:#include <ZApplication> #include <ZMainWidget> #include <ZPushButton> int main(int argc, char** argv) { ZApplication *app = new ZApplication(argc, argv); ZMainWidget *wp = new ZMainWidget(NULL, "hi", 1); ZPushButton *pb = new ZPushButton("hi", NULL, 50, 50, 0); pb->resize(100, 100); QObject::connect(pb, SIGNAL(clicked()), qApp, SLOT(slotQuickQuit())); app->showMainWidget(wp); app->showMainWidget(pb); return app->exec(); }
Did anyone get further? How? The recently released eKonsole for A1200 goes further - how was it done?
thanks!
How many of u guys cross compiled with sucess ? i wanna try but i will have to install linux an it will take a lot of effort, so i would like to know if it works before trying ?
Yes, cross compiling works. But I haven't compiled any "big" program yet.Originally Posted by joaorodrigo
I have a step-by-step installation guide on setting up the compiling environment here : http://zmhu.blogspot.com/2007/04/int...lt-to-set.html
tks, i will try later some stuff with that
Hello
I'm new with A1200, i want to build QT applications, I try to compile some Zaurus examples and i get many errors.
dedraks, i read in yout post that you already have the yan0's files, can you please share this files with my? the links in yan's webpage doesn't works.
Best regards
Best regards from Colombia
Carlos Camargo
I'm unable to download both files from CCmove ,any other site for dnld??