arturoc / FaceSubstitution

Face substitution experiments using ofxFacetracker
Other
436 stars 120 forks source link

LNK2019 #39

Open jupaesbri opened 8 years ago

jupaesbri commented 8 years ago

Hi everyone, I have some problem when I compile Face Substitution in VS2015, using OF v0.9.3. There are some LNK errors that I can't fix, I already did all that other forums indicate, I could fix some ofxFaceTracker examples errors but sitll can't fix this in particular:

First, Why do I have to copy and paste Clone.h?

I had some issues with drawHighlightString("drag an image here", 10, 30); so I replaced it for: ofDrawBitmapStringHighlight("drag an image here", 10, 30);

After that, I configured some properties on Output Propierties "/%(RelativeDir)/" things

And last ones, some LNK2019 and LNK2001 errors that I can't fix. Would you help me please? Thank you very much!