Changeset 99 for trunk/tests
- Timestamp:
- 06/03/13 18:17:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/lualib_test/lualib_test.cc
r86 r99 10 10 #include <functional> 11 11 #include <nv/gui/gui_element.hh> 12 13 struct test_struct14 {15 std::string f;16 int i;17 };18 12 19 13 int main(int, char* []) … … 32 26 state.do_file( "init.lua" ); 33 27 28 log.set_level( nv::LOG_INFO ); 34 29 for (;;) 35 30 { … … 56 51 if ( !result ) 57 52 { 58 std::string error = lua_tostring( state, -1 );59 std::cout << "ERROR : " << error << std::endl;60 53 continue; 61 54 }
Note: See TracChangeset
for help on using the changeset viewer.