Discussion:
gtkmm on windows
(too old to reply)
JTK
2010-07-09 18:28:44 UTC
Permalink
If anyone else is using Visual Studios for the project, did anyone
figure out how to integrate gtkmm on any versions of Visual Studios yet?
CS 246 SE Tutor
2010-07-09 20:09:54 UTC
Permalink
Unfortunately, I don't really know too much about Visual Studio, but
this page from the gtkmm documentation may help:

http://library.gnome.org/devel/gtkmm-tutorial/unstable/sec-windows-installation.html.en
Post by JTK
If anyone else is using Visual Studios for the project, did anyone
figure out how to integrate gtkmm on any versions of Visual Studios yet?
Kokul Shanmugharajah
2010-07-15 21:34:24 UTC
Permalink
On 09/07/2010 4:09 PM, CS 246 SE Tutor wrote:
Hey JT,

I have not had much luck getting it to work with VS 2010, but you can
get it to work with VS 2008.

After installing gtkmm, in your VS 2008 project, you should load the
property sheets supplied by the gtkmm install.

For example I installed gtkmm in C:\gtkmm, so I had to tell my visual
studio to add property sheets from
C:\gtkmm\MSVC\gtkmm-vc90-d-2_4.vsprops for debug and
C:\gtkmm\MSVC\gtkmm-vc90-2_4.vsprops for release.

After adding these property sheets, Visual Studio's Intellisense
recognizes the GTKMM libraries and even displays descriptions of each
function in the libraries within the IDE itself.

Hope that helps.
Kokul
Post by CS 246 SE Tutor
Unfortunately, I don't really know too much about Visual Studio, but
http://library.gnome.org/devel/gtkmm-tutorial/unstable/sec-windows-installation.html.en
Post by JTK
If anyone else is using Visual Studios for the project, did anyone
figure out how to integrate gtkmm on any versions of Visual Studios yet?
Continue reading on narkive:
Loading...