Re: [Mono-list] Mono embedding on Win32?

2004-06-23 Thread Raja R Harinath
Hi, Daniel Morgan [EMAIL PROTECTED] writes: [snip] There is no Cygwin nor Win32 nor Linux version of Mono. The source code is cross-platform. Because source code may use auto* tools and you use cygwin environment to build it does not mean the resulting binaries are cygwin based. If they

RE: [Mono-list] Mono embedding on Win32?

2004-06-23 Thread Jon Watte
For the build script, all you need is cygwin (with the binutils installed) and the build script. Thanks for the suggestion. One of the specific requirements of my request was Win32 everything, not Cygwin, though. Is this possible? How does Mono for Win32 get built? Cheers,

RE: [Mono-list] Mono embedding on Win32?

2004-06-22 Thread Andrew Arnott
I downloaded the installer for the beta3 release of Mono for Win32. I would like to embed Mono in a Win32 app, rather than using Microsoft .NET, because the app also runs on Linux. I am pretty sure you can't embed Mono in your app in such a way that the same compiled version of your app will

RE: [Mono-list] Mono embedding on Win32?

2004-06-22 Thread Jon Watte
Arnott Sent: Tuesday, June 22, 2004 10:50 AM To: [EMAIL PROTECTED] Subject: RE: [Mono-list] Mono embedding on Win32? I downloaded the installer for the beta3 release of Mono for Win32. I would like to embed Mono in a Win32 app, rather than using Microsoft .NET, because the app also runs on Linux

RE: [Mono-list] Mono embedding on Win32?

2004-06-22 Thread Daniel Morgan
The static libraries were omitted out of the installer because most people will not use them. Also, they take up a tremendous amount of space. Anybody needing them would get the source to mono and build it. Building Mono themselves would give them a better understanding of Mono's internals - to

RE: [Mono-list] Mono embedding on Win32?

2004-06-22 Thread Daniel Morgan
Cygwin is used for a build envionment. The end result is a true Win32 executable and does not need Cygwin. -Original Message- From: Jon Watte [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 6:55 PM To: Daniel Morgan; 'Andrew Arnott'; [EMAIL PROTECTED] Subject: RE: [Mono-list