Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: rben13 on May 27, 2008, 04:04:09 pm
-
I'm working under windows with CB 8.02 and Qt 4.4. I'm using MingW as my compiler. After some messing around, I can now set up Qt projects properly so they compile and link as they ought to. The problem I have now, is that CB isn't running the application and isn't starting it up under the debuger, GDB.
All suggestions welcome.
Thanks
---
I've also had a few crashing bugs with CB, usually after it has run for quite a long time. Not enough data to show any pattern yet.
When this has happened and I haven't saved my project, that data is lost. I think it might be a good idea to provide an option, probably on by default, where the project get saved every five or ten minutes.
-
Jo rben13,
do you know the QT Workbench plugin http://code.google.com/p/qtworkbench/?
Bye,
Mario
-
I'm trying to use it now, but reality is not matching up with the info on the wiki. I've followed the instructions as best I can, but when I get to the part where I do something with the Qt tab, there is no box to check that says this is a Qt project, clicking on the Advanced tab doesn't do anything, and all the fields are grayed out.
I'm at a loss as to how to get this thing working. I can see its potential, but it's not working for me.
Thanks,
Ray
-
After some messing around, I can now set up Qt projects properly so they compile and link as they ought to.
what exactly are you doing to get the project to work? maybe the working directory of gdb in debug build needs to be set properly.