Search found 214 matches

by daddydave
Thu May 01, 2008 9:19 pm
Forum: Compiler / Linking / IDE Related
Topic: Build Report: Visual C++ 2008 Express & wxWidgets 2.8.6
Replies: 8
Views: 13060

I'm glad this was posted as well, although I haven't had a chance to try it. A lot of the other existing information is either out of date or relates to the full Visual Studio. I linked to this post from wxWiki.
by daddydave
Tue Apr 22, 2008 2:48 pm
Forum: wxDev-C++
Topic: Will it be able to open wxGlade files?
Replies: 1
Views: 988

It's been a while since I have pretended I was a programmer but I used to use wx-DevC++ and wxGlade together, and wxGlade could output to my source files in the same file as my code without touching my own code. "The best of both worlds," in a sense. I loved wxGlade, but sometimes those wx...
by daddydave
Sat Oct 28, 2006 3:18 am
Forum: Open Discussion
Topic: Install monitoring program?
Replies: 2
Views: 1666

Thanks, Priyank! I still like Windows 2000, very stable, so no system restore... Yes GoBack would work... I found ZSoft Uninstaller has the ability to take a snapshot of registry and files and then tell you what changed -- although you'd never know it from the program description. Looks pretty nice....
by daddydave
Thu Oct 19, 2006 4:40 pm
Forum: Open Discussion
Topic: Install monitoring program?
Replies: 2
Views: 1666

Install monitoring program?

Can anyone recommend a program for Windows 2000 and XP that monitors registry and files so that you can install a program and completely roll it back without having to trust the uninstaller to do so? Like the old PC Magazine InCtrl[2345]? utility?
by daddydave
Wed Oct 18, 2006 3:03 pm
Forum: Compiler / Linking / IDE Related
Topic: online copy of install-msw.txt?
Replies: 2
Views: 1529

Thanks!
by daddydave
Wed Oct 18, 2006 2:05 pm
Forum: Compiler / Linking / IDE Related
Topic: online copy of install-msw.txt?
Replies: 2
Views: 1529

online copy of install-msw.txt?

Is there an online copy of install-msw.txt for wx 2.6.3? Seems like it would be on the browseable cvs site but I can't find it (any version)
by daddydave
Thu Oct 12, 2006 3:01 pm
Forum: C++ Development
Topic: wxXmlDocument
Replies: 2
Views: 2447

Wow, that was a quick response! That is sure to be useful. Thank you!
by daddydave
Thu Oct 12, 2006 2:06 pm
Forum: C++ Development
Topic: wxXmlDocument
Replies: 2
Views: 2447

wxXmlDocument

Currently using about a month old version of wxDevCPP (wxWidgets 2.6.2 or 2.6.3, I think), although I think it is more of a general wxwidgets issue The wxXmlDocument example: http://wiki.wxwidgets.org/docbrowse.cgi/wxwin_wxxmldocument.html uses a wxXmlNode::GetNodeContent() method which doesn't exis...
by daddydave
Thu Oct 05, 2006 1:27 am
Forum: Open Discussion
Topic: Popular C++ IDE:s?
Replies: 3
Views: 1685

by daddydave
Fri Sep 29, 2006 3:33 am
Forum: C++ Development
Topic: document/view STL and modern C++
Replies: 5
Views: 2445

Re: document/view STL and modern C++

sergio wrote:

Code: Select all

     m_Frame = (GraphicsFrame *)parent; //dynamic_cast<GraphicsFrame> *(parent) makes this crash!!!
Just a guess, but shouldn't that be

Code: Select all

dynamic_cast<GraphicsFrame*>(parent) 
instead of

Code: Select all

dynamic_cast<GraphicsFrame> *(parent) 
?
by daddydave
Thu Sep 28, 2006 11:57 pm
Forum: Open Discussion
Topic: Know any cross-platform code snippets manager?
Replies: 6
Views: 3173

Jorg wrote:I am also in the process of making my own desktop wiki app because the other apps always seem to lack features...
I look forward to seeing it!
by daddydave
Thu Sep 28, 2006 1:43 am
Forum: Open Discussion
Topic: Know any cross-platform code snippets manager?
Replies: 6
Views: 3173

Maybe TiddlyWiki (http://www.tiddlywiki.com) is the best thing to use for my purposes. Basically you download a self-editing HTML file. You create notes (which could be code snippets -- there is some trick* to keep them from being parsed for markup syntax) and somehow these are magically saved back ...
by daddydave
Tue Sep 26, 2006 10:16 pm
Forum: General Development
Topic: What about image in documentation??
Replies: 5
Views: 1806

by daddydave
Sun Sep 24, 2006 12:57 pm
Forum: wxDev-C++
Topic: wxDev-C++ 6.9beta can't find templates
Replies: 3
Views: 1693

I think you must have just downloaded the 6.9beta executable (devcpp.exe) not the entire installer package. No Did you get this? http://prdownloads.sourceforge.net/wxdsgn/wx-devcpp-6.9beta_setup.exe?download -Tony Yes, and I ran uninstall beforehand. Anyway, I found the templates.zip file and I hav...
by daddydave
Sun Sep 24, 2006 12:49 pm
Forum: wxDev-C++
Topic: wxDev-C++ 6.9beta can't find templates
Replies: 3
Views: 1693

Never mind. I extracted from templates.zip on the alpha site.