[galib] Linking GALib to visual studio 2010(maybe also 2008) Solution

Paolo Russo engharat at gmail.com
Thu Apr 26 08:33:47 EDT 2012


Hi,
I've finally compiled both library and examples without error on visual
studio 2010
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.
Then I got a bunch of "already defined" linker error. Trying including STL
in "ignore library" didn't resolve my problem.
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.
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... :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/galib/attachments/20120426/3d61429f/attachment.htm


More information about the galib mailing list