Re: [Ironpython-users] embedding and compiling

2013-01-07 Thread Jeff Hardy
I'm pretty sure this is the best way to do it right now. It might be possible to use the import machinery directly, but I'm not sure off the top of my head. - Jeff On Sun, Jan 6, 2013 at 4:37 PM, Peter Schwalm wrote: > Hello, > > I could figure it out myself now, not for a service yet, but for a

Re: [Ironpython-users] embedding and compiling

2013-01-06 Thread Peter Schwalm
Hello, I could figure it out myself now, not for a service yet, but for a c# console program. If anybody is interested here is the code snippet: class Program { static int Main(string[] args) { int rv = 0; // load the dll that results from ipy-co