Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User ashraf fawzy's Avatar
    Join Date
    May 2010
    Location
    Egypt
    Posts
    418
    hi all,

    I added a two files to my project in carbide.c++ ( .cpp, and its .h ), for a mysterious reason carbide shows the header files code covered with grey color, and though the .cpp has the #include of its .h file, the functions appears in .cpp file as if it doesn't find its declarations in the .h file.

    Why is that?

    many thanks in advance.
    How to protect application copyright information on Symbian: http://www.developer.nokia.com/Community/Wiki/How_to_protect_application_copyright_information_on_Symbian

  2. #2
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Check if there are conflicting guard macros between some of the header files.

    The
    Code:
    #ifndef __SOMETHING_HEADER_H__
    #define __SOMETHING_HEADER_H__
    ...
    #endif
    thing.

Similar Threads

  1. CAknDialog with grey background
    By alav in forum Symbian User Interface
    Replies: 8
    Last Post: 2010-07-08, 15:43
  2. MBM file doesn't appear on phone, but appears in emulator
    By raffaelbechara in forum Symbian Media (Closed)
    Replies: 6
    Last Post: 2008-10-17, 15:56
  3. convert bitmap to grey
    By norhan in forum Symbian C++
    Replies: 3
    Last Post: 2007-06-29, 08:03

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