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.

Getting linking error in VS 2015

Renit_S_
Beginner
304 Views

Hello,

I converted my project from VS 2010 to VS 2015.

But I am getting following linking error

In my project I include Sample_Common.lib (Intel media sdk sample project) in my one of the project SampleAVICapture.lib

And then I am linking SampleAVICapture.lib in my main project. So during compilation of my main project I am getting following error.

SampleAVICapture.lib(sample_utils.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1900' in TmbFile.obj

Please suggest solution for it.

Regards

Renit

0 Kudos
1 Reply
Stav_S_Intel
Employee
304 Views

Hi Renit,

Sample_common.lib should be recompiled using same version of studio as program it is being linked with.

Please recompile with VS 2015 and you should be OK :) 

 

Regards,

Stav

0 Kudos
Reply