<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
The embedded solution... is there a mean ?<br>
<br>
Thanks<br>
<br>
JoeSox a &eacute;crit&nbsp;:
<blockquote
 cite="mid785694cd0607120649w3f0f0d0fhc4f0e841fc027ed4@mail.gmail.com"
 type="cite">
  <pre wrap="">On 7/12/06, Fr&eacute;d&eacute;ric Cadier <a class="moz-txt-link-rfc2396E" href="mailto:f.cadier@free.fr">&lt;f.cadier@free.fr&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks Eyvind,

but this forces me to transfer my IP code in some C# strings ! What i
want is being able to use the assembly generated from my ip scripts
(using the language service of the VS20005 SDK) and then use it in my C#
code...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Do you mean something like...?

Engine1.AddToPath("E:\\Myscriptfolder");
cn_Engine1.Execute("import myscript");
cn_Engine1.Execute("m=myClass()");
cn_Engine1.Execute("m.mydef()");

Or do you mean how do you embed your files and compile a C# .dll?
--
Later, Joe
_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.ironpython.com">users@lists.ironpython.com</a>
<a class="moz-txt-link-freetext" href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a>



  </pre>
</blockquote>
</body>
</html>