compilation error

1999-09-01 Thread Michael Hu
Hi, Have anyone seen this compilation error (under window Visual C++5.0) on 1.5 source distribution ?? Compiling... dsoundcardpmo.cpp C:\freeamp\io\dsound\win32\src\dsoundcardpmo.cpp(260) : error C2065: 'DSBVOLUME_MIN' : undeclared identifier C:\freeamp\io\dsound\win32\src\dsoundcardpmo.cpp(26

RE: ARG!

1999-09-01 Thread ijr
On 31-Aug-99 Timothy Ball wrote: > Last email today I swear! The solaris compile now mostly works... kinda > I had to write another .h file that I called "sunDef.h" that basically > has this: Okay, I just made a small commit that should fix most of the issues you mention here.. ./configure --dis

ncursesUI update ( in a patch this time =) )

1999-09-01 Thread Palpatine
Okay, ID3 info is now displayed. This patch is off the Freeamp 1.5 CVS tree as of 6:30PM EST. Also, I will post a tar.gz of it on http://palp.ioplex.com/freeamp diff -uNrd freeamp/ui/ncurses/ncursesUI.cpp freeamp-new/ui/ncurses/ncursesUI.cpp --- freeamp/ui/ncurses/ncursesUI.cppWed Sep

RE: ncursesUI update ( in a patch this time =) )

1999-09-01 Thread ijr
Heh.. actually, if your checkout was at 6:30 EST, I checked in the changes you sent yesterday less than a minute later.. Oh well. =) I'll do a quick diff of the diffs, and commit the changes. Isaac On 01-Sep-99 Palpatine wrote: > > Okay, ID3 info is now displayed. This patch is off the Free

RE: ncursesUI update ( in a patch this time =) )

1999-09-01 Thread Palpatine
Ah, I have such impeccable timing. =P -palp On Wed, 1 Sep 1999 [EMAIL PROTECTED] wrote: > Heh.. actually, if your checkout was at 6:30 EST, I checked in the changes you > sent yesterday less than a minute later.. Oh well. =) I'll do a quick diff > of the diffs, and commit the changes. >

Forgot to ask...

1999-09-01 Thread Palpatine
For ncursesUI i checked if metadata.Title().c_str()[0] != '\0' too see if there was a valid id3 tag (for title, at least, thats the one I want to output something different for) I couldnt see any other method of checking for a valid id3 tag.. is there one? -palp

Re: Forgot to ask...

1999-09-01 Thread Mark B. Elrod
you can check for metadata.Title().size() if the string is empty it will be zero. i will add a method that will check to see if any of the metadata fields are available. elrod Palpatine wrote: > For ncursesUI i checked if metadata.Title().c_str()[0] != '\0' too see if > there was a valid id3 ta

Re: ARG!

1999-09-01 Thread Timothy Ball
You rock... now everything builds just fine... doesn't wanna play but I think I have enough play w/ gdb that I can help w/ some of that... :) --timball