> Is there any other way to create import lib for Visual Studio?

lib -def:foo.def -out:foo.lib

"lib" is the MSVC command that corresponds to "ar" and "dlltool" in
the mingw. Don't use the mingw dlltool to create import libraries for
Visual Studio, at least not MSVS later than version 6, as the
experience I described seems to indicate that mingw import libraries
are not compatible with MSVC ones.

--tml
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to