Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User nayana22's Avatar
    Join Date
    Sep 2008
    Location
    Tokyo, Japan
    Posts
    11
    Hi,

    I am trying to build one sample application on carbide.(Actually the one tested two days back)
    Now when I am building, its giving an error

    Errors caused tool to abort.
    ..\..\..\epoc32\include\domain\middleware\SchemeHandler.inl:27: the file 'ECom.h' cannot be opened

    Actually this file is present in
    epoc32\include\ecom

    I am not getting why this error is?

    Also,
    what is this *.inl file mentioned in the error?

    Please, can anyone help in this matter?

    Thanks in advance...

  2. #2
    Registered User mateen_maldar's Avatar
    Join Date
    Aug 2005
    Location
    india
    Posts
    2,063
    Hi,

    the .inl file is inclding Ecom.h

    change the include from
    #include <ecom.h>
    to
    #include <ecom\ecom.h>

    or you can specify in the mmp file

    SYSTEMINCLUDE epoc32\include\ecom ( most suggested way)


    Regards,
    Mateen Maldar
    "Whatever the mind can conceive and believe, the mind can achieve"

  3. #3
    Registered User nayana22's Avatar
    Join Date
    Sep 2008
    Location
    Tokyo, Japan
    Posts
    11
    Hi Mateen

    I am sorry I gave half info.
    Actually the line you have mentioned is included in mmp file.Still the error is coming.
    And most imp thing is, when I am doing command line build, it is built successfully.
    There is some problem with the carbide settings, may be I am missing out something.
    Sometimes its giving errors when I change rss file also.
    I have started using it recently.

    can you suggest any carbide related issues related to this matter?
    Thanks
    Nayana

  4. #4
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Do you have both
    SYSTEMINCLUDE \epoc32\include
    and
    SYSTEMINCLUDE \epoc32\include\ecom
    in your .mmp file?
    BTW: I am not sure if SchemeHandler would be a published API.

Similar Threads

  1. Recording in Amr Format
    By losym in forum Symbian Media (Closed)
    Replies: 12
    Last Post: 2009-03-26, 06:41
  2. Replies: 2
    Last Post: 2008-07-16, 16:45
  3. Building a Carbide C++ project with Unicode source files
    By SwordAngel in forum Symbian Tools & SDKs
    Replies: 3
    Last Post: 2008-04-03, 10:14
  4. The problem of building s60 webkit with carbide c++ v1.2
    By lee.wallace9 in forum Symbian C++
    Replies: 12
    Last Post: 2007-08-22, 13:22
  5. Example Icons not shown : Please help !
    By Mauro_Nokia in forum Symbian C++
    Replies: 4
    Last Post: 2006-07-07, 09:25

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