Hello John,

As a first step, take a look at :
https://developer.gnome.org/gtkmm-tutorial/3.0/sec-wrapping-hg-files.html
It says :
<quote>The .hg and .ccg source files are very much like .h and .cc C++
source files, but they contain extra macros, such as _CLASS_GOBJECT() and
_WRAP_METHOD(), from which gmmproc generates appropriate C++ source
code</quote>

So make sure you have installed gmmproc!

Hoping help you


2013/6/22 John Emmas <[email protected]>

> or to ask a better question...  "how up to date are the MSVC project files
> that come with glibmm?"
>
> I just tried to build glibmm using MSVC 2005.  The supplied MSVC project
> contains these four "cc" files as the first 4 source files in its list:-
>
>         balancedtree.cc
>         bytearray.cc
>         bytes.cc
>         checksum.cc
>
> However, if I try to compile any of those files (or indeed, most of the
> others) I get an error saying that the relevant file doesn't exist (which
> it doesn't).  Taking those four files as an example, although I can't find
> any such files with the extension ".cc", I do find equivalent files having
> the extension ".hg".  It looks like each ".hg" file should somehow get
> converted to its equivalent ".cc" file.  Should that conversion be getting
> done by the MSVC solution - or do I need to run some kind of pre-build step?
>
> 'README.win32' suggests that I should simply be able to load the MSVC
> solution and then build it, without first needing to do anything special -
> except for adding the relevant 'include' and 'lib' folders for my system.
>  Has something changed since the MSVC projects were constructed?  Or (like
> the README file suggests) should it be very simple to build immediately
> from the MSVC solution?
>
> John
> ______________________________**_________________
> gtkmm-list mailing list
> [email protected]
> https://mail.gnome.org/**mailman/listinfo/gtkmm-list<https://mail.gnome.org/mailman/listinfo/gtkmm-list>
>
_______________________________________________
gtkmm-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to