compile + loadbc в избранное  msdn  новое всё   Оценить +1123x:) +-   подписка   модер. 
От: 4day 
Дата: 19.10.09 11:19
Оценка:38 (1)
файл test.htm:
<html><head>
<script type="text/tiscript">
    compile("test.tis","test.js");
    loadbc("test.js");
</script>
</head>
<body>
</body>
</html>


файл test.tis:
function foo()
{
  return "Hello sciter!";
}

view.msgbox(#alert,foo());

Что-то совсем не работает...
При запуске test.htm в sciter.exe ничего не происходит...
По закрытию sciter.exe вылетает ошибка.