From: Ralph T. <ra...@gm...> - 2005-03-22 23:14:21
|
[Whoops! I forgot to copy the list on this one, apologies for any duplicates!] > 4. > compiling and running the win32 visual example gives several asserts and then crashes: > > - first in express_viewer.cpp: void open_editor() > assert(stream.is_open()); At least in the sandbox version (and possibly in the regular version, depending on how you run it) you need to have editor.adm and editor.eve files in the same directory as the visual.exe binary. I have been putting one of the simple examples (like the line path one) in place of the real editor.adm and editor.eve because not all of the widgets work yet. > - then 2 times in void eve_t::implementation_t::solve(slice_select_t select) -> assert(limiter); > > - finally a crash in ui_core.cpp: > void window_t::set_visible(bool make_visible) > { object_m->set_visible(make_visible); } I've seen ui_core.cpp crash because some of the widgets haven't been finished, but not in window_t. I'll try to try using the express beta compiler, but I won't be able to do it for a couple of weeks. Thanks, Ralph > Regards, > Peter |