From: k. h. <kla...@nl...> - 2006-02-15 16:26:15
|
Hi John, John Labenski wrote: >>Do you not get this? >> >> > >No, it works on two different machines in MSW and Linux. It adds some >rects and an ellipse. Try doing another checkout maybe? > > That is right, i will try again. Yesterday imy windows PC gave up, needs a reinstall. So i tried on Linux, did a make clean, and cvs upadte, and compiled all. The result was that nor wxlua or wxluacan did even startup. And you guys seem to have it all functional. So i will start from scatch again, to see if that solves it all. If i only new what is going wrong :-( >>I think it would make thinks easier. >> >> > >I'm still a little sketchy about smart pointers. Does the template >code work in MSVC 6? > Sure, it is simple template code. >The last I tried templates VC6 couldn't handle >them and I gave up. > > Difficult template stuff is hard, but this is all oke. >Your smart pointer class is just a single header file right? > > Not exactly. The class itself yes, but a list of smrt pointers now uses a simple a2dlist as base, is derived from STL as container. Before we used wxList as container, but i am glad i moved to STL. Anyway for wxLua wxList is maybe the best choice for the moment, so i can easily make that again. Just a few lines of code. I think i best prepare a header and source file, containing all that is needed here. This will make it simple for you to use it. Klaas -- Unclassified |