Re: Aid me with string streams!

1999-09-28 Thread Mark B. Elrod
hmm when i tried this it did not work either. my docs seem to indicate that it only works on input from a stream not output... let me know though! elrod Lee Dohm wrote: > Yes ... there is a way to turn off the delimiter ... I believe it is a > manipulator called skipws > > I'll double check tom

RE: Aid me with string streams!

1999-09-28 Thread Lee Dohm
Yes ... there is a way to turn off the delimiter ... I believe it is a manipulator called skipws I'll double check tomorrow at work with my references, but that should do it. That just turns off the delimiting ... I don't know if you can change the delimiter without changing the underlying facet

Re: Aid me with string streams!

1999-09-28 Thread Mark B. Elrod
I could do the copy and erase bit with the code i have now. streams are so nice and convenient i was hoping to be able to use it. they are so flexible i can't believe there is not a way to say a) give me the remainder of the data or b) turn off the delimiter crap. Speaking of which is there a way

Re: Aid me with string streams!

1999-09-28 Thread robert
On 28 Sep, Mark B. Elrod wrote: > since the mailing list does not like us asking for help int he subject > line here is my message again... > > i have a string which has a bunch of numbers i want to read out and then > a char buffer as well. the string is of the form: > > [num fields] [length f

Aid me with string streams!

1999-09-28 Thread Mark B. Elrod
since the mailing list does not like us asking for help int he subject line here is my message again... i have a string which has a bunch of numbers i want to read out and then a char buffer as well. the string is of the form: [num fields] [length field 1] [length field 2] ... [length field n -

RE: BOUNCE freeamp-dev@freeamp.org: Admin request: /^subject:\s

1999-09-28 Thread Isaac Richards
>From elrod.. majordomo saw the 'HELP' from the subject and bounced it off the list. On 29-Sep-99 [EMAIL PROTECTED] wrote: > i have a string which has a bunch of numbers i want to read out and then > a char buffer as well. the string is of the form: > > [num fields] [length field 1] [length f

Font.h?

1999-09-28 Thread Hiromasa Kato
The latest batches of theme-ui checkins contain some references to "Font.h". Is this supposed to be lowercase "font.h"? All I have is the lowercase files and it is where the Font class is implemented. -- Hiromasa Kato [EMAIL PROTECTED]

Re: 3/4 success :-), patch to who?

1999-09-28 Thread Gabor Fleischer
On Fri, 24 Sep 1999, Isaac Richards wrote: > >#define color_set(a,b) ; > This isn't an optimal solution =) It won't work if color_set exists. > Well this way it doesn't work on debian (or ncurses4.2) Flocsy Gabor Fleischer MAILTO: [EMAIL PROTECTED] URL: http://www.mtesz.hu/~flocsy SMS: [

Re: theme.ui (cvs 28.09 code) visualization problems

1999-09-28 Thread Robert Kaye
Hmmm. I run on NT -- Elrod: did you say that it works on 95? This used to work on your machine? H. Also, I've fixed some random bugs here and there -- you may want to try again after I commit the latest batch of changes. Also, TransIndex got changed to TransColor for loading/performance reaso

theme.ui (cvs 28.09 code) visualization problems

1999-09-28 Thread Valters Vingolds
(I use Win98,VoodooBanshee clone, 1280x1024 video) Basically, no visualization there. NO ANY. I looked and saw that MaskBlitRect has reverted to some code that does not use that MaskBlt that only works on NT, but still, not a thing visible. I changed my video mode to 256 color - and it helped a

stop with fade-out

1999-09-28 Thread Rodolfo Borges
i have implemented a stop with fade-out (like shift-stop in winamp) in the UI that i'm writing. during the fade-out it does: m_playerEQ->AcceptEvent (new VolumeEvent (fade_volume)); and at the end of the fade-out process: m_playerEQ->AcceptEvent (new Event (CMD_Stop)); m_playerEQ->AcceptEvent (