Software Archive
Read-only legacy content
17061 Discussions

Real Time Face Tracking and Animation

ggera
Novice
411 Views

please excuse my ignorance of C++--I am trying to run this example posted on the developer forum (Intel® RealSense™ SDK-Based Real-Time Face Tracking and Animation | Intel® Software )-I am using  Visual Studio 15 --using Windows 10. Though FaceME compiles, FaceDemo continually throws this error(below)--any HELP or suggestions much appreciated...

 

ErrorC1083  Cannot open include file: 'dxsdkver.h': No such file or directory  FaceDemo

line 14 DXUT.h

 
 
 
0 Kudos
4 Replies
JesusG_Intel
Moderator
411 Views

Hello Geraldine,

Please ask your question at the RealSense Community. This forum in the Intel Developer Zone will soon be archived and all support will be handled in RealSense Community.

Meanwhile, I will work on getting an answer for you.

Regards,

Jesus Garcia

Intel Customer Support

0 Kudos
JesusG_Intel
Moderator
411 Views

Hello Geraldine, I noticed that one of the authors of the article answered your comment:

It looks like your system has no Microsoft DirectX SDK install , please download it from https://www.microsoft.com/en-us/download/details.aspx?id=6812

 

0 Kudos
ggera
Novice
411 Views

Thanks for the quick response + advise! /this helped greatly though still left with one error that prevents running (see below)/so tried online suggestions re. this error (https://social.msdn.microsoft.com/Forums/en-US/5150eeec-4427-440f-ab19-aecb26113d31/updated-to-vs-2015-and-now-get-unresolved-external-errors?forum=vcgeneral) but unfortunately this doesn't work/please any suggestions! (and if anyone gets this running?)..:

Severity    Code    Description    Project    File    Line    Suppression State
Error    LNK2019    unresolved external symbol __vsnwprintf referenced in function "long __stdcall StringVPrintfWorkerW(unsigned short *,unsigned int,unsigned int *,unsigned short const *,char *)" (?StringVPrintfWorkerW@@YGJPAGIPAIPBGPAD@Z)    FaceDemo    C:\Users\deenie\Downloads\FaceTrackingSampleQ\FaceTrackingSample\FaceDemo_DXUT\dxerr.lib(dxerrw.obj)    1    

0 Kudos
Noam_G_
Beginner
411 Views

other than not building dbg , see this - http://stackoverflow.com/questions/31053670/unresolved-external-symbol-vsnprintf-in-dxerr-lib

should help you get around this linker error (see changing "Platform Toolset")

0 Kudos
Reply