Problem with using RFileLogger in Series 60 3rd Edition

Login to reply to this topic.
Fri, 2006-03-24 11:01
Joined: 2005-07-22
Forum posts: 52
Hi ,

I am using Series 60 3rd Edition Final SDK and Visual Studio.Net with Carbide.vs plugin.
I want to use the RFileLogger class for logging purposes in my code.
I use the following code in the mmp
Code:

LIBRARY flogger.lib


Then in the MyProjcetAppUi.h I include flogger.h and create the the log file object

Code:

RFileLogger iLog ;


However when I try to build the project the build log flags an error saying :

Undefined symbol RFileLogger .

Please Help.

Thanks Smiley



Fri, 2006-09-08 11:28
Joined: 2003-08-12
Forum posts: 67
Re: Problem with using RFileLogger in Series 60 3rd Edition
Hi,

I think Flogger is not there in 3rd edition SDK.


Regards,
Ashish Bhatia

Mon, 2006-11-27 10:25
Joined: 2005-11-16
Forum posts: 63
Re: Problem with using RFileLogger in Series 60 3rd Edition
It is:  look into \epoc32\include  - search for "flogger.h"
  • Login to reply to this topic.