wow! it works! really thanks!:)
Type: Posts; User: mapick; Keyword(s):
wow! it works! really thanks!:)
I expand the (dirty and intuitive) integration between Qt and pure Symbian C++ passing string parameters:
1) In Qt file code
// Important the ".utf16()" or doesn't work!
TBuf<30>...
Excuseme, may be I didn't get the problem...
because I followed the Qt help and it's really very simple to change icon
(or the original post is old and at that time this solution wasn't available)...
hi all
i use Qt only from a month or so on and i'm realy surprised how simple and intuitive it's!
in this days i had to use a specific low level s60 c++ dll and i found incredible simple to...
Hi,
I had the same problem and I looked for the not found "CSIPManagedProfileRegistry" in library documentation.
It told the CSIPManagedProfileRegistry is linked against sipprofilecli.lib and...
Important!
I forgot you must also install on your phone the "apsserver2.sisx" you may find in the (DEPRECATED) AudioProxyServer_v2.43 plugin!
Hi
Hi, the post is a bit old but I hope this may be useful.
When I tried to compile the project for the EMULATOR(S) I had the same errors despite I extracted the requeired headers and libs from the...
Thanks, a very simple and usefull example!
(and always valid looking at the date)
Hi, if may be usefull a very simple structure I use as "try/catch" is this:
(using "while" to repeate or an "if" to leave or do something else)
TInt err;
TRAP(err, some =...
Thanks you helped me too!
I had the same error and following the suggestion I took my header file where I had:
class My_Class_Name : public CBase, Another_Reference_Class_Name
I right...
hi there, the original post is a bit old, but i faced the same problem and i found this:
// This sends the correct ip address to sip server
scn = (SipConnectionNotifier)...
Hi there
May be JSR 180 is "even too clever" and constantly checks if you respect the RFC 3261
For example in INVITE it extracts the "To" header from the specified SipClientConnection
and if you...
If I don't mistake you simply should open notifier in shared mode:
(your_identifier could be: sip-jobaweb.net)
scn = (SipConnectionNotifier)...
Hi, try:
scc.initRequest("REGISTER", scn);
instead of:
scc.initRequest("REGISTER", null);
Hi, I had some problem and I found somewhere a very strange but effective solution: disable the audio device!
In my case right click on tray icon on the left, select reproduction devices and...
Hi there, the post is a bit old, but for whoever is interested now it's available a complete J2ME api for SIP/VOIP development:
http://developers.sun.com/mobility/apis/articles/sip/
...
the post is old, however recently i too had to create a pkg and using carbide.c++ i found a good tool you can install as a simple plug-in and have it always available!
...
Hi, basically you should directly write as less code as possible and instead use carbide's tools, this to ensure your project standards respect
First right click on gfx dir in the project explorer...
hi, i'd the same problem 'cause i too was curios to see what's this code scanner!
i solved with an update ('help' -> 'software update')
Hi Gaba and hi to all
I don't know if this is the case, but when I passed to vista I had the same problem and I found somewhere the very strange solution to disable the audio control from control...
Final notices to make work the program:
1) you need the module chunk.py from original python and put it in the dir e:\python\lib so the python_shell can find it, or install it in c:\resource if...
thanks to croozeus who tested the code and found various bugs
we put together a complete working example you can directly try
(i splited my function from a much bigger program and i lost something...
I MISSED A PIECE OF CODE!!!
Excuse me, but croozeus made me notice i forgott the piece of code that merge together tha recorded parts!
This is the complete code:
#...
I confirm! It happened to me too...
At first I directly disinstalled Active-5.10 and something,
then I installed ActivePerl-5.6.1.635 as suggested,
ignoring various the warnings of installer...
inreccell is the variable that controls the recording...
you can control it in various way,
for example you may 'automatical' activate it when it arrives a call or you do one
import...