Re: Visual C++ express 2005
- From: "Mickael Drean" <mickael drean gmail com>
- To: "Jonathon Jongsma" <jonathon jongsma gmail com>
- Cc: gtkmm-list gnome org
- Subject: Re: Visual C++ express 2005
- Date: Fri, 11 Aug 2006 21:17:24 +0200
the other IDE is code::block.
with Gtk::manage it's Ok, but i have still others, i'm trying to search before posting them. Sometimes it's really stupid!!!
one which i don't understand :
void AddWindow(CFenetre*& pFenetre = NULL,int pos = -1);
error C2440: 'default argument' : impossible de convertir de 'int'
en 'CFenetre *&' //--in english, it's "impossible to converter from
'int' to ...
2006/8/11, Jonathon Jongsma <jonathon jongsma gmail com>:
On 8/11/06, Mickael Drean <mickael drean gmail com> wrote:
> It quite strange because i took my files project i've done with another IDE
> and which generate a program without any problems. And when i got under
> Visual C++ express i got lot's of errors. I precise that the basic exemple
> works.
>
> an exemple of error:
>
> Gtk::Button* ButCanc = manage(new
> Gtk::Button((Gtk::Stock::CLOSE)));
>
> error C3861: 'manage' : identificateur introuvable //--> in english it
> should be 'untraceable identifier'
>
>
> Any idea ?
>
>
> Mick
>
what if you use Gtk::manage?
--
jonner
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]