how do i have to confige dev-cpp, so that i can compile gtkmm projects in a windows environment??? i have downloaded the source packages, and put them into the include directory, but that doesn't work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In compiler options in 'Directories' / C++ includes.
( Because gtkmm is C++ ).
Add path(s) as:
'C:\MinGW\include\gtkmm' ect...you may need more then one!.
The 'gtkmm' above will be a folder for the gtkmm library.
j@ck_
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
how do i have to confige dev-cpp, so that i can compile gtkmm projects in a windows environment??? i have downloaded the source packages, and put them into the include directory, but that doesn't work.
In compiler options in 'Directories' / C++ includes.
( Because gtkmm is C++ ).
Add path(s) as:
'C:\MinGW\include\gtkmm' ect...you may need more then one!.
The 'gtkmm' above will be a folder for the gtkmm library.
j@ck_