Re: winemine2 winelib example

2003-12-30 Thread Ralf Juengling
On Tue, December 23 2003 08:51 am, Dimitrie O. Paun wrote: > On December 23, 2003 09:03 am, Vincent Béron wrote: > > Not really. The problem in that case is that winemaker thinks every > > resource file needs to be compiled independantly, when there's really > > only one to compile in that case (as

Re: Re: winemine2 winelib example

2003-12-30 Thread Dimitrie O. Paun
> This was the first time that I learned about the > existence and purpose of winegcc. I couldn't find any > information in the Winelib user's guide > nor is there a man page. Is winegcc quite new? Is more > information available somewhere? Mea culpa. winegcc is relatively new, but this is no e

Re: Re: winemine2 winelib example

2003-12-23 Thread Dimitrie O. Paun
> Doh, I meant bin2res. After making clean I need to > extract them like: > ../../tools/bin2res -o faces.bmp ./rsrc.rc > > Otherwise they aren't available when wrc runs on rc.rc. > Seems odd that wrc can't pull the data out of the src.rc > file itself though. Actually it can, but it's the othe

Re: winemine2 winelib example

2003-12-23 Thread Chris Morgan
On Tuesday 23 December 2003 02:38 pm, Dimitrie O. Paun wrote: > > Should we modify the winelib documentation? The docs > > make it sound like its an easy two step process. > > Yes, we should. We should also modify winemaker to: > 1. Generate MinGW compatible Makefiles > 2. Use winegcc to achi

Re: Re: winemine2 winelib example

2003-12-23 Thread Dimitrie O. Paun
> Should we modify the winelib documentation? The docs > make it sound like its an easy two step process. Yes, we should. We should also modify winemaker to: 1. Generate MinGW compatible Makefiles 2. Use winegcc to achive (1) 3. Drop the configure script altogether. With winegcc ther

Re: winemine2 winelib example

2003-12-23 Thread Chris Morgan
Should we modify the winelib documentation? The docs make it sound like its an easy two step process. Also, is there a way to get wrc to extract all of the objects in an rc file? That would make the rc processing step easier and probably a couple line makefile edit would make the example work

Re: winemine2 winelib example

2003-12-23 Thread Steven Edwards
--- "Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: > On December 23, 2003 09:03 am, Vincent Béron wrote: > > Not really. The problem in that case is that winemaker thinks every > > resource file needs to be compiled independantly, when there's > really > > only one to compile in that case (as it inc

Re: winemine2 winelib example

2003-12-23 Thread Dimitrie O. Paun
On December 23, 2003 09:03 am, Vincent Béron wrote: > Not really. The problem in that case is that winemaker thinks every > resource file needs to be compiled independantly, when there's really > only one to compile in that case (as it includes the other ones). Fundamental problem is that winemake

Re: winemine2 winelib example

2003-12-23 Thread Vincent Béron
Le mar 23/12/2003 à 08:34, Steven Edwards a écrit : > --- Chris Morgan <[EMAIL PROTECTED]> wrote: > > I'm not sure what the issue is with En.rc, I've compared it against > > other > > resource files and it looks quite similar. > > There are a few bugs in the resource handling of wrc. If you che

Re: winemine2 winelib example

2003-12-23 Thread Steven Edwards
--- Chris Morgan <[EMAIL PROTECTED]> wrote: > I'm not sure what the issue is with En.rc, I've compared it against > other > resource files and it looks quite similar. There are a few bugs in the resource handling of wrc. If you check wine-patches from about a week ago I sent in a few patches fo

winemine2 winelib example

2003-12-22 Thread Chris Morgan
After reading about the winamp3 source code release I've been interested in working with winelib. I've been trying to get the winemine2 example to work from the winelib documentation http://winehq.com/site/docs/winelib-user/ winelib-getting-started#WINEMAKER-TEST After doing the winemaker and c