IDE problem

From: Stephen (spmok2_at_canada.com)
Date: 10/08/04


Date: 8 Oct 2004 09:14:43 -0700

TheClassFile.h
--------------------------------------------------------------------
class Blah_Fooh
{
public:
        enum eModule
        {
                eBlah1 = 0,
                eBlah2 = 1,
                eBlah3 = 2,
        };

        Blah_Fooh();
        virtual ~Blah_Fooh();

        bool AFoohFooh( CString &data, enum Blah_Fooh::eModule module );
};

TheClassFile.cpp
--------------------------------------------------------------------
...

bool Blah_Fooh::AFoohFooh( CString &data, enum Blah_Fooh::eModule
module )
{
        bool result=false;
...
...
        return result;
}

I have created the above class in my project. I have a method (above)
in which the parameter is an enum which works fine. My only concern
is that in the WorkSpace in the IDE I would open up this class
Blah_Fooh
and try to access the above method, by clicking on it, I would get the
popup that says "Cannot find the definition (implementation) of this
function".

Why is it doing this? how can I fix it?



Relevant Pages

  • [git patches] IDE updates part 2
    ... critical+obvious execvefix from Al (not an IDE fix but included here ... static int __init bastide_register ... Write a controller register. ...
    (Linux-Kernel)
  • [git pull] IDE updates part 3
    ... regression fix, start DMA after issuing a packet command ... and fix allowing modular IDE build ... static int ide_doubler; ...
    (Linux-Kernel)
  • Re: God why cant anyone help me???!!!
    ... diferent solution in a diferent IDE instance... ... and I don't know what to do to fix it. ... with all the fxns in it. ... As this is stuff going into a production environment, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: XP Setup hangs with dual PIII-550 on Asus P2B-DS v1.04
    ... I have one IDE 80Gb drive attached to Primary IDE and one CD-ROM on the secondary IDE. ... It might be a memory issue, but in the one CPU config the installation always works without a hitch, which leads me to believe the memory issue if it exists is not the main problem. ... Do you happen to know if moving the R79 to R80 is the correct fix for ACPI and what it actually does? ... about 2-3 minutes with only a reset helping.. ...
    (alt.comp.periphs.mainboard.asus)
  • Re: 2.6.8.1-mm4 - failed opcode was: 0xe7
    ... Aug 22 22:01:06 bert kernel: Probing IDE interface ide0... ... > Fix x86 TSS switching CPU consumption problem ... > CPu scheduler SMT fixes ...
    (Linux-Kernel)