Thanks for replay. I think I found the problem. It's about NokiaQtSdk v1.0. Open C used in NokiaQtSdk is older also header files have setdefalultif (if.h) but the library (libc.lib) hasn't this...
Type: Posts; User: a_barvar; Keyword(s):
Thanks for replay. I think I found the problem. It's about NokiaQtSdk v1.0. Open C used in NokiaQtSdk is older also header files have setdefalultif (if.h) but the library (libc.lib) hasn't this...
Ok. Yes sorry for my mistake writting, I used -L without libc.lib
LIBS += -lesock -lcommdb -linsock libc.lib -Lc:\NokiaQtSDK\Symbian\SDK\epoc32\release\armv5\lib
By the way, qmake generate .mmp...
Yes, I think it's about linker. But it's an example of NokiQtSdk v1.0 and I think it must be compile without error!!. Setdefaultif is open C function that it's used in sym_iap_util.h and I added...
Well. It's qt example. so #include <net/if.h> is added in sym_iap_util.h and I add libc.lib in .pro but it didn't solve problem.
Hi,
this is a compile error for network examples: " undefined reference to `setdefaultif' ", when I try compile each example for symbian device by Qt creator 2.0.0 in NokiQtSdk v1.0.
so what's or...
Thank you for your all answer.
Well, you know siprtpexappengine is a dll on siprtpex project. I am going to add "VoIP Audio Services API" from 3rd party VoIP client to this project. at the first time I didn't add libaries. just I...
Let me explain more:
when I remove MultimediaDD capability from siprtpexappengine.mmp the application execute fine and nt.txt is created with some logs. but when I add MultimediaDD capability to...
Yes I know. I create nt folder in c:\logs and SipRtpExApp.cpp is first location that I add logger in E32Main().
I try that file logger. On the emulator the nt.txt is created and there are some log, but on the HW nt.txt does not create.
SipRtpExApp.cpp is first location that I add logger. "GLDEF_C TInt...
there're TRK communication log:
"
---IDE------------------------------------------------------
Command: 0x40 Create Item
Sub Cmd: Create Process
Options: 0x00
Length: 25
File Path:...
Hi,
Thanks for replay.
When I add MultimediaDD capability, it is work in emulator and there is no error but when I try to execute in HW (E75) nothing happend.
How can I solve the problem? anyone can help me?
Thanks for you replay
At first, how can I enable "Extended panic code trick" on E75?
This is siprtpexappengine.mmp as you know and I just add MultimediaDD capability.
TARGET ...
Hi.
I have a problem. I installed siprtpex on E75 and it work fine. but when I add MultimediaDD to siprtpexappengine.mmp then it not work on e75, nothink happend when I try to execute it.