Hey,
So I am using Visual Studio 2015 and after downloading everything, I would like to know how to basically build/export the project so I can install it onto my system with the following line I have changed.
BTW this is OBS Classic
The issue is
LNK2019 unresolved external symbol _vfprintf referenced in function _lame_report_def
,
LNK2019 unresolved external symbol__iob_func referenced in function _lame_report_def
, and finally
LNK1120 2 unresolved externals
How do I fix these three errors to compile and run OBS.
Finally, when I build the Solution and Build OBS, where will the files/install stuff go so I can re-install OBS to my system.
Thanks again guys.
EDIT: It's really one error but it's referenced to the 32 and 64 bit
Adding two new things to the errors outputs
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol ___iob_func referenced in function _lame_report_def OBS C:\Users\Abszol\Desktop\OBS-master\libmp3lame-static.lib(util.obj)
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol _vfprintf referenced in function _lame_report_def OBS C:\Users\Abszol\Desktop\OBS-master\libmp3lame-static.lib(util.obj) 1
These two are following in order of the two other errors but with their files
So I am using Visual Studio 2015 and after downloading everything, I would like to know how to basically build/export the project so I can install it onto my system with the following line I have changed.
BTW this is OBS Classic
The issue is
LNK2019 unresolved external symbol _vfprintf referenced in function _lame_report_def
,
LNK2019 unresolved external symbol__iob_func referenced in function _lame_report_def
, and finally
LNK1120 2 unresolved externals
How do I fix these three errors to compile and run OBS.
Finally, when I build the Solution and Build OBS, where will the files/install stuff go so I can re-install OBS to my system.
Thanks again guys.
EDIT: It's really one error but it's referenced to the 32 and 64 bit
Adding two new things to the errors outputs
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol ___iob_func referenced in function _lame_report_def OBS C:\Users\Abszol\Desktop\OBS-master\libmp3lame-static.lib(util.obj)
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol _vfprintf referenced in function _lame_report_def OBS C:\Users\Abszol\Desktop\OBS-master\libmp3lame-static.lib(util.obj) 1
These two are following in order of the two other errors but with their files
Last edited: