Hi,
I am using Qt with standalone Symbian^3 sdk 0.9 and Carbide.c++. I am trying to use the centralrepository in my application using the following code:
but I am getting this error:Code:#include "test001.h" #include <centralrepository.h> #include <dclcrkeys.h> test001::test001(QWidget *parent) : QMainWindow(parent) { ui.setupUi(this); CRepository* cRepository = CRepository::NewLC( KCRUidDCLLogs ); }
1291630582885 Undefined symbol: 'class CRepository * CRepository::NewLC(class TUid) (?NewLC@CRepository@@SAPAV1@VTUid@@@Z)' test001 Unknown C/C++ Problem
Can somebody offer some help? Do I need a plug in for this? Thanks
I followed the instructions in this page to set up my environment. I am using ActivePerl-5.8.9.827-MSWin32-x86-291969.



