Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TheNetFlyer

    Linker error editing DirectShow source filter (VC++ 6)

    Thank you very much! However I have found the problem, it was very subtle... The DirectShow filter is written in C++, but the library is compiled in C, so the "name decoration" is different. To make compatible a C library with an application written in C++ it's necessary to set to __cdecl* the...
  2. TheNetFlyer

    Linker error editing DirectShow source filter (VC++ 6)

    yes, I try to add the library in the project following Project->Add to Project->Files... the library is shown in the source file list, but the result is the same...
  3. TheNetFlyer

    Linker error editing DirectShow source filter (VC++ 6)

    I'm editing a DirectShow source filter starting from the PushSource filter of the DXSDK9 samples. I want to use an MPEG2 decoder internally in this filter and I try to link a library doing this. I add it in in Project->Settings->Link form of VisualC++ 6.0 and the library is in the project...
  4. TheNetFlyer

    Linker error programming DirectShow source filter

    I'm editing a DirectShow source filter starting from the PushSource filter of the DXSDK9 samples. I want to use an MPEG2 decoder internally in this filter and I try to link a library doing this. I add it in in Project->Settings->Link form of VisualC++ 6.0 and the library is in the project...

Part and Inventory Search

Back
Top