S60 2nd->3rd :RSharedDataClient
Login to reply to this topic.
Wed, 2006-04-26 10:37
Joined: 2006-04-26
Forum posts: 28
Hi All:
   i got to Problem when porting.
   
   Undefined symbol: 'int RSharedDataClient::Connect(int)

   In Project,use "cpbkcontactengine.h"&"LIBRARY  commonengine.lib" In MMP file.

   Can anybody help or show me the way ?

   Great thanks.

Best Regards

PS:thanks vivekchopra for gdi.lib

Wed, 2006-04-26 11:00
Joined: 2005-03-15
Forum posts: 94
hi,

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 Smiley

Vivek

Vivek Chopra

Wed, 2006-04-26 12:01
Joined: 2006-04-26
Forum posts: 28
hi Vivek:
    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
Wed, 2006-04-26 13:10
Joined: 2005-02-11
Forum posts: 212
This class is not supported anymore in 9.1, AFAIK

"I only know that I know nothing." (Socrates)

Thu, 2006-04-27 02:57
Joined: 2006-04-26
Forum posts: 28
 Sad

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)


Thu, 2006-04-27 03:14
Joined: 2005-03-15
Forum posts: 94
What does this class do in earlier editions? Could it be possible that its replaced by "Publish and Subscribe"?

Vivek

Vivek Chopra

Thu, 2006-04-27 07:22
Joined: 2006-04-26
Forum posts: 28
Hi:
Embarassed
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

copyright 2003-2009 NewLC SARL