- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page