[GEM-dev] filmQT.cpp - compilation woes

Thoralf Schulze thoralf_schulze at yahoo.de
Thu Jul 7 14:48:37 CEST 2005


Johannes,

thank you.
While we're at it:

there is still an issue with pix_filmNT.cpp and gcc on
line 211:

m_nRawBuffSize =
max(streaminfo.dwSuggestedBufferSize,
m_pbmihRaw->biSizeImage);

"max" isn't recognized as a valid function. gcc
doesn't complain if it is  preceded by a "std::", so
the final line reads:

m_nRawBuffSize =
std::max(streaminfo.dwSuggestedBufferSize,
m_pbmihRaw->biSizeImage);

I hope this is an acceptable workaround ...

with kind regards,
Thoralf.


	
	
		
___________________________________________________________ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com




More information about the GEM-dev mailing list