Hi,<div>I&#39;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 &quot;already defined&quot; linker error. Trying including STL in &quot;ignore library&quot; didn&#39;t resolve my problem.</div><div>I finally succeeded in compiling doing that change: both galib and example1 were compiled with the option &quot;Multi-threaded DLL (/MD)&quot; instead of &quot;Multi-threaded (/MT)&quot; 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>