Re: How can I run a program compiled with winelib when wine has b een uninstalled.

2004-01-05 Thread Mike Hearn
On Mon, 05 Jan 2004 09:57:34 -0800, Steven Edwards wrote: > Right but...There are going to be problems with this untill WINE 1.0. > If the WINE server protocall or API changes the app will break. For the > time being the only solution would be to ship WINE with the app. Once > we have a 1.0 release

Re: How can I run a program compiled with winelib when wine has b een uninstalled.

2004-01-05 Thread Steven Edwards
Hi Dimi, --- "Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: > This is not a problem: your app has lots of dependencies anyway, > wine will just be one of them. Gnome apps require the Gnome libs, > they don't package those with each app, do they? :) Right but...There are going to be problems with th

Re: How can I run a program compiled with winelib when wine has b een uninstalled.

2004-01-05 Thread Dimitrie O. Paun
On January 5, 2004 11:32 am, Brian Vincent (C) wrote: > Which brings up a good point, is there an easy way to distribute > one? What comes to mind would be some way to adapt the Wine binary > distributions (RPM's, .tgz's) to also install an application at > the same time. This is not a problem

Re: How can I run a program compiled with winelib when wine has b een uninstalled.

2004-01-05 Thread Brian Vincent (C)
Title: Re: How can I run a program compiled with winelib when wine has been uninstalled. >> I'm making efforts to let a program which is compiled with winelib run with >> wine uninstalled. This program was for windows initially, I managed to >> compile it under Linux(Redhat) with winelib. Now