[Live-devel] Building with VC7.1

Stas Desyatnlkov stas at mer.co.il
Tue Mar 14 08:33:47 PST 2006


I had similar problem but I solved it by removing H263 files. I do not
need H263 support. If you do please let me know if it works for you so
I'll use the same patch.

-----Original Message-----
From: live-devel-bounces at ns.live555.com
[mailto:live-devel-bounces at ns.live555.com] On Behalf Of Ross Finlayson
Sent: Friday, March 03, 2006 4:32 AM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Building with VC7.1

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/>

_______________________________________________
live-devel mailing list
live-devel at lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel




More information about the live-devel mailing list