Hi,
I got a problem here. I have a socket managed by the main thread. I have another thread that will put data into a queue for the socket to send out. How can I signal the main thread to send...
Type: Posts; User: HellenZ; Keyword(s):
Hi,
I got a problem here. I have a socket managed by the main thread. I have another thread that will put data into a queue for the socket to send out. How can I signal the main thread to send...
Hi,
I got a problem here. I have a socket managed by the main thread. I have another thread that will put data into a queue for the socket to send out. How can I signal the main thread to send...
我在一台新的机器上从新安装了codewarrior,但打开以前的project是报错:
Operating system error 2
Unable to open project. The system cannot find the file specified.
我安装的顺序是:activePerl, codewarrior for symbian, Series 60...
Hi,
I have a question on how to play sound mixing with already playing sound.
I use CMdaAudioPlayerUtility to play a sound:
iMdaPlayer=CMdaAudioPlayerUtility::NewFilePlayerL(aFile,*this,...
Hi,
I have a question on how to play sound mixing with already playing sound.
I use CMdaAudioPlayerUtility to play a sound:
iMdaPlayer=CMdaAudioPlayerUtility::NewFilePlayerL(aFile,*this,...
解决了
I called pSocketServ->Connect() again in my TCP socket engine class. After remove this line, it runs well.
我试过一下方法,但是程序推出,Esocket panic 4.
先建立IAP连接,得到RSocketServ和RConnection.
建立TCP连接时,使用:
User::LeaveIfError( m_Resolver.Open( *m_pSocketServ,
KAfInet,...
Hi,
I got a problem with the IAP selection dialog.
My program connect to Internet, then establish a socket connection.
When it connect to Internet, it read the IAP id from a file, and give...
Hi,
I got a problem with the IAP selection dialog.
My program connect to Internet, then establish a socket connection.
When it connect to Internet, it read the IAP id from a file, and give...
有谁知道怎样使用震动吗?就是vibrator。比如不用铃声而是用震机。没有找到API.
谢谢
Hellen
找到了,是1.2SDK里面的profileengine.lib.
我把他的CProfileAPI头文件加进来,但有链接错误。应该在加入一个.lib文件才对。有谁知道应该加哪个.lib文件呢?
谢谢
Hellen
I need to get the ringing tone information from the profile files. Is there a API to read the profile? Or I have to parse it myself?
Thank you.
Hellen
I need to get the ringing tone information from the profile files. Is there a API to read the profile? Or I have to parse it myself?
Thank you.
Hellen
Did you try the sound example that comes with the SDK? It calls the same function. I tried on 6630, and it worked.
Hi,
I need to set the master speaker volume, or at least read the master speaker volume, just like when you click on the left or right arrow when you are in a cell phone call. Anyone can give me...
Hi,
I need to set the master speaker volume, or at least read the master speaker volume, just like when you click on the left or right arrow when you are in a cell phone call. Anyone can give me...
我加了一个应退出exit(1). 现在可以退出了。但不致内存是否可以全部释放。这肯定不是Symbian建议的退出方式
谢谢cool_li的回答。在6630上,installer 可以关闭程序,但在6680上不行,不知为什么。
一个很奇怪的问题:
我的程序有自动升级的功能,当有新的版本时,服务器会发给手机一个msg, 手机开始下载并安装新版本。
在Nokia 6680手机上,当installer提示要关闭程序时,即使按了yes, 程序还是不能关闭,反倒是installer退出了(不知别人是否遇到过这个问题,我觉得这好像是6680的bug)。
...
顶一下,有人能帮帮我吗?
多谢
Hellen
我用BaflUtils::CopyFile拷贝文件,好像拷贝过程是异步的。可从文件上看它调用的是同步的CFileman.Copy()。请问这个过程到底是同步的还是异步的?如何能保证文件拷贝时同步的呢?
谢谢
Hellen
我的软件需要连接Internet. 按Symbian Signed 要求我需要跳出一个对话框警告用户上网的费用,同时可以有一个check box 供用户选择以后次对话框不会跳出。跳出的对话框我会做,可如何才能加上check box 并得到返回值呢?
我的代码是:
RESOURCE DIALOG r_payinternet_query_dialog
{
...
请问什么是EMCC, 我如何可以找到AnsPhone例程?
谢谢
Hellen
我的软件是一个VoIP的软件。我希望:
1。 如果我在VoIP通话中,我用NotifyIncomingCall()来检测来电并阻止来电。
2。如果我没有在VoIP通话中,我用NotifyStatusChange()来监测到电话接通并改变VoIP的状态以阻止VoIP来电。
我能够成功的分别使用NotifyIncomingCall() 和...