HTTdesu / SimpleFacerig

Simple motion capture based on dlib and Live2D
MIT License
52 stars 12 forks source link

VS2015 complie error. #1

Open kokomoji opened 5 years ago

kokomoji commented 5 years ago

Hi, I complied on VS2015, but there have been many errors.

Could you tell me the specific steps to compile the code? Thank you!

HTTdesu commented 5 years ago

Thank you for replying me. I guess it may caused by dependencies. As you can see, so many third-party libraries are involved in this demo. You need to check them one by one. I'm not a programmer major in C++, so I use VS2015 to manage these dependencies, instead of the macro #program. Using Alt+Enter to check the property. Actually, there's no more steps except clicking "Run". If you can tell me the specific problem you met, maybe I can find the bug. Maybe I should add a preview to the project? I don't want to put my own photo there, as this is an application of face recognition :(

P.S. I met some strange problems 6 months ago, while I'm using a .cpp file from Assimp. The author is a Japanese, so failure was found on my Chinese operating system due to the character set. Nothing happened during the compile but results were wrong after running. If you are facing such a problem, try another IDE (dev-cpp, cfree5, etc.).

kokomoji commented 5 years ago

Hi, Thanks for you reply,I'll try it myself.