Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User cs_lcmaa's Avatar
    Join Date
    Mar 2003
    Posts
    40
    Hi all,
    I have "bldmake bldfiles" and "abld makefile vc6" in the
    C:\%EPOCROOT%\Epoc32Ex\Networking\TcpIp\EchoClientUI and
    C:\%EPOCROOT%\Epoc32Ex\Networking\TcpIp\EchoClientEngine
    directories to create .dsw files in
    C:\%EPOCROOT%\Epoc32\build\%EPOCROOT%\Epoc32Ex\Networking\TcpIp\EchoClientUI and
    C:\%EPOCROOT%\Epoc32\build\%EPOCROOT%\Epoc32Ex\Networking\TcpIp\EchoClientEngine directories.
    And i ran ECHOENG.DSW to build ECHOENG.DLL as from the instructions in the SDK help. And then the EIKECHO.DSW to run the app.
    No error occured and the app is built. However, i cound not find the app from the EPOC emulator ( C:\Symbian\6.1\Series60\Epoc32\Release\wins\UDEB\epoc.exe ). Usually i found the app in the "OTHER" folder in the EPOC emulator.

    Isn't it that i made something wrong?
    Where can i find the app?

    Thank you very much.

  2. #2
    Regular Contributor reinio's Avatar
    Join Date
    Mar 2003
    Posts
    132
    Hi,

    There a minor glitch in the eikecho example source code: The application and resource files are named eikecho.app (and .rsc), but they are generated in /system/apps/EchoClientUI directory. In order to the application icon to show up in the Menu, the app directory must have the same name as the files.

    So, either manually rename the eikecho.app/.src files to EchoClientUI.app/.rsc, or modify the TARGETPATH line in eikecho.mmp to:

    TARGETPATH \system\apps\eikecho

    and recompile.

    Br,
    FN Developer Support

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