Search found 23 matches

by brandysboguslaw
Fri Jan 28, 2005 9:25 pm
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 19970

For debug purpose OutputDebugString Win API is wonderfull solution. Only one external program dbgview is needed, and everyone can send debug log.Also only a little system resources are needed.
by brandysboguslaw
Fri Jan 14, 2005 5:45 pm
Forum: Announcements and Discoveries
Topic: Code::Blocks IDE version 1.0-beta4 released!
Replies: 9
Views: 4299

Check wxIDE from CVS of abandoned (?) CodeDragon project (else named wxStudio) http://sourceforge.net/projects/wxstudio There is simple debugger for VC++ using dbghelp.dll : it can probably set breakpoint,view callstack,view variables . I coud'nt try to compile wxIDE , but this debugger would be ver...
by brandysboguslaw
Fri Jan 14, 2005 11:42 am
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 19970

Probably path problem.
By the way : is GExperts really needed ? I know it is usefull but maybe not required ? I used to use OutputDebugString WinAPI for debugging (and with dbgview) - it is much more powerfull even with NT service applications.
by brandysboguslaw
Fri Jan 14, 2005 9:49 am
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 19970

Just open each package from source\vcl and install into IDE
I think that we should prepare such directory structure that even installing packages wthouse would be not needed - all directories should be set in project configuration.
by brandysboguslaw
Thu Jan 13, 2005 9:02 pm
Forum: Announcements and Discoveries
Topic: Code::Blocks IDE version 1.0-beta4 released!
Replies: 9
Views: 4299

What about abandoned ? project Code Dragon (wxCode ?)
Some time ago I downloaded CVS sources but it was not usable.Anyway there was quite complete debugger for VC++ inside. Could You use this code ?
by brandysboguslaw
Thu Jan 13, 2005 8:56 pm
Forum: wxDev-C++
Topic: executable very huge ????
Replies: 14
Views: 8305

Check if You must include all those libraries like odbc, wsock32.
by brandysboguslaw
Thu Jan 13, 2005 6:47 pm
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 19970

Guru, I have fixed two small bugs in wxdevcpp, but I insist to first update CVS and make all dependiences stipped down.Actually only a little of JCL and JVCL components are needed and the best way I see is created own package including only required files.Also Your january-snapshot does not contains...
by brandysboguslaw
Thu Jan 13, 2005 12:56 pm
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 19970

I could send You zipped ThemeManager I use (stripped version) with Delphi personal.Contact : [email protected]
by brandysboguslaw
Thu Jan 13, 2005 8:47 am
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 19970

Just delete dbrtl package - Delphi 6 personal does not have any Database controls.As I remember You should also delete ThremeDB or something from ThemeManager6.dpk
by brandysboguslaw
Tue Jan 11, 2005 10:01 pm
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 19970

OK.I have succesfully compiled wxdevcpp 6.6 Beta from Guru snapshot. Now I'm trying to understand better how sizers should work.Sily thing , but using DialogBlocks I can create simple dialog in minutes , but using wxdevcpp - no ..... ;-) Caould somebody explain me how to set sizer to autoresize cont...
by brandysboguslaw
Tue Jan 11, 2005 9:12 pm
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 19970

What components are exactly required from JVCL and JCL ? I installed all and Delphi 6 PE is very slow now.I wish I could use only those required for wxdevcpp compilation.
by brandysboguslaw
Tue Jan 11, 2005 6:34 pm
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 19970

Use TortoiseCVS. It is GOOD THING
by brandysboguslaw
Tue Jan 11, 2005 6:32 pm
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 19970

No need to set private or public keys. Marek just uploaded 6. wxdevcpp version and set You as administrator.You can use sourceForge CVS as I described in previous reply. I have started using SourceForge CVS as a ClamMail project administrator and must confess that it was not so difficult as i have a...
by brandysboguslaw
Tue Jan 11, 2005 5:01 pm
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 19970

I encourage You to put this snapshot into CVS. CVS is really good thing.
by brandysboguslaw
Tue Jan 11, 2005 8:50 am
Forum: wxDev-C++
Topic: when to expect new dev-cpp?
Replies: 58
Views: 19970

I have build it some day ago. But now CVS is broken, external components are missing.