From: John L. <jla...@gm...> - 2006-01-25 04:50:02
|
On 1/24/06, klaas.holwerda <kho...@xs...> wrote: > and in the others i see wxluasetup.h ? > > Generated the bindings once more, and no it is luasetup.h all over?? > I wonder what i did do wrong? It's called wxluasetup.h now. > So leafs the not found target. > > I see in the modules a split in sourse and headers, nice! > Can it be made non capital in all cases? > > In apps.dsw, i get can not open wxmsw27d_xrc.lib, indeed that i don't > have ;-) > I have wxmsw26d_xrc.lib, how come? The last update using bakefile has changed from 26 to 27. I use wxWidgets CVS head so this is not a problem, but we should revert to 26 since that is the stable brach of wxWidgets. > How does one deal with stedit in the second target? Maybe that should go > into install.html too. What second target? > > Trying to test it. > > > > In the project file wxLua.dsw, VC6 could not find target app_wxLua, it > > seems to search for > > wxLua/apps/build/msw/apps.dsp. > > And indeed i could not find it, although there is apps.dsw. > > > > Can you fix that? apps.dsp has been removed, do another checkout. > > Is there already a cleanall /deep ? I see that things get mixed up in > > project files, so a real good/all clean like in wxArt2D is needed i > > think. A clean checkout is probably best. -John |