天空科技(北京)有限公司(以下简称天空科技)成立于2005年6月,办公地址位于北京信息产业的中心上地的中关村高科技园内。公司的战略定位是技术型的服务公司,自从公司成立以来,一直专注于嵌入式领域,特别是手机领域的软件开发,软件测试等专项软件研发领域。天空科技始终奉行“软件质量至上”的原则,向联想、微软、NEC、中国移动等一批国内外IT企业客户提供专业的软件开发、测试服务,与客户建立了长期、稳定、良好...
Type: Posts; User: guanzhong; Keyword(s):
天空科技(北京)有限公司(以下简称天空科技)成立于2005年6月,办公地址位于北京信息产业的中心上地的中关村高科技园内。公司的战略定位是技术型的服务公司,自从公司成立以来,一直专注于嵌入式领域,特别是手机领域的软件开发,软件测试等专项软件研发领域。天空科技始终奉行“软件质量至上”的原则,向联想、微软、NEC、中国移动等一批国内外IT企业客户提供专业的软件开发、测试服务,与客户建立了长期、稳定、良好...
谁说strlen得到的长度要和malloc的长度一样呢?
strlen取的是字符串长度,进一步说来就是取决于'\0'出现的位置,而malloc返回的内存里面内容是不确定的。
如char* p = (char*)malloc(100);
memset(p,0,100);
int n = strlen(p);
此时n等于0,因为内存里被填充了0,取字符串长度也就是0。
I've checked the release note, and got an exact info :
Camera application is not supported by the S60 emulator.
and all video relative functions will be crashed on the emulator.
Thanks for...
请问一下,你的“功能不被支持”问题是如何解决的?
另外,你在PrepareVideoCaptureL里指定使用1个buffer及每个buffer里保存1帧,当FrameBufferReady被回调时,并且捕获的帧数超过指定缓冲的帧数时,必须调用参数MFrameBuffer的release方法释放缓冲区,系统才能再次激发FrameBufferReady,不知道对你是否有帮助?
I want to use webcam on the Emulator too, but I got the notice:
http://discussion.forum.nokia.com/forum/showthread.php?t=105656
Really? how can i debug video program on Emulator, why not support on 3rd edition? does it means the feature has been decreased?
While in developing Symbian C++ application on S60 SDK 3rd FP1, how can i use video features and simulate it on the Emulator? is there any way that the PC WebCam regarding as a mobile inboard camera?...
Thanks for your reply, I'v really not mentioned the status of connection, I'll try to wait the status on the callback.
Thanks!
I'm working on SIP manual register(not using profile), and got "system error(-18)".
the test source code bellow is based on the helloworldbasic example, for my extend,
CHelloWorldBasicAppUi class...
I'm working on SIP manual register(not using profile), and got system error(-18) too.
the test source code bellow is based on the helloworldbasic example, for my extend,
CHelloWorldBasicAppUi...
Hi man , it's me.
Have you got any help on the problem? I've tried this method too, but doesn't work. it seems the SIP High level API only support Profile-Associate method to do SIP register.
I'v downloaded and built the SIPExample following the example documents in S60 SDK.
I setup two PC as environment, one startup a SIPServer(also provided by S60 SDK) and an Emulator, the other only...
:cool: 我使用 Symbian 3rd FP1, S60 SDK9.2 + VS2003 + Carbide.vs.201,
使用S60带的SIP Server Emulator做SIP服务器测试时,注意先用ipconfig查看本机IP,然后在SIP Server中添加Domain为该IP的项,然后Start Server.
客户端Simulator上的ProxyServer...