To send sms through socket I am needed smsu.lib . Please send me to bhpjain@gmail.com. Is there any other way is availble to run application on S60 SDK.
With Regards,
Pradeep
To send sms through socket I am needed smsu.lib . Please send me to bhpjain@gmail.com. Is there any other way is availble to run application on S60 SDK.
With Regards,
Pradeep
What is wrong with downloading the SDK API Plug-in (http://wiki.forum.nokia.com/index.php/SDK_API_Plug-in)?
Which SDK do you use?
I am using SDK 3rd FP1 of S60. I got the smsu.lib Plugin . I pasted the .lib and .h file in the path Symbian\9.2\S60_3rd_FP1_4\Epoc32\release\winscw\udeb and Symbian\9.2\S60_3rd_FP1_4\Epoc32\include respectively.While in SMS utilities project .lib file was in armv5 directory.
Now while I build silentsms on Carbide.C++ v1.1 Errors are
Undefined symbol: 'void TSmsAddr::SetSmsAddrFamily(enum TSmsAddrFamily) (?SetSmsAddrFamily@TSmsAddr@@QAEXW4TSmsAddrFamily@@@Z)'
referenced from 'void CSMSEngine::SocketListen(void) (?SocketListen@CSMSEngine@@QAEXXZ)' in soc.cpp:95
mwldsym2.exe|Linker|Error
>Undefined symbol: 'void TSmsAddr::SetTextMatch(class TDesC8 const &) (?SetTextMatch@TSmsAddr@@QAEXABVTDesC8@@@Z)'
referenced from 'void CSMSEngine::SocketListen(void) (?SocketListen@CSMSEngine@@QAEXXZ)' in soc.cpp:96
mwldsym2.exe|Linker|Error
>Undefined symbol: 'RSmsSocketReadStream::RSmsSocketReadStream(class RSocket &) (??0RSmsSocketReadStream@@QAE@AAVRSocket@@@Z)'
referenced from 'void CSMSEngine::RunL(void) (?RunL@CSMSEngine@@EAEXXZ)' in soc.cpp:125
Now how to resolve it?
With Regards,
Pradeep
Last edited by pradprad; 2008-03-07 at 10:12.
Hi,
when you will Rebuild your project in Release project it will succeed.
Regards
Asif Nazir
Hello Nasif,
I'm new to this C++ development. Please tell me what do you mean by rebuild and release the Project
Thank you
Regards
Ram
There is a Project menu in Carbide containing several build options. You have to select Project / Build Configurations / Set Active / Phone Release (GCCE), then re-build the project (Project / Build Project).
Project / Build All Configurations is also a viable choice, though it may take some time.
Hi,
There is a video for you to get started with Carbide follow this link
http://www.forum.nokia.com/info/sw.n...creencast.html
Regards,
Sriky
Read the last FAQ entry from here: http://wiki.forum.nokia.com/index.php/SDK_API_Plug-in
So paste respected libraries in Symbian\9.2\S60_3rd_FP1_4\Epoc32\release\armv5\lib folder and header files under Symbian\9.2\S60_3rd_FP1_4\Epoc32\include folder.
Finally build it for GCCE UREL and test it on real device.
EDIT: Oh man, I really didn't notice the date of posting. I thought it was current ongoing discussion from first post.
Last edited by kiran10182; 2008-10-03 at 17:23.
Nokia Developer Wiki Moderation team