[Live-devel] kindly help
BONNEAU Guy
gbonneau at miranda.com
Thu Apr 1 05:26:49 PDT 2010
Use Visual Studio express 2008. It is available for free. You can find
it at :
http://www.microsoft.com/express/Downloads/#2008-Visual-CPP
This is the best I can do for you! And if you want to absolutely use
Visual 2005 then download and use Visual Studio Express 2008 and study
the projects setup that I sent to the list. Then use what you learned to
setup Visual 2005.
GB
From: live-devel-bounces at ns.live555.com
[mailto:live-devel-bounces at ns.live555.com] On Behalf Of
sindhumaheswari at gmail.com
Sent: Thursday, April 1, 2010 0:02
To: live-devel at ns.live555.com
Subject: Re: [Live-devel] kindly help
hi,
thanks for the link . i saw it. but i am using visual 2005 and vc 6.0
for compiling.
in this platform i want to build the openrtsp for rtsp client. here i am
not able to build the testprogs.mak file. the above said libraries have
to be linked with this file before building
right ?
kindly tell me how to link the libraries with this fiel in vc 6.0 and
after building this file ?
kindly help.
thanks in advance
On Mar 31, 2010 5:46pm, sindhumaheswari at gmail.com wrote:
> hi all,
>
>
>
>
>
>
>
>
> i am trying to replace the http client in my application with rtsp
client. i found ur application worth,
>
>
>
>
>
> but i am having trouble in building it and adding it to my
application. i have successfully built the first 4 libraries namely :
basicusageenvironment, usageenvironment ,groupsock and live media. now i
am trying to build the testprogs.mak i am facing some problems.
>
>
>
>
>
> also i face some probelm while building the openrtsp.cpp.please help
me. i am working in vc 6.0 . also i am a new bie to tat. so kindlyhelp
me build my rtsp client.
>
>
>
>
>
> kindlyhelp me
>
>
>
>
>
>
>
>
> build log for testprogs.mak:
>
>
>
>
>
> "C:\Program Files\Microsoft Visual Studio 8\VC\bin\cl" -c
-I../UsageEnvironment/include -I../groupsock/include
-I../liveMedia/include -I../BasicUsageEnvironment/include -Z7 -Od -c -W3
-DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT
-D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DWIN32
-D_WIN32 -D_MT -D_DLL -MD -I. -I"C:\Program Files\Microsoft Visual
Studio 8\VC\include" testMP3Streamer.cpp
>
>
> testMP3Streamer.cpp
>
>
> link -out:testMP3Streamer.exe -debug:full -debugtype:cv msvcrt.lib
/NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO
-subsystem:console,4.0 msvcrt.lib oldnames.lib kernel32.lib ws2_32.lib
mswsock.lib advapi32.lib testMP3Streamer.obj
../liveMedia/libliveMedia.lib ../groupsock/libgroupsock.lib
../BasicUsageEnvironment/libBasicUsageEnvironment.lib
../UsageEnvironment/libUsageEnvironment.lib
>
>
> testMP3Streamer.obj : warning LNK4044: unrecognized option
"manifestdependency:type='win32' name='Microsoft.VC80.CRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> msvcrt.lib(cinitexe.obj) : warning LNK4078: multiple ".CRT" sections
found with different attributes (C0300040)
>
>
> libliveMedia.lib(RTCP.obj) : warning LNK4044: unrecognized option
"manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libliveMedia.lib(MPEG1or2AudioRTPSink.obj) : warning LNK4044:
unrecognized option "manifestdependency:type='win32'
name='Microsoft.VC80.DebugCRT' version='8.0.50608.0'
processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libliveMedia.lib(MediaSink.obj) : warning LNK4044: unrecognized option
"manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libliveMedia.lib(MP3FileSource.obj) : warning LNK4044: unrecognized
option "manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libliveMedia.lib(Media.obj) : warning LNK4044: unrecognized option
"manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libliveMedia.lib(RTPInterface.obj) : warning LNK4044: unrecognized
option "manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libliveMedia.lib(RTPSink.obj) : warning LNK4044: unrecognized option
"manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libliveMedia.lib(RTPSource.obj) : warning LNK4044: unrecognized option
"manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libliveMedia.lib(rtcp_from_spec.obj) : warning LNK4044: unrecognized
option "manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libliveMedia.lib(AudioRTPSink.obj) : warning LNK4044: unrecognized
option "manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libliveMedia.lib(MultiFramedRTPSink.obj) : warning LNK4044:
unrecognized option "manifestdependency:type='win32'
name='Microsoft.VC80.DebugCRT' version='8.0.50608.0'
processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libliveMedia.lib(FramedSource.obj) : warning LNK4044: unrecognized
option "manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libliveMedia.lib(MP3StreamState.obj) : warning LNK4044: unrecognized
option "manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libliveMedia.lib(FramedFileSource.obj) : warning LNK4044: unrecognized
option "manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libliveMedia.lib(MediaSource.obj) : warning LNK4044: unrecognized
option "manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libliveMedia.lib(InputFile.obj) : warning LNK4044: unrecognized option
"manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libliveMedia.lib(MP3Internals.obj) : warning LNK4044: unrecognized
option "manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libliveMedia.lib(MP3InternalsHuffman.obj) : warning LNK4044:
unrecognized option "manifestdependency:type='win32'
name='Microsoft.VC80.DebugCRT' version='8.0.50608.0'
processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libgroupsock.lib(Groupsock.obj) : warning LNK4044: unrecognized option
"manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libgroupsock.lib(Groupsock.obj) : warning LNK4044: unrecognized option
"manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libgroupsock.lib(NetAddress.obj) : warning LNK4044: unrecognized
option "manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libgroupsock.lib(inet.obj) : warning LNK4044: unrecognized option
"manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libgroupsock.lib(GroupsockHelper.obj) : warning LNK4044: unrecognized
option "manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libgroupsock.lib(NetInterface.obj) : warning LNK4044: unrecognized
option "manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libgroupsock.lib(NetInterface.obj) : warning LNK4044: unrecognized
option "manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libgroupsock.lib(GroupEId.obj) : warning LNK4044: unrecognized option
"manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libBasicUsageEnvironment.lib(BasicUsageEnvironment.obj) : warning
LNK4044: unrecognized option "manifestdependency:type='win32'
name='Microsoft.VC80.CRT' version='8.0.50608.0'
processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libBasicUsageEnvironment.lib(BasicTaskScheduler.obj) : warning
LNK4044: unrecognized option "manifestdependency:type='win32'
name='Microsoft.VC80.CRT' version='8.0.50608.0'
processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libBasicUsageEnvironment.lib(DelayQueue.obj) : warning LNK4044:
unrecognized option "manifestdependency:type='win32'
name='Microsoft.VC80.CRT' version='8.0.50608.0'
processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libBasicUsageEnvironment.lib(BasicHashTable.obj) : warning LNK4044:
unrecognized option "manifestdependency:type='win32'
name='Microsoft.VC80.CRT' version='8.0.50608.0'
processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libBasicUsageEnvironment.lib(BasicUsageEnvironment0.obj) : warning
LNK4044: unrecognized option "manifestdependency:type='win32'
name='Microsoft.VC80.CRT' version='8.0.50608.0'
processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libBasicUsageEnvironment.lib(BasicTaskScheduler0.obj) : warning
LNK4044: unrecognized option "manifestdependency:type='win32'
name='Microsoft.VC80.CRT' version='8.0.50608.0'
processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libUsageEnvironment.lib(strDup.obj) : warning LNK4044: unrecognized
option "manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT'
version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libUsageEnvironment.lib(UsageEnvironment.obj) : warning LNK4044:
unrecognized option "manifestdependency:type='win32'
name='Microsoft.VC80.DebugCRT' version='8.0.50608.0'
processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
>
>
> libgroupsock.lib(Groupsock.obj) : error LNK2001: unresolved external
symbol ___security_cookie
>
>
> libgroupsock.lib(inet.obj) : error LNK2001: unresolved external symbol
___security_cookie
>
>
> libgroupsock.lib(GroupsockHelper.obj) : error LNK2001: unresolved
external symbol ___security_cookie
>
>
> libliveMedia.lib(MultiFramedRTPSink.obj) : error LNK2001: unresolved
external symbol ___security_cookie
>
>
> libliveMedia.lib(MP3StreamState.obj) : error LNK2001: unresolved
external symbol ___security_cookie
>
>
> libliveMedia.lib(MP3Internals.obj) : error LNK2001: unresolved
external symbol ___security_cookie
>
>
> libliveMedia.lib(MP3InternalsHuffman.obj) : error LNK2001: unresolved
external symbol ___security_cookie
>
>
> testMP3Streamer.obj : error LNK2001: unresolved external symbol
___security_cookie
>
>
> libliveMedia.lib(RTCP.obj) : error LNK2001: unresolved external symbol
___security_cookie
>
>
> libliveMedia.lib(MP3FileSource.obj) : error LNK2001: unresolved
external symbol ___security_cookie
>
>
> libliveMedia.lib(RTPInterface.obj) : error LNK2001: unresolved
external symbol ___security_cookie
>
>
> libgroupsock.lib(Groupsock.obj) : error LNK2001: unresolved external
symbol @__security_check_cookie at 4
>
>
> libgroupsock.lib(inet.obj) : error LNK2001: unresolved external symbol
@__security_check_cookie at 4
>
>
> libgroupsock.lib(GroupsockHelper.obj) : error LNK2001: unresolved
external symbol @__security_check_cookie at 4
>
>
> libliveMedia.lib(MultiFramedRTPSink.obj) : error LNK2001: unresolved
external symbol @__security_check_cookie at 4
>
>
> libliveMedia.lib(MP3StreamState.obj) : error LNK2001: unresolved
external symbol @__security_check_cookie at 4
>
>
> libliveMedia.lib(MP3Internals.obj) : error LNK2001: unresolved
external symbol @__security_check_cookie at 4
>
>
> libliveMedia.lib(MP3InternalsHuffman.obj) : error LNK2001: unresolved
external symbol @__security_check_cookie at 4
>
>
> testMP3Streamer.obj : error LNK2001: unresolved external symbol
@__security_check_cookie at 4
>
>
> libliveMedia.lib(RTCP.obj) : error LNK2001: unresolved external symbol
@__security_check_cookie at 4
>
>
> libliveMedia.lib(MP3FileSource.obj) : error LNK2001: unresolved
external symbol @__security_check_cookie at 4
>
>
> libliveMedia.lib(RTPInterface.obj) : error LNK2001: unresolved
external symbol @__security_check_cookie at 4
>
>
> libBasicUsageEnvironment.lib(BasicUsageEnvironment0.obj) : error
LNK2001: unresolved external symbol __imp____iob_func
>
>
> libliveMedia.lib(InputFile.obj) : error LNK2001: unresolved external
symbol __imp____iob_func
>
>
> libliveMedia.lib(MP3Internals.obj) : error LNK2001: unresolved
external symbol __imp____iob_func
>
>
> libliveMedia.lib(MP3InternalsHuffman.obj) : error LNK2001: unresolved
external symbol __imp____iob_func
>
>
> libBasicUsageEnvironment.lib(BasicUsageEnvironment.obj) : error
LNK2001: unresolved external symbol __imp____iob_func
>
>
> libliveMedia.lib(RTCP.obj) : error LNK2001: unresolved external symbol
__imp____iob_func
>
>
> libliveMedia.lib(MediaSink.obj) : error LNK2001: unresolved external
symbol __imp____iob_func
>
>
> libliveMedia.lib(RTPInterface.obj) : error LNK2001: unresolved
external symbol __imp____iob_func
>
>
> libliveMedia.lib(MP3StreamState.obj) : error LNK2001: unresolved
external symbol __imp____iob_func
>
>
> libliveMedia.lib(RTCP.obj) : error LNK2001: unresolved external symbol
__ftol2_sse
>
>
> libliveMedia.lib(InputFile.obj) : error LNK2001: unresolved external
symbol __imp___stat64i32
>
>
> libgroupsock.lib(GroupsockHelper.obj) : error LNK2001: unresolved
external symbol __imp___ctime64
>
>
> libgroupsock.lib(GroupsockHelper.obj) : error LNK2001: unresolved
external symbol __imp___ftime64
>
>
> testMP3Streamer.exe : fatal error LNK1120: 7 unresolved externals
>
>
> NMAKE : fatal error U1077: 'link' : return code '0x460'
>
>
> Stop.
>
>
> Error executing NMAKE.
>
>
>
>
>
>
>
>
> error log for openrtsp:
>
>
>
>
>
> Command Lines
>
>
> Creating temporary file "C:\DOCUME~1\e480177\LOCALS~1\Temp\RSP166.tmp"
with contents
>
>
> [
>
>
> kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib
odbccp32.lib /nologo /subsystem:console /incremental:yes
/pdb:"Debug/openRTSP.pdb" /debug /machine:I386 /out:"Debug/openRTSP.exe"
/pdbtype:sept
>
>
> ".\Debug\openRTSP.obj"
>
>
> ]
>
>
> Creating command line "link.exe
@C:\DOCUME~1\e480177\LOCALS~1\Temp\RSP166.tmp"
>
>
> Output Window
>
>
> Linking...
>
>
> openRTSP.obj : error LNK2001: unresolved external symbol "public:
static class RTSPClient * __cdecl RTSPClient::createNew(class
UsageEnvironment &,int,char const *,unsigned short)"
(?createNew at RTSPClient@@SAPAV1 at AAVUsageEnvironment@@HPBDG at Z)
>
>
> openRTSP.obj : error LNK2001: unresolved external symbol "unsigned
short tunnelOverHTTPPortNum" (?tunnelOverHTTPPortNum@@3GA)
>
>
> openRTSP.obj : error LNK2001: unresolved external symbol "public: char
* __thiscall RTSPClient::sendOptionsCmd(char const *,char *,char *,class
Authenticator *,int)"
(?sendOptionsCmd at RTSPClient@@QAEPADPBDPAD1PAVAuthenticator@@H at Z)
>
>
> openRTSP.obj : error LNK2001: unresolved external symbol "unsigned int
statusCode" (?statusCode@@3IA)
>
>
> openRTSP.obj : error LNK2001: unresolved external symbol "public: char
* __thiscall RTSPClient::describeURL(char const *,class Authenticator
*,unsigned int,int)"
(?describeURL at RTSPClient@@QAEPADPBDPAVAuthenticator@@IH at Z)
>
>
> openRTSP.obj : error LNK2001: unresolved external symbol "public: char
* __thiscall RTSPClient::describeWithPassword(char const *,char const
*,char const *,unsigned int,int)"
(?describeWithPassword at RTSPClient@@QAEPADPBD00IH at Z)
>
>
> openRTSP.obj : error LNK2001: unresolved external symbol "public:
unsigned int __thiscall RTSPClient::setupMediaSubsession(class
MediaSubsession &,unsigned int,unsigned int,unsigned int)"
(?setupMediaSubsession at RTSPClient@@QAEIAAVMediaSubsession@@III at Z)
>
>
> openRTSP.obj : error LNK2001: unresolved external symbol "public:
unsigned int __thiscall RTSPClient::playMediaSession(class MediaSession
&,double,double,float)"
(?playMediaSession at RTSPClient@@QAEIAAVMediaSession@@NNM at Z)
>
>
> openRTSP.obj : error LNK2001: unresolved external symbol "double
duration" (?duration@@3NA)
>
>
> openRTSP.obj : error LNK2001: unresolved external symbol "double
scale" (?scale@@3NA)
>
>
> openRTSP.obj : error LNK2001: unresolved external symbol "double
initialSeekTime" (?initialSeekTime@@3NA)
>
>
> openRTSP.obj : error LNK2001: unresolved external symbol "public:
unsigned int __thiscall RTSPClient::teardownMediaSession(class
MediaSession &)"
(?teardownMediaSession at RTSPClient@@QAEIAAVMediaSession@@@Z)
>
>
> LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
>
>
> Debug/openRTSP.exe : fatal error LNK1120: 13 unresolved externals
>
>
> Error executing link.exe.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20100401/2ff0b3f7/attachment-0001.html>
More information about the live-devel
mailing list