Hi, I'm trying to build the libraries with the Vc7
compiler.  I've seen that others have been successful doing this,
but I get the following error on H263plusVideoStreamParser.cpp:<br>
<br>
&quot;E:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl&quot; -c
-Iinclude -I../UsageEnvironment/include -I../groupsock/include -Ox
-DNDEBUG -c -DCRTA<br>
PI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1&nbsp; -DWIN32
-D_WIN32 -W3 -D_WINNT -D_WIN32_WINNT=0x0500 -D_WIN32_IE=0x0500
-DWINVER=0x0500&nbsp; -D_MT -D_DLL -MD -I.<br>
-I&quot;E:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include&quot; H263plusVideoStreamParser.cpp<br>
H263plusVideoStreamParser.cpp<br>
H263plusVideoStreamParser.cpp(39) : error C2248:
'H263plusVideoStreamFramer::continueReadProcessing' : cannot access
protected member declared in class 'H263plu<br>
sVideoStreamFramer'<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
include\H263plusVideoStreamFramer.hh(45) : see declaration of
'H263plusVideoStreamFramer::continueReadProcessing'<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
include\H263plusVideoStreamFramer.hh(29) : see declaration of
'H263plusVideoStreamFramer'<br>
H263plusVideoStreamParser.cpp(101) : warning C4530: C++ exception
handler used, but unwind semantics are not enabled. Specify /EHsc<br>
H263plusVideoStreamParser.cpp(116) : warning C4390: ';' : empty controlled statement found; is this the intent?<br>
<br>
<br>
Has anyone else come across this?<br>
<br>
Scott Hays<br>