Re: gnome-defs



I Think I found a beter solution.

The tool I was porting was written in gnome1.
I'm using gnome 2. -stuff.
According to the porting-manaul
http://developer.gnome.org/dotplan/porting/ar01s07.html

I can solve it this way:

If your application was using BEGIN_GNOME_DECLS and END_GNOME_DECLS to
provide protection when linking with C++ programs, you should now
include <glib.h> directly and use G_BEGIN_DECLS and G_END_DECLS which
do the same thing.

Is this a beter way? Also when your working with msvc?

greetz



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