Re: [wxCode-users] [wxCode users] problems with file uploads

2009-05-16 Thread Francesco Montorsi
Hi Luciano, Luciano C. ha scritto: > I am having troubles uploading files to the website and documentation space > of wxCode. > The docs on wxCode's maintainer guide says: > > Hostname: shell.sourceforge.net > Username: yourSFusername > Folder where you should copy your docs: > /home/

Re: [wxCode-users] bakefile gdiplus lib

2009-05-16 Thread Francesco Montorsi
klaas.holwerda ha scritto: > Francesco Montorsi wrote: >> I think it should just be fine. I think that in fact we have no changes we >> need >> to preserve in wxCode wxpresets bakefiles respect official wxpresets. We >> keep a >> copy there just to facilitate baking for wxCode maintainers... >>

Re: [wxCode-users] bakefile gdiplus lib

2009-05-16 Thread klaas.holwerda
Francesco, I updated from CVS, but the linking problem is still there (gdiplus.lib is not in the makefile.vc. And with nmake it is a problem. Next i discovered that wxLua and wxstedit follow different ways to set unicode and debug. wxstedit: nmake -f makefile.vc WX_UNICODE=1 WX_DEBUG=1 wxLua &