RE: compiling!

2002-02-18 Thread Sylvain Rebaud
I am not sure but you probably have to specify in the Tools/Options/Directories/Include folders of Msdev where you installed/unziped the sgi stl for msdev to find what it needs. -s -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael

error compiling freeamp with vc++ 6.0

2002-02-06 Thread Sylvain Rebaud
I am trying to compile freeamp and I am having some issues. First it cant find a file called hashtable.h in player.h and secondly its missing min and max. Any idea? -s

RE: MP3 player in WinCE??

2002-02-06 Thread Sylvain Rebaud
Of Sylvain Rebaud Sent: Wednesday, February 06, 2002 8:13 PM To: [EMAIL PROTECTED] Subject: RE: MP3 player in WinCE?? It actually wouldn't be too hard. You should first try to create a config.wce based on config.w32 in the config folder that would work for CE. I am willing to help if you want

httpinput rare bug

2000-06-12 Thread Sylvain Rebaud
kipped over by the code shown below. One fix would be to test first for the "\r\n\r\n" termination. Another would be to test for both, etc... Sylvain ___ [EMAIL PROTECTED] http://www.freeamp.org/mailman/listinfo/freeamp-dev

Re: [ANNOUNCE] I am an Idiot... Update to FreeAmp Available

1999-12-20 Thread Sylvain
I noticed that the update was saying MB instead of KB I think or maybe my 28.8 modem was suddenly behaving like a DSL :-) Sylvain - Original Message - From: Mark B. Elrod [EMAIL PROTECTED] To: FreeAmp Developer List [EMAIL PROTECTED] Sent: Sunday, December 19, 1999 10:14 PM Subject

Re: Error running theme.ui

1999-10-09 Thread Sylvain
On 8 Oct, Sylvain wrote: Thanks all. Got it but can't get theme.ui to work with visions xml file. It looks like ParseColor() is writing over pBitmap creating an exception.. using theme.xml (latest from robert). Are you using visual studio 6? I tried it with visual studio 6

Re: ParseColor -- potential problem

1999-10-09 Thread Sylvain
It worked. Thanks. - Original Message - From: Mayhem Chaos Coordinator [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 08, 1999 3:35 PM Subject: ParseColor -- potential problem I think I may have found a potential problem in ParseColor. I cannot currently check the

Error running theme.ui

1999-10-08 Thread Sylvain
Thanks all. Got it but can't get theme.ui to work with visions xml file. It looks like ParseColor() is writing over pBitmap creating an exception.. using theme.xml (latest from robert). if (oElement == string("Bitmap")) { Bitmap *pBitmap; Color oColor; #ifdef WIN32

Re: theme.ui architecture

1999-10-07 Thread Sylvain
I must say I am a little lost. Where is that theme.ui everybody's talking about ? I took the latest freeamp from CVS but I can't find anything about a theme UI in it. Any idea ? Sylvain - Original Message - From: Mark B. Elrod [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday