精通
英语
和
开源
,
擅长
开发
与
培训
,
胸怀四海
第一信赖
it is a great work! 这是一个伟大的工程!
but I found one problem, when I run the test project, click some buttons such as 'Launch color editor' and 'Browser sicher', it takes long time, this really dicount this application. so I would like to know the reason for this and any possibility to improve it? 但是我发现一个问题,当我运行测试项目,单击“Launch color editor”和“Browser sicher”按钮时,它需要反应很长时间,这真的让这个应用程序大打折扣。所以我想知道原因或者有可能改善吗?
if it can be changed, then it would be great! 如果它可以改变,那么这将是很棒的程序!
thanks.谢谢。Seems strange that it says "Browser sicher" (which is the German text), since it should print the English text.
很奇怪,它好像说的是“Browser sicher”(德国文本),但是它应该显示的是英语文本。
Do you have a German Windows setting? 你用的是德国的Windows系统设置吗?
Anyway, I never happened to see the long delay. Maybe, if you have the time and the tools, you can profile the code in question to see where he takes that long.
不管怎样,我从来没有发生过长的延迟。也许,如果你有时间和工具,您可以分析文件中的问题代码,看看是哪个地方导致的延迟。
yes, I am using German Windows. 是的,我使用的是德国windows系统。
it displays as German in many places. 它德国在许多地方显示。
just now, I tried to run the test.exe, no this problem, that means only when I run the test.csproj, there is delay! it is strange to me, do you have any idea for this?
刚才,我试着运行test.exe,这个没有问题,这意味着只有当我运行test.csproj的时候有延迟!我很奇怪,你有什么办法吗?
Vielen Dank 十分感谢
the Runtime project inside the test project emits many trace output. when you run the testproject inside vs it will slow down execution. the release configuration has "define TRACE constant" checked. you may remove it. 测试项目内的项目运行时发出许多跟踪输出。当您运行vs中的testproject时,它就会延迟执行。发布配置有“定义TRACE常数”选项,你可以将其删除。
btw. great solution
Thanks for your feedback! 谢谢你的反馈!