RSS
热门关键字:
当前位置 : 主页>嵌入式开发>Symbian OS>列表

How to speed up the Symbian Emulator

来源:我要研发网 作者: 时间:1970-01-01 点击:




Here are a few tips that can speed up your Symbian emulator : 字串6

- deactivate your anti-virus program (specifically those running in background and scanning the files you open) 字串6

- prevent the emulator from writing debugging information to your hard disk. If you look in your TEMP folder, you may see a file called EPOCWIND.OUT. Over time, this grows and slows down the emulator. If you delete this file, re-create a new, empty document called EPOCWIND.OUT, then set that file as read-only, the emulator will no longer try to save these debugging stuff. 字串7

- remove *.PDB files. PDB (Programmer DataBase) files are created by Microsoft Visual Studio at compile time in debug builds. They contain information which assists debugging and stepping through code. However, when a DLL is loaded this PDB file is also referenced, significantly increasing the emulator boot time once more. By removing PDB files this overhead is also removed. During normal development the vast majority of these PDBs are not needed. When you are debugging your application you can simply replace the specific PDB files you need to use temporarily. 字串8

- rebase DLL files. When Windows loads the emulator DLL files it tries to load them into specific areas of memory, starting at an address specified in the DLL file. If something is already loaded in that area of memory a clash will occur and Windows will have to spend time trying to re-locate the DLL you are loading to the next available address. By rebasing all DLLs you can ensure that none of them clash with each other.

字串5

The following script (from Symbian) will perform the two latest tasks: 字串7



The original version of this article can be found on Symbian site at the following URL: FAQ0713
上一篇:Common products UIDs
下一篇:没有了
最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册
相关文章