Hi,<div>I've finally compiled both library and examples without error on visual studio 2010<br><div>First I found a bunch of error of unresolved external while compiling example1; I had to add galib.lib to the linker-input-additional dependencies.</div>
</div><div>Then I got a bunch of "already defined" linker error. Trying including STL in "ignore library" didn't resolve my problem.</div><div>I finally succeeded in compiling doing that change: both galib and example1 were compiled with the option "Multi-threaded DLL (/MD)" instead of "Multi-threaded (/MT)" in properties-C/C++-Code generation-Runtime library.</div>
<div>I hope to have helped someone stuck on the same error.And I hope to have not lost anything changing to dynamic library instead of static... :)</div>