<br><br><br>The code I quoted wasn't copied from my app - I wrote it just for the email. I wish it were that simple.<br><br><br><br><div class="gmail_quote">On Mon, Jul 13, 2009 at 3:43 PM, Jean-Claude Beaudoin <span dir="ltr"><<a href="mailto:jean.claude.beaudoin@gmail.com">jean.claude.beaudoin@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Maybe balancing the parentheses would help a bit:<br><br>cl_object form = c_string_to_object("(load \"test.lsp\")"); <br>
<br><br><div class="gmail_quote"><div><div></div><div class="h5">On Mon, Jul 13, 2009 at 12:07 AM, Greg Santucci <span dir="ltr"><<a href="mailto:thecodewitch@gmail.com" target="_blank">thecodewitch@gmail.com</a>></span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">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><font color="#888888"><br>Greg<br><br>
</font><br></div></div>------------------------------------------------------------------------------<br>
Enter the BlackBerry Developer Challenge<br>
This is your chance to win up to $100,000 in prizes! For a limited time,<br>
vendors submitting new applications to BlackBerry App World(TM) will have<br>
the opportunity to enter the BlackBerry Developer Challenge. See full prize<br>
details at: <a href="http://p.sf.net/sfu/Challenge" target="_blank">http://p.sf.net/sfu/Challenge</a><br>_______________________________________________<br>
Ecls-list mailing list<br>
<a href="mailto:Ecls-list@lists.sourceforge.net" target="_blank">Ecls-list@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/ecls-list" target="_blank">https://lists.sourceforge.net/lists/listinfo/ecls-list</a><br>
<br></blockquote></div><br>
</blockquote></div><br>