fix for win32bitmap.cpp, file attached

2001-01-10 Thread Jason Slater
this bug occurs on some machines that have "buggy" video drivers -- it deals with the GetDIBits Win32 function, which, according to MS docs, cannot be trusted to work 100%. I quote from http://support.microsoft.com/support/kb/articles/Q74/6/01.ASP "GetDIBits is performed on the device driver lev

Re: [bug fixes]

2001-01-10 Thread Mark B. Elrod
I just wanted to take a moment to say thanks to Jason for his hard work! elrod ___ [EMAIL PROTECTED] http://www.freeamp.org/mailman/listinfo/freeamp-dev

RE: fix for win32bitmap.cpp, file attached

2001-01-10 Thread Isaac Richards
Wow, thanks for all the bug fixes =) I've committed changes to CVS that should cover everything but this one.. If you don't mind double checking things, that'd be great. As for this fix, I'd like to see it as a patch against CVS instead of a full file. The way to do this, using the command lin

heres what I'll be looking at tonight...

2001-01-10 Thread Jason Slater
this is some of the stuff that occurs when we open a stream URL: (right before freeamp crashes). Code looks benign, so crash must be occurring due to either something corrupting the stack just before this code is hit, or I'm not understanding the nitty gritty here ;-) [W] UMR: Uninitialized memo