[Live-devel] Building with VC7.1
Ross Finlayson
finlayson at live555.com
Thu Mar 2 18:31:59 PST 2006
At 06:23 PM 3/2/2006, you wrote:
> 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:
>
>"E:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl" -c
>-Iinclude -I../UsageEnvironment/include -I../groupsock/include -Ox
>-DNDEBUG -c -DCRTA
>PI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_X86_=1 -DWIN32 -D_WIN32
>-W3 -D_WINNT -D_WIN32_WINNT=0x0500 -D_WIN32_IE=0x0500
>-DWINVER=0x0500 -D_MT -D_DLL -MD -I.
>-I"E:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include"
>H263plusVideoStreamParser.cpp
>H263plusVideoStreamParser.cpp
>H263plusVideoStreamParser.cpp(39) : error C2248:
>'H263plusVideoStreamFramer::continueReadProcessing' : cannot access
>protected member declared in class 'H263plu
>sVideoStreamFramer'
> include\H263plusVideoStreamFramer.hh(45) : see declaration
> of 'H263plusVideoStreamFramer::continueReadProcessing'
> include\H263plusVideoStreamFramer.hh(29) : see declaration
> of 'H263plusVideoStreamFramer'
>H263plusVideoStreamParser.cpp(101) : warning C4530: C++ exception
>handler used, but unwind semantics are not enabled. Specify /EHsc
>H263plusVideoStreamParser.cpp(116) : warning C4390: ';' : empty
>controlled statement found; is this the intent?
>
>
>Has anyone else come across this?
No, but the following should fix the problem:
Change line 44 of "liveMedia/include/H263plusVideoStreamFramer.hh" from
// private:
to
public:
>Scott Hays
>_______________________________________________
>live-devel mailing list
>live-devel at lists.live555.com
>http://lists.live555.com/mailman/listinfo/live-devel
Ross Finlayson
Live Networks, Inc. (LIVE555.COM)
<http://www.live555.com/>
More information about the live-devel
mailing list