From: tiennou <tie...@gm...> - 2007-03-30 18:48:17
|
Le 30 mars 07 =C3=A0 20:21, Tito Dal Canton a =C3=A9crit : > I'm experiencing problems building your latest commit to trunk. You =20= > use > wxTextCtrl::ChangeValue, but I don't have it nor could find it in the > latest documentation. What's its purpose? Could you use something =20 > else? Strange, I got it there : http://wxwidgets.org/manuals/stable/=20 wx_wxtextctrl.html#wxtextctrlchangevalue I used this because http://wxwidgets.org/manuals/stable/=20 wx_wxtextctrl.html#wxtextctrlsetvalue is marked as deprecated... Feel free to change my code if you have a better way (or if you can't =20= use ChangeValue at all...) > Also wxFD_SAVE is undefined, but I haven't investigated about that =20 > yet. Hmm I think this is wx deprecating identifiers... I think you can =20 replace those with wxSAVE... > You should also remember to put those boring wxT's when calling > wxLogError, I get mad every time ;-). Sorry, I forget every time... What a pain to add those macros =20 everywhere. I'm wondering why I don't get any errors about them when =20 I build, whereas they drive you crazy... Bye tiennou= |