pdp320921 发表于 2011-3-8 19:06:00

[已解决]编译(带选项)时出现错误~~如何解决

本帖最后由 pdp320921 于 2011-3-8 22:06 编辑

...
...
Func install()
        If FileExists (@DesktopDir & "\OTC(Latest)\CTest_v2_4_0201\Install CTest v2.4.0201 and TMS v1.0.19.exe")
                Then
         Run(@DesktopDir & "\OTC(Latest)\CTest_v2_4_0201\Install CTest v2.4.0201 and TMS v1.0.19.exe")
        ElseIf FileExists (@DesktopDir & "\OCT\Install CTest v2.4.0201 and TMS v1.0.19.exe")
                  Run(@DesktopDir & "\OCT\Install CTest v2.4.0201 and TMS v1.0.19.exe")
        EndIf
While 1
      If WinActive("CTest - InstallShield Wizard","Setup Type")
                        Or WinActive("Confirm Uninstall","Do you want to completely")
                Then ExitLoop
      Sleep(10)
WEnd
...
....

the886 发表于 2011-3-8 21:47:50

本帖最后由 the886 于 2011-3-8 21:49 编辑

这么明显都看不出来? 表达示错误这个是中文吧 中文不算,还有小箭头指你看了。。。
if .... then

elseif ... then

endif

pdp320921 发表于 2011-3-8 22:03:19

汗~~~
已经改过了,是编辑排版的问题,拷过去的代码怎么丢了then

谢了,楼上~~
页: [1]
查看完整版本: [已解决]编译(带选项)时出现错误~~如何解决