Search found 23 matches

by brandysboguslaw
Mon Jan 10, 2005 11:25 pm
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 20164

wxdevcpp is the right modulename according to documentation. You can also Browse CVS using Web interface
by brandysboguslaw
Mon Jan 10, 2005 10:27 pm
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 20164

"CVS import" is (if I remember ) for CVS administrator to import code for the first time. Non-admin cannot use that.
by brandysboguslaw
Mon Jan 10, 2005 10:25 pm
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 20164

Just read about "Anonymous CVS Access" at wxdevcpp SourceForge CVS page Basically You must "Check out" code from CVS repository to Your personal folder - this will be called "worked" copy (becouse You work with it locally) Just copy : :pserver:anonymous@cvs.sourceforge....
by brandysboguslaw
Mon Jan 10, 2005 10:19 pm
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 20164

I'm not CVS wizard, but after I little investigation I can operate on it. Of course non-trivial operations like Branch or Merge branches are out of scope for me. In CVS there is version 6.2 + snapshot from 10/19/2004, very old I think.Maybe just delete it all and commit Your fresh version . (using &...
by brandysboguslaw
Mon Jan 10, 2005 10:05 pm
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 20164

Download http://www.tortoisecvs.org/ I saw that Marek had set up CVS for Your project. (I remember this was little pain process) Tortoise make it very easy - install it ! 1. Create some "work" folder when You will save working copy of CVS repository 2.Right-click and choose "CVS check...
by brandysboguslaw
Mon Jan 10, 2005 12:31 pm
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 20164

Update CVS and I hope I can help You with wx-devcpp (becouse I'm using it right now and all those bugs are irritating me) :x
by brandysboguslaw
Wed Dec 29, 2004 1:38 pm
Forum: wxDev-C++
Topic: executable very huge ????
Replies: 14
Views: 8367

Strong advice.
Do not use UPX - you will have a lot memory used , becouse UPX-ed applications cannot share codein memory and twice memory is needed to decompres it before run.Just use good installer to down size of installation (like Inno Setup 4.2.x with lzma support or NSIS) :!:
by brandysboguslaw
Wed Oct 20, 2004 5:30 pm
Forum: General Development
Topic: Thoughts about a cross-platform IDE written in wxWidgets...
Replies: 45
Views: 13715

Is wxCodeDragon compiled available under Windows ? If not there seems to be the main problem for this project, becouse a lot of people (like me ;-) want to try application before they decide to use or not to use it. If it can be simple compiled with Mingw , give me a link to FAQ. I saw somewhere dis...