From: John L. <jla...@gm...> - 2006-02-02 17:14:53
|
On 2/2/06, k. holwerda <kla...@nl...> wrote: > >> On 2/1/06, Francesco Montorsi <f18...@ya...> wrote: > >> > >>>>>>> 1) STC (more generically CONTRIB) problem > >>>>>> > >>>> I tried to disconnect wxSTC from the wxWidgets wrappers last night. = I > >>>> think it will take some doing however. Since they'll share the same > >>>> lua namespace, they don't have to, but I would like the generic > >>>> flexibility of putting multiple wrappers into the same namespace, an= y > >>>> additional wrappers overwrite earlier ones. I have to do some readin= g > >>>> up on how to add more to lua in C. I hope it won't be too hard. > >>> > >>> ok, let me know if I can help in some way... > >> > >> I believe I got it to work. It currently generates a library that you > >> link to in addition to the wxbind library. You can now add any > >> arbitrary number of libraries to any lua namespace. > > > I will test against the sample wxluacan, is something special needed? > I still have no answer on if i can add it or not? What is the problem? Yes, please add it. I forgot to respond. > > there is the possibility that some day wx contrib stuff will be moved > > in wxCode or somewhere else... so I would use > > wxLua/bindings/wxstc/stc.i rather than > > wxLua/bindings/wxwidgets/contrib/stc/stc.i ... > > me too. Ok all done and committed. I haven't updated the bakefiles, but the Makefiles work in linux. -John Labenski |