Join Today
+ Reply to Thread
Page 4 of 4 FirstFirst 1234
Results 31 to 40 of 40
  1. #31
    Join Date
    Sep 2006
    Location
    Rio de Janeiro, Brasil
    Posts
    117

    Default

    I can not download either, so please can any one post it?
    Brazilian Motorola User
    A1200 , 08P

  2. #32
    Join Date
    Jan 2007
    Location
    Belo Horizonte, MG, Brazil
    Posts
    375

    Default

    Quote Originally Posted by yan0
    I have translated into English base on Chinese content and put it in bottom part in same post in CCMOVE. I will update Chinese & English together.

    http://club1.ccmove.com/nclub/topicd...-682222-1.html
    THANK YOU VERY MUCH.
    yan0, you are the one.
    I have downloaded your files and compiled the example successfully with a litle change.

  3. #33
    Join Date
    Mar 2007
    Location
    Mumbai
    Posts
    365

    Default

    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

  4. #34

    Default

    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.

  5. Default ZMainWidget?

    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


    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();
    }
    This returns immediately with a segmentation fault.
    Did anyone get further? How? The recently released eKonsole for A1200 goes further - how was it done?

    thanks!

  6. Default

    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 ?

  7. #37

    Default

    Quote Originally Posted by joaorodrigo
    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.
    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

  8. Default

    tks, i will try later some stuff with that

  9. Default yan0 Files

    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

  10. #40
    Join Date
    Mar 2007
    Location
    Mumbai
    Posts
    365

    Default

    I'm unable to download both files from CCmove ,any other site for dnld??


 
+ Reply to Thread
Page 4 of 4 FirstFirst 1234

Similar Threads

  1. GUI on A1200 - another app
    By ghostwheel in forum Development
    Replies: 0
    Last Post: 06-20-2007, 11:56 AM
  2. Two Apps from A1200
    By CLOVIS KKK in forum E6 General Chat
    Replies: 13
    Last Post: 06-05-2007, 12:12 PM
  3. gui options for a1200 w/ mkezx
    By rpconnect in forum Development
    Replies: 24
    Last Post: 11-06-2006, 01:22 PM
  4. Apps for the A1200
    By sreenathsreenath in forum A1200 General Chat
    Replies: 4
    Last Post: 10-18-2006, 05:14 PM
  5. Where are A1200 Apps and games ( or A768 apps and games)
    By Shigeru in forum A1200 General Chat
    Replies: 18
    Last Post: 09-05-2006, 06:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1