I am trying to dusplicate this problem by including .h file and .lib file mentioned by you but I am unable to see the error. I have modified "helloworldbasic" project that comes with S60 3rd edition SDK to incorporate these two files and I dont see any error
en,I try to use RSharedDataClient in "Helloworldbasic" RSharedDataClient::Assign()---still Undefined symbol
If this class is NOT supported,how to porting ? thanks ...a ....lot...
PS: In My Solution use int RSharedDataClient::Connect() int RSharedDataClient::Assign(class TUid) int RSharedDataClient::GetInt(class TDesC16 const &, int &) const int RSharedDataClient::GetString(class TDesC16 const &, class TDes16 &) const int RSharedDataClient::SetString(class TDesC16 const &, class TDesC16 const &) int RSharedDataClient::SetInt(class TDesC16 const &, int)
Forum posts: 94
I am trying to dusplicate this problem by including .h file and .lib file mentioned by you but I am unable to see the error.
I have modified "helloworldbasic" project that comes with S60 3rd edition SDK to incorporate these two files and I dont see any error
Vivek
Vivek Chopra
Forum posts: 28
Great thanks to you of doing that.
In My Solution,defination just as http://db.cs.helsinki.fi/~mraento/lxr/source/ContextCommon/inc/cc_shareddata.h#014
Can You show me your hello-RSharedDataClient ?
thanks again.
Best Regards
Forum posts: 212
"I only know that I know nothing." (Socrates)
Forum posts: 28
O My God.....
en,I try to use RSharedDataClient in "Helloworldbasic"
RSharedDataClient::Assign()---still Undefined symbol
If this class is NOT supported,how to porting ?
thanks ...a ....lot...
PS: In My Solution use
int RSharedDataClient::Connect()
int RSharedDataClient::Assign(class TUid)
int RSharedDataClient::GetInt(class TDesC16 const &, int &) const
int RSharedDataClient::GetString(class TDesC16 const &, class TDes16 &) const
int RSharedDataClient::SetString(class TDesC16 const &, class TDesC16 const &)
int RSharedDataClient::SetInt(class TDesC16 const &, int)
Forum posts: 94
Vivek
Vivek Chopra
Forum posts: 28
I use this class dealing with "c:\\system\\screensavers\\.sc"
In 3rd SDK-> API Reference Guide->cpbkcontactengine.h ,below
00022 #ifndef __CPBKCONTACTENGINE_H__
00023 #define __CPBKCONTACTENGINE_H__
00024
00025 // INCLUDES
00026 #include <e32base.h> // CBase
00027 #include <cntdef.h> // TContactItemId
00028 #include <cntdbobs.h> // MContactDbObserver
00029 #include <f32file.h> // RFs
00030 #include "PbkFields.hrh" // TPbkFieldId
00031
00032
00033 // FORWARD DECLARATIONS
..................................................
00049 class RSharedDataClient;
Can anybody Show me the way...Thanks..
Best rewards