GoaLitiuM / libobs-sharp

[not maintained] C# wrapper for libobs 0.15.4 (part of obs-studio, multiplatform rewrite of Open Broadcaster Software)
GNU General Public License v2.0
52 stars 33 forks source link

Issues with building obs-studio #18

Closed Raj123456788 closed 8 years ago

Raj123456788 commented 8 years ago

I followed this https://github.com/jp9000/obs-studio to build Obs Studio to get 31 projects but ended up with these 49errors:freetype.lib(bdf.obj) : error LNK2019: unresolved external symbol sprintf referenced in function _bdf_parse_properties

the project text-Freetype2 is throwing errors: error LNK2019: unresolved external symbol sprintf referenced in function _bdf_parse_properties

Can you please tell me troubleshooting steps?

GoaLitiuM commented 8 years ago

There is some issues in building obs-studio with VS2015, try building the project with VS2013 compiler.

If you have any more issues with building obs-studio, please follow their instructions in their GitHub wiki pages.