I have embedded ECL into my C++ simulation, and I'd like to be able to call "load" from the si_safe_eval function.<br><br>When I try the following, the error symbol is returned:<br><br>cl_object form = c_string_to_object("(load \"test.lsp\"");<br>
cl_object result = si_safe_eval(3, form, Cnil, g_evalErrorSymbol);<br><br>Thank you for your help.<br><br>Greg<br><br>