Search found 864 matches

by Sof_T
Wed Mar 16, 2011 9:17 pm
Forum: wxDev-C++
Topic: wxdevcpp crash when opening project
Replies: 2
Views: 2257

Two things do you delete the config file before re-installing? If so it the IDE shouldn't be remembering anything between installs so it might have corrupted the .dev file. Is this a private project or are you able to share it to see if it loads on other people's installations?
by Sof_T
Mon Mar 14, 2011 9:05 pm
Forum: wxDev-C++
Topic: RAD GENERATING CODES FROM BOTTOM TO TOP
Replies: 8
Views: 4615

Finally back to programming, I'll gladly beta test any new versions Tony.
by Sof_T
Thu Aug 06, 2009 12:19 pm
Forum: wxDev-C++
Topic: Can't compile using wxWidgets as DLL (v2.8.10)
Replies: 6
Views: 3059

Have you rebuilt the application, it could be due to incompatabilty between the wxWidget library versions.
by Sof_T
Fri Jul 24, 2009 7:08 pm
Forum: wxDev-C++
Topic: Noobie question...
Replies: 24
Views: 9644

Hmm, I had this with the latest installer, not sure why. You need to add the path to the wxWidgets library to your project. Sorry I'm not at my main computer at the moment to give you the full directions, I'll add more here later unless someone beats me to it.
by Sof_T
Sat Jul 18, 2009 11:00 pm
Forum: Open Discussion
Topic: Realtek Audio Driver Problem...
Replies: 5
Views: 4590

What was the problem?
by Sof_T
Fri Jul 17, 2009 7:45 am
Forum: Open Discussion
Topic: Realtek Audio Driver Problem...
Replies: 5
Views: 4590

If you have the right driver are you outputting sound to the correct port. I had the same problem with my new computer, I was channeling sound to the digital out, not the analogue out.
by Sof_T
Fri Jul 17, 2009 6:52 am
Forum: wxDev-C++
Topic: App loaded in memory, Window(wxFrame) not displayed
Replies: 4
Views: 3078

Hi since this forum is dedicated to users of wxDev-C++ and your question is more about C++ programming, you might find you get more response in the C++ forum, as not so many users come through here.
by Sof_T
Thu Jul 09, 2009 7:36 am
Forum: wxDev-C++
Topic: Noobie question...
Replies: 24
Views: 9644

If you drag the windows to the edges of the IDE they will dock and look a lot tidier.
by Sof_T
Wed Jul 08, 2009 7:34 am
Forum: wxDev-C++
Topic: Where is the form editor?
Replies: 10
Views: 5757

The book is now out of date due to big changes in the designer. This will (eventually) be rewritten.
by Sof_T
Tue Jul 07, 2009 12:49 pm
Forum: wxDev-C++
Topic: Where is the form editor?
Replies: 10
Views: 5757

If you go to the Help menu and choose about, what version number of wxDev-C++ does it say? Mine says 7.0 RC5. It is important to know the version number due to changes between versions.
by Sof_T
Tue Jul 07, 2009 12:46 pm
Forum: wxDev-C++
Topic: empty template project and "cannot find -lwxmsw" e
Replies: 9
Views: 4591

And what about the empty template project? Is that normal? I expected something like "Hello world" with a button to press... The empty template just creates a project with the correct library paths, etc for using the wxWidgets libraries. You have to add all the code. So that is quite norm...
by Sof_T
Tue Jul 07, 2009 9:10 am
Forum: wxDev-C++
Topic: Where is the form editor?
Replies: 10
Views: 5757

What version are you using?
by Sof_T
Tue Jul 07, 2009 8:20 am
Forum: wxDev-C++
Topic: empty template project and "cannot find -lwxmsw" e
Replies: 9
Views: 4591

I'm sure you have got the pattern by now, for any of the -lwxmsw files it can't find add a 28 in there :D
by Sof_T
Sun Jul 05, 2009 3:29 pm
Forum: wxDev-C++
Topic: Dev-CPP keeps tossing my form data
Replies: 4
Views: 2353

Rc5 has at least one serious bug which affects the wxform generation at the moment which is why it is still in release candidate and not final release at the moment. I guess it is this bug that is causing your problem. The IDE has undergone some major changes since the last release and unfortunately...
by Sof_T
Sun Jul 05, 2009 7:21 am
Forum: wxDev-C++
Topic: Dev-CPP keeps tossing my form data
Replies: 4
Views: 2353

Which version of the wxWidgets library are you using? I can't find wxTectCtrl::ClearSelection() or wxTectCtrl::RemoveSelection() in my header files Clear and Remove exist and are documented. Next which version wxDev-C++ are you using? on which operating system? and what are the precise steps to repr...