Re: [gtkmm] gtkmm-2.4 and MSVC?



Timothy M. Shead wrote:
I'm wondering if anyone has been able to either

a) Build gtkmm-2.4 under MSVC, or

See this recent thread http://mail.gnome.org/archives/gtkmm-list/2004-August/msg00165.html

b) Link an MSVC app with MinGW gtkmm-2.4? Looking at http://www.mingw.org/mingwfaq.shtml#faq-msvcdll it seems to be doable, but the MinGW gtkmm packages don't seem to include .lib or .def files.

No, this is only possible with C libraries. The C++ name mangling conventions are not same with mingw32 and MSVC -> you need separate DLLs, import libraries and def file. I would be happy to include MSVC-compatible DLLs and import libraries in my installer. Unfortunately, I don't have the time and/or Visual Studio.Net 2003 to even test the 2.2 project files included in the gtkmm tarball (I know there is the express version, but it's in beta).

Cedric



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]