From: John L. <jla...@gm...> - 2006-01-04 22:51:25
|
On 1/4/06, klaas.holwerda <kho...@xs...> wrote: > Hi John and Franscesco, >>There is a problem if building with /NODEFAULTLIB:MSVCRT.LIB in release > Do you know where this setting comes from? > On the wxArt2d list knowledgable persons think it is not a good idea, > and should be solved different. I read those messages, bakefile doesn't seem to be right. Take a look at wxWidgets/build/msw/makefile.vc, search for "/M" and you see that it uses all sorts of variables to store them. Look also at build/msw/config.vc and samples/minimal/makefile.vc. I'm not sure the best way to do this, we need to get wxLua built identically to wxWidgets, and in your case with the wxArt2D library. I would have thought that bakefile was supposed to have "fixed" this, but I never saw how it could work unless the end users bakefiles (our bakefiles) used all the internal variables of the wxWidgets bakefiles. I fought about that a few times on wx-dev, but I couldn't seem to get the seriousness of this problem across. > I am well on the way with my bindings, when i am ready i will try to > make a simple example, to be used as a template in wxLua, unless someone > else prefers to do it? Ok, I'm sorry things are pretty busy for me right now. -John Labenski |