home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
How-to compile the Tv Server
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="risu" data-source="post: 203877" data-attributes="member: 25038"><p>You'll get strmbase.lib when you compile dshowsamples.sln from platform SDK samples/multimedia. I had to change one linked file to point to dxerr9.lib instead of dxerr8.lib (Under DMO I think). After that you'll get that strmbase under C:\Program Files\Microsoft SDKs\Windows\v6.0\Samples\Multimedia\DirectShow\BaseClasses\Release or under that 2003 R2 dir (I used Vista SDK). Or if you're after strmbasd.lib it's under Debug-folder, dshowsamples.sln has to be built with debug settings on that case of course.</p><p></p><p>still after I got that one figured, I still can't get tsreader to compile. I'm getting exactly the same linker errors as you:</p><p></p><p>so we're both doing about the same thing wrong, have you figured it out already?</p><p></p><p>EDIT, well not exactly but some of those are the same. I get 7 errors so far:</p><p></p><p>Error 62 error LNK2001: unresolved external symbol "public: virtual long __stdcall CSourceSeeking::GetTimeFormatA(struct _GUID *)" (?GetTimeFormatA@CSourceSeeking@@UAGJPAU_GUID@@@Z) AudioPin.obj </p><p>Error 63 error LNK2001: unresolved external symbol "public: virtual long __stdcall CSourceSeeking::GetTimeFormatA(struct _GUID *)" (?GetTimeFormatA@CSourceSeeking@@UAGJPAU_GUID@@@Z) SubtitlePin.obj </p><p>Error 64 error LNK2001: unresolved external symbol "public: virtual long __stdcall CSourceSeeking::GetTimeFormatA(struct _GUID *)" (?GetTimeFormatA@CSourceSeeking@@UAGJPAU_GUID@@@Z) VideoPin.obj </p><p>Error 65 error LNK2019: unresolved external symbol "protected: __thiscall CSourceSeeking::CSourceSeeking(char const *,struct IUnknown *,long *,class CCritSec *)" (??0CSourceSeeking@@IAE@PBDPAUIUnknown@@PAJPAVCCritSec@@@Z) referenced in function "public: __thiscall CAudioPin::CAudioPin(struct IUnknown *,class CTsReaderFilter *,long *,class CCritSec *)" (??0CAudioPin@@QAE@PAUIUnknown@@PAVCTsReaderFilter@@PAJPAVCCritSec@@@Z) AudioPin.obj </p><p>Error 66 error LNK2001: unresolved external symbol "protected: __thiscall CSourceSeeking::CSourceSeeking(char const *,struct IUnknown *,long *,class CCritSec *)" (??0CSourceSeeking@@IAE@PBDPAUIUnknown@@PAJPAVCCritSec@@@Z) SubtitlePin.obj </p><p>Error 67 error LNK2001: unresolved external symbol "protected: __thiscall CSourceSeeking::CSourceSeeking(char const *,struct IUnknown *,long *,class CCritSec *)" (??0CSourceSeeking@@IAE@PBDPAUIUnknown@@PAJPAVCCritSec@@@Z) VideoPin.obj </p><p>Error 68 fatal error LNK1120: 2 unresolved externals Release/TsReader.ax</p></blockquote><p></p>
[QUOTE="risu, post: 203877, member: 25038"] You'll get strmbase.lib when you compile dshowsamples.sln from platform SDK samples/multimedia. I had to change one linked file to point to dxerr9.lib instead of dxerr8.lib (Under DMO I think). After that you'll get that strmbase under C:\Program Files\Microsoft SDKs\Windows\v6.0\Samples\Multimedia\DirectShow\BaseClasses\Release or under that 2003 R2 dir (I used Vista SDK). Or if you're after strmbasd.lib it's under Debug-folder, dshowsamples.sln has to be built with debug settings on that case of course. still after I got that one figured, I still can't get tsreader to compile. I'm getting exactly the same linker errors as you: so we're both doing about the same thing wrong, have you figured it out already? EDIT, well not exactly but some of those are the same. I get 7 errors so far: Error 62 error LNK2001: unresolved external symbol "public: virtual long __stdcall CSourceSeeking::GetTimeFormatA(struct _GUID *)" (?GetTimeFormatA@CSourceSeeking@@UAGJPAU_GUID@@@Z) AudioPin.obj Error 63 error LNK2001: unresolved external symbol "public: virtual long __stdcall CSourceSeeking::GetTimeFormatA(struct _GUID *)" (?GetTimeFormatA@CSourceSeeking@@UAGJPAU_GUID@@@Z) SubtitlePin.obj Error 64 error LNK2001: unresolved external symbol "public: virtual long __stdcall CSourceSeeking::GetTimeFormatA(struct _GUID *)" (?GetTimeFormatA@CSourceSeeking@@UAGJPAU_GUID@@@Z) VideoPin.obj Error 65 error LNK2019: unresolved external symbol "protected: __thiscall CSourceSeeking::CSourceSeeking(char const *,struct IUnknown *,long *,class CCritSec *)" (??0CSourceSeeking@@IAE@PBDPAUIUnknown@@PAJPAVCCritSec@@@Z) referenced in function "public: __thiscall CAudioPin::CAudioPin(struct IUnknown *,class CTsReaderFilter *,long *,class CCritSec *)" (??0CAudioPin@@QAE@PAUIUnknown@@PAVCTsReaderFilter@@PAJPAVCCritSec@@@Z) AudioPin.obj Error 66 error LNK2001: unresolved external symbol "protected: __thiscall CSourceSeeking::CSourceSeeking(char const *,struct IUnknown *,long *,class CCritSec *)" (??0CSourceSeeking@@IAE@PBDPAUIUnknown@@PAJPAVCCritSec@@@Z) SubtitlePin.obj Error 67 error LNK2001: unresolved external symbol "protected: __thiscall CSourceSeeking::CSourceSeeking(char const *,struct IUnknown *,long *,class CCritSec *)" (??0CSourceSeeking@@IAE@PBDPAUIUnknown@@PAJPAVCCritSec@@@Z) VideoPin.obj Error 68 fatal error LNK1120: 2 unresolved externals Release/TsReader.ax [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
How-to compile the Tv Server
Contact us
RSS
Top
Bottom