页面文件是用webcomp生成的,在仿真环境下编译运行正常,在目标板环境下编译出现告警:
..src\uemf.h:635: warning:missing closing parenthesis at the end of #pragma
..src\uemf.h:635: warning:Unrecognised value for #pragma pack directive
..src\uemf.h:635: warning:malformed '#pragma pack'
运行时页面显示不正常,从页面查看源代码显示的源代码与输入到webcomp的页面文件有差别。如:
页面查看源代码某一行代码:
<tr><td height="25"><a href="status.asp" target="mainFrame" onCl us()">Status</td></tr>
而原始的页面文件中对应的行为:
<tr><td height="25"><a href="status.asp" target="mainFrame" onClick="onstatus()">Status</td></tr>
请各位高手帮帮忙,急啊!谢谢!