I have a cpp project, a cpp cli project and a c# win forms project. I am using boost log lib in my native cpp project.
When i test my project with a cpp console app, it runs and writes log successfully.
But, when i test it with cli project, i take this error :
Error 2 error LNK1104: cannot open file
‘boost_log-vc100-mt-gd-1_44.lib’
I have downloaded boost lib and I have built boost libs and it has exported libboost_log_setup-vc100-mt-gd-1_44.lib , libboost_log-vc100-mt-gd-1_44.lib files.
How can i fix this? How can i get ‘boost_log-vc100-mt-gd-1_44.lib’ files?
Thanks
I fixed the error. I have built the lib files with the command below :