Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

sample_decode is not working

Mohammad_T_1
Beginner
285 Views

Hi

When i open the sample_decode project in VS-2013 and trying to build it, there is an error C1083:Cannot open include file: 'atlbase.h'. No such file or directory.  

When i include the header atlbase.h and link it's lib(atlsd.lib), then there are various linking error. 

I want to debug sample_decode to understand the code. I am using Windows8.1 O.S. , Media SDK: 6.0.0.388, Visual Studio 2013, Intel i3-4150 CPU @3.50GHz.

Kindly help me to solve this issue.

Thank you

0 Kudos
2 Replies
Mohammad_T_1
Beginner
285 Views

Hi 

Want to add one thing more, I am using VS 2013 Express Edition. And i am including atlbase.h from VS2010 and linking lib file from VS2010.

Thank you

0 Kudos
Harshdeep_B_Intel
285 Views

Hi Mohammad, 

Looks like this issue is more suitable to ask in VS Microsoft forum as it is related to lib linkers in VS and not specific to mediaSDK or samples. But I do have have few quick following suggestions.

  • Visual Studio Express edition does not come with ATL headers such as atlbase.h required by windows template library and including previous VS versions header files might also not work as it could miss adding other related header files. 
  • You mite want to check and update to latest windows driver kit here: https://msdn.microsoft.com/en-us/library/windows/hardware/dn641605(v=vs.85).aspx and follow the workaround, which mentions downloading ATL headers from Visual Studio Extension gallery. 
  • Here is a link to a blog which provides steps on how to  include ATL headers in VS 2013 express edition.

Hope above information helps. For further media related questions, please post your questions in media forum: https://software.intel.com/en-us/forums/intel-media-sdk. It will be easier for us to track and respond. 

Thanks, 

0 Kudos
Reply