A geniuine request !

Login to reply to this topic.
Fri, 2005-04-15 08:36
Joined: 2004-11-29
Forum posts: 20
Hello all,

Is there any geniuine documentation / help available to start developing SyncML client on 6600


To me it seems that the implementations are only partially available. (For example I am not finding NSmlDSProfileListAPI.h in the include folder of 7.0 sdk)

If any one knows the proper source from where I can get further help, please give me the details.






Request part II




I am getting an error

EErrAppNotFound

while using

RNSmlDSSynchronizer synchronizer;
RNSmlSynchronizer::TResult result = RNSmlSynchronizer::TResult( RNSmlSynchronizer::EErrNone );

TRAPD( leaveErrorCode, ( result = synchronizer.ConnectL() ) );


at synchronizer.ConnectL() .


Do anybody has any idea what is the root cause?

Thanking you in anticipation
  • Login to reply to this topic.