Click here to Skip to main content
15,883,842 members
Articles / Programming Languages / C#
Tip/Trick

Use Intel Perceptual Computing SDK with VS2012

Rate me:
Please Sign up or sign in to vote.
4.00/5 (2 votes)
26 Jan 2013CPOL1 min read 14.4K   3  
Use Intel Perceptual Computing SDK with VS2012.

Introduction

As we all know the official release of Intel's PCSDK beta 2 works with VS2008 or VS2010. And till the time this article is written there is no official announcement from Intel that helps developers to know that they are able to develop apps using SDK with VS2012.

But I recently find a way to use the SDK with vs2012. I found it on different Intel forums and it took me a whole hour to exactly combine the different procedures on different URLs to solve out the issue. And I'm summarizing the quickest and easiest way to do that. All you have to do is follow these simple steps.

Follow these steps

  • Copy sample files from folder "program file" in windows directory to My Documents. So that if you uninstall the sdk it will not delete the required file to develop a S/W.
  • Open sample\common\libpxcutils.sln in Visual Studio 2012 and rebuild it to regenerate libpxcutils.lib in 2012 format.
  • Try to run by pressing F5. You may get warnings like this (Warning1 " warnin MSB8012: TargetPath(C:\Users\Vikas\Docu.... or Warning2 " warning MSB8012: TargetName(libpxcutils) does not match t.........). If so then, Copy the "libpxcutils.lib" either from folder "sample\common\lib\win32" or from ""sample\common\lib\win32\v100" to folder "sample\common\lib\win32\v110".
  • Now again rebuild it and Run by pressing F5.

This time it will run without any error. Now to check that everything is ok, just open any sample solution ( from "PCSDK\sample" folder and run it.) It will run without any error.

And now you are able to develop any app or software using Intel's Perceptual Technology. Happy Developing.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Canada Canada
.................................

Comments and Discussions

 
-- There are no messages in this forum --