Hi
I have included a header file named Flag.h
the file has only this line of code
extern TBool iEnableLogging;
I have included the above header file in some other file.
and have used the iEnableLogging in this file.
But when I build the code it gives me an error :
"undefined reference to iEnableLogging "
Please help me why am I getting this error?
Regards
Gaurav Gupta

Reply With Quote

