Ho incluso nel mio progetto (VS 2010) boost\thread.hpp tuttavia non riesco a generare l'eseguibile poichè mi viene dato questo errore di linker:
error LNK1104: cannot open file 'libboost_thread-vc100-mt-gd-1_47.lib'
Come posso risolverlo?
Grazie.
Ho incluso nel mio progetto (VS 2010) boost\thread.hpp tuttavia non riesco a generare l'eseguibile poichè mi viene dato questo errore di linker:
error LNK1104: cannot open file 'libboost_thread-vc100-mt-gd-1_47.lib'
Come posso risolverlo?
Grazie.
Fracty - The Fractal Generator
If you cannot choose a concise name that expresses what the method does, it is possible that your method is attempting to perform too many diverse tasks.