The problem is having both Main.exe and Main.dll. Since I am planning to have a large number of exes, shipping a dll for each exe looks like a bad approach
On Sat, Aug 29, 2009 at 1:39 AM, <[email protected]> wrote: > Send Users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Users digest..." > > > Today's Topics: > > 1. Generating executables out of IronPython script (Prabhu Mohan) > 2. Re: Generating executables out of IronPython script > (Dino Viehland) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 28 Aug 2009 19:09:22 +0530 > From: Prabhu Mohan <[email protected]> > To: [email protected] > Subject: [IronPython] Generating executables out of IronPython script > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > > I have been using IronPython 2.0.2 to develop a Microsoft SharePoint > application. I use IronPython studio (Integrated with Visual Studio 2008). > When I build the project, I get an executable along with IronPython.dll and > IronMath.dll which I need to redistribute with the executable. But when I > try to create an executable using PYC I get an executable along with a dll > (say Main.dll with Main.exe). In this case, I need to redistribute > Main.dll, > IronPython.dll, IronMath.dll, IronPython.Modules.dll, > Microsoft.Scripting.Core.dll, Microsoft.Scripting.dll etc., So I need to > know if it is possible to get the same way as IronPython studio provides > without using the studio (using command line or any other tool) > > -- > Kind Regards, > Prabhu > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20090828/066c33c3/attachment.html > > > > ------------------------------ > > Message: 2 > Date: Fri, 28 Aug 2009 17:58:50 +0000 > From: Dino Viehland <[email protected]> > To: Discussion of IronPython <[email protected]> > Subject: Re: [IronPython] Generating executables out of IronPython > script > Message-ID: > < > 1a472770e042064698cb5adc83a12acd04574...@tk5ex14mbxc116.redmond.corp.microsoft.com > > > > Content-Type: text/plain; charset="us-ascii" > > You might be able to use al.exe to link them together - but otherwise no. > Is the problem having both Main.dll + Main.exe (which we could presumably > fix)? Or is it just the large number of assemblies overall? > > From: [email protected] [mailto: > [email protected]] On Behalf Of Prabhu Mohan > Sent: Friday, August 28, 2009 6:39 AM > To: [email protected] > Subject: [IronPython] Generating executables out of IronPython script > > Hi, > > I have been using IronPython 2.0.2 to develop a Microsoft SharePoint > application. I use IronPython studio (Integrated with Visual Studio 2008). > When I build the project, I get an executable along with IronPython.dll and > IronMath.dll which I need to redistribute with the executable. But when I > try to create an executable using PYC I get an executable along with a dll > (say Main.dll with Main.exe). In this case, I need to redistribute Main.dll, > IronPython.dll, IronMath.dll, IronPython.Modules.dll, > Microsoft.Scripting.Core.dll, Microsoft.Scripting.dll etc., So I need to > know if it is possible to get the same way as IronPython studio provides > without using the studio (using command line or any other tool) > > -- > Kind Regards, > Prabhu > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20090828/5de00a03/attachment-0001.htm > > > > ------------------------------ > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > End of Users Digest, Vol 61, Issue 57 > ************************************* > -- Kind Regards, Prabhu
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
