alantrrs / OpenTLD

:eyes: C++ implementation of TLD
GNU General Public License v3.0
225 stars 99 forks source link

Compiling OpenTLD in Visual C++ 2012 #17

Open aditya2592 opened 11 years ago

aditya2592 commented 11 years ago

Error 52 error LNK1104: cannot open file 'C:\Users\Lauren\Downloads\OpenTLD-master\OpenTLD-master\lib\Debug\tld.lib' C:\blah2\LINK
This error appears when compiling run_tld. The file tld.lib is missing? Any known solutions? Running cmake generates 4 .lib files but tld.lib is not generated

aditya2592 commented 11 years ago

Issue Resolved. TLD.cpp was giving errors on compilation. Correcting the errors and compiling thereafter generated TLD.lib