Search found 3 matches

by mich181189
Wed Jul 05, 2006 1:35 am
Forum: wxDev-C++
Topic: dialog fails to open
Replies: 2
Views: 802

Thanks. It was the include I was missing. While reading other forum posts, it became obvious how to add headers that dont get deleted by the interface designer.
by mich181189
Tue Jul 04, 2006 11:11 pm
Forum: wxDev-C++
Topic: How do I build using a 3rd-party dll?
Replies: 2
Views: 773

are you including the header files?
by mich181189
Tue Jul 04, 2006 11:09 pm
Forum: wxDev-C++
Topic: dialog fails to open
Replies: 2
Views: 802

dialog fails to open

Hi, I'm trying to open a dialog using the following code: About::About(this); About::About.ShowModal(); in a button event, however it keeps saying About does not exist. I ahve created it as a dialog. The problem is ABout is a separate class in a separate file, and it has been compiled to a separate ...