patch过AppWiz的WTL 9.0
<code class="lang-html"><script> var strPath = window.external.FindSymbol("PRODUCT_INSTALLATION_DIR"); strPath += "VCWizards/"; strPath += window.external.GetHostLocale(); var strScriptPath = strPath + "/Script.js"; var strCommonPath = strPath + "/Common.js"; document.scripts("INCLUDE_SCRIPT").src = strScriptPath; document.scripts("INCLUDE_COMMON").src = strCommonPath; </script></code>改为
<code class="lang-html"><script> document.scripts("INCLUDE_SCRIPT").src = window.external.FindSymbol("SCRIPT_COMMON_PATH") + "/Script.js"; document.scripts("INCLUDE_COMMON").src = window.external.FindSymbol("SCRIPT_COMMON_PATH") + "/Common.js"; </script></code>即可成功解决。
[修改于 9年6个月前 - 2015/06/01 07:30:27]
时段 | 个数 |
---|---|
{{f.startingTime}}点 - {{f.endTime}}点 | {{f.fileCount}} |
200字以内,仅用于支线交流,主线讨论请采用回复功能。