From: John L. <jla...@gm...> - 2006-04-07 22:21:19
|
On 4/7/06, Christian Buhtz <ys...@gm...> wrote: > Do I understand wxCode right that that is the way to get new code in the > official wxWidgets release? No, wxCode is a repository for small to medium sized projects that are add-ons to wxWidgets providing new widgets, data classes or whatnot. > concret: I want a CopyDir() function in wxWidgets. I would write it, but > not for my own. And there is somewhere a CopyDir() function from an > other wx-user. There were some answers about this on wx-users IIRC. For single little functions like this putting them into a new project wxCode would be overkill. I haven't used wxforum myself, but it looks like a good place to put functions like this. I am tempted to add the CopyDir function from here http://wxforum.shadonet.com/viewtopic.php?t=3D2080 into my filebrowser class which is part of the wxthings project. Regards, John Labenski |