Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User tapioo's Avatar
    Join Date
    Dec 2005
    Posts
    4
    Hi,

    I have problems integrating my application's(c++) ui and engine. I succeeded on doing this on later versions of SDK, but now i dont get this work...

    Has E32Main-function something to do with the problem??? If some one knows any application examples. . .

    Any help appreciated,

  2. #2
    Regular Contributor ViruDoshi's Avatar
    Join Date
    Oct 2005
    Location
    London, UK
    Posts
    235
    Wow thats as clear as mud!

    Be more specific, what isn't working? does it panic? does it just not to what you expect?

    The E32Main is the main entry point for .exe programs, as opposed to E32Dll for .apps.

    ViruDoshi
    ~ No Style Without Substance ~

  3. #3
    Registered User tapioo's Avatar
    Join Date
    Dec 2005
    Posts
    4
    Sure E32Main() function is entrypoint for .exe program : )

    CopyPaste E32Dll() -->E32Main()

    When I start UI-application(.exe) it does not start --> no error-code's, no warnings.

    But if I "Comment out" my engine(.dll) everything goes perfect, UI-application starts?

    UI application uses/found engine.lib, because if I comment out engine.lib from my .mmp file, I cant use EXPORT functions from engine.

    There is some mysterious : )

    Engine-code references from UI-application-document

    ::ConstructL()
    {
    iEngine->CEngine::NewL();
    }

    CEngine* CDocument::Model()
    {
    return iEngine;
    }

    and from engine.cpp

    #ifndef EKA2

    EXPORT_C TInt E32Dll(TDllreason)
    {
    return KErrNone;
    }
    #endif EKA2

    I use engine functions from appui:(no errors, no warnings)

    iDocument->Model()->GetString();


    Hopefully this helps? : )

    Quote Originally Posted by ViruDoshi
    Wow thats as clear as mud!

    Be more specific, what isn't working? does it panic? does it just not to what you expect?

    The E32Main is the main entry point for .exe programs, as opposed to E32Dll for .apps.

    ViruDoshi

  4. #4
    Regular Contributor jrantam's Avatar
    Join Date
    Jun 2004
    Posts
    53
    Hi,

    I am having exactly same problem as you tapioo. I am also trying to integrate my GUI and engine, but did not get it work with 3rd edition SDK... :(

    It seems that no one has the solutions for the problem. Maybe some expert from the forum nokia can help us...???

    ps. Do I need to define capabilities only for target or are they also needed on the emulator environment?

    -jrantam

Similar Threads

  1. How to integrate ui/engine in 3rd ed. SDK
    By tapioo in forum Mobile Java Tools & SDKs
    Replies: 0
    Last Post: 2005-12-13, 07:35
  2. Sip 3rd Edition beta sdk
    By eob123 in forum Symbian C++
    Replies: 1
    Last Post: 2005-12-02, 16:52
  3. Series 60 Concept Emulator (SDK Beta 0.2 Linux) not working
    By mattbee in forum Mobile Java Tools & SDKs
    Replies: 1
    Last Post: 2003-06-10, 11:43
  4. Series 60Series 60 MIDP Concept SDK Beta 0.2 Linux bug?
    By kauppi in forum Mobile Java Tools & SDKs
    Replies: 3
    Last Post: 2003-04-07, 09:05
  5. Http connection problem in 6310i
    By teahola in forum Mobile Java General
    Replies: 1
    Last Post: 2002-10-03, 18:46

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