Re: Problem with Gtk::manage in Visual Studio 2008
- From: Armin Burgmeier <armin arbur net>
- To: klaus triendl <klaus triendl eu>
- Cc: gtkmm-list gnome org
- Subject: Re: Problem with Gtk::manage in Visual Studio 2008
- Date: Fri, 02 Jan 2009 16:53:05 +0100
On Sat, 2008-12-20 at 18:42 +0100, Armin Burgmeier wrote:
> On Sat, 2008-12-20 at 16:55 +0100, klaus triendl wrote:
> > Pedro Sousa schrieb:
> > > Yes, I'm using the correct version of the Property Sheet, file
> > > gtkmm-vc90-2_4 and gtkmm-vc90-d-2_4 for the Visual Studio 2008.
> >
> > This error happens because one module (exe/dll) allocated memory which
> > is then freed in another module.
> > So in your case I suppose that the Gtk::VBox is created in your exe but
> > freed in the gtkmm module or its dependent modules.
> >
> >
> > 1) gtkmm uses the dynamic runtime
> >
> > Did you follow the instruction on http://live.gnome.org/gtkmm/MSWindows
> > to use the "Multi-threaded Debug" runtime, which is the static runtime?
> > As far as I can tell this is incorrect because gtkmm was linked against
> > the dynamic runtime library.
> > To solve your problem use the dynamic runtime - "Multi-threaded Debug"
> > for the Debug configuration or "Multi-threaded Release" for the Release
> > configuration.
>
> You might be right here. I'll change the Wiki page accordingly if Pedro
> confirms that this is the problem he's experiencing.
Pedro, any luck?
Armin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]