Discussion Board

Results 1 to 8 of 8
  1. #1
    Registered User toto42toto's Avatar
    Join Date
    Jul 2010
    Posts
    11
    Hi, I have a prolem when i compil my program for symbian, I use Nokia Qt SDK (1.0) and when I compil, i have this error :

    Executable file: 7504 2010-07-20T10:21:34 C:\NokiaQtSDK\Symbian\SDK\epoc32\release\gcce\udeb\toto.exe
    Package: 8168 2010-07-20T10:46:55 C:\Users\Romain\Desktop\webbrowser\toto\toto.sis
    Deploying application to 'Nokia 5800 XpressMusic USB (COM3)'...
    Copying installation file...
    Installing application...
    Could not install from package C:\Data\toto.sis on device: General OS-related error
    Finished.

    Help me please

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,672
    What kind of error's you see on the device side ?, could you try sending the file over bluetooth to inbox, or copying it to memory card, and then installing with filemanager, then you might get some more reasonable error descriptions.

  3. #3
    Registered User toto42toto's Avatar
    Join Date
    Jul 2010
    Posts
    11
    I see nothing on the device side

  4. #4
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,672
    ok, then you could try the other stuff I suggested: i.e. could you try sending the file over bluetooth to inbox, or copying it to memory card, and then installing with filemanager, then you might get some more reasonable error descriptions.

  5. #5
    Registered User toto42toto's Avatar
    Join Date
    Jul 2010
    Posts
    11
    I 've copied the .sis to memory card and I 've installed it, but I can't see the application

  6. #6
    Registered User toto42toto's Avatar
    Join Date
    Jul 2010
    Posts
    11
    run Qt debug and I have this : "Cannot start executable 'c:/sys/bin/toto.exe' on the device: General OS-related error" .

  7. #7
    Registered User toto42toto's Avatar
    Join Date
    Jul 2010
    Posts
    11
    I create a new project and now it works but when I try this example

    #include <QApplication>
    #include <QtWebKit/QWebView>
    #include <QUrl>

    int main(int argc, char *argv[])
    {
    QApplication a(argc, argv);

    QWebView view;
    view.setStyleSheet("background-color:rgb(150,147,88); padding: 7px ; color:rgb(255,255,255)");
    view.load(QUrl("http://www.google.com"));
    view.showMaximized();

    return a.exec();
    }

    I have many errors:
    undefined reference to 'QWebView::QWebView(QWidget *)'
    undefined reference to 'QWebView::load(qUrl const &)'

    I need help, thanks

  8. #8
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,672

Similar Threads

  1. Unspecified general OS-related error 0x20 from TRK, manual install works
    By andersmn in forum Carbide.c++ IDE and plug-ins (Closed)
    Replies: 1
    Last Post: 2009-08-04, 00:45
  2. Carbide 2.00, Application TRK 3.09, Error: 0x20 Unspecified general OS-related error
    By hyuan in forum Carbide.c++ IDE and plug-ins (Closed)
    Replies: 2
    Last Post: 2009-02-03, 20:26
  3. I get the error "Error: 0x20 Unspecified general OS-related error"
    By blackstarreddiamond in forum Symbian C++
    Replies: 1
    Last Post: 2008-06-05, 07:44

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved