From: John L. <jla...@gm...> - 2006-02-06 20:28:29
|
On 2/6/06, klaas.holwerda <kho...@xs...> wrote: > Francesco Montorsi wrote: > > > I thought it was possible to build wxLua applications (in C++) which > > do not include wxluasetup.h... is it right ? > > Oke i now understand all behind again. > I was under the impression wxluasetup.h was always needed. > But i am not sure. I thought I removed the #include "wxbind/setup/wxluasetup.h" from wxLuaCan? It's not necessary unless in C++ you want to know what parts of wxWidgets you've got. Only modules/wxbind should ever care about wxluasetup.h. -John Labenski |