From: John L. <jla...@gm...> - 2005-08-01 03:12:04
|
On 7/31/05, klaas.holwerda <kho...@xs...> wrote: > Hi John, >=20 > I don''t understand how i need to generate the bindings. > I see a genwxbind.bat, but it gives errors and nothing more. What errors? See below about probably solving them. > From source.bkl, i get the idea there should be a whole lot of file in > .../modules/wxbind/src. > But even the nmake -f makefile.vc does not generate those files. > So i think i have to do it myself. See wxLua/apps/wxlua/src/wrap.lua also wrap.bat. These files are used to generate the wrapper files. If you can call them from your cmake file somehow you can just copy and use them. See also the Makefile_import makefile and wxLua_wx26.dsp also in the apps/wxlua/src dir. Eventually we can just have the wrapper files pregenerated, but I figured that until we get things sorted out, just generate them locally. Regards, John Labenski |