Search found 8 matches

by R_W_B
Thu May 19, 2016 1:45 am
Forum: wxDev-C++
Topic: wxDev C debugger error
Replies: 0
Views: 16243

wxDev C debugger error

I notice I can run my project in the debugger if I don't set any breakpoints. But if I set a breakpoint and run the debugger I get this error. ( Error with debugging process GDB Error, no source file named main.cpp ) But I do have the main.cpp in the project. Appreciate any pointers as to what I'm d...
by R_W_B
Wed May 18, 2016 6:49 pm
Forum: wxDev-C++
Topic: How to set Debugging in Build
Replies: 2
Views: 15404

Re: How to set Debugging in Build

Hi, What do you mean by "set debugging"? Set the breakpoint? Run the program under the debugger? Thank you. I want to set the debug in the build settings, on other IDE compilers I've always set the Project build for either debug or release. In fact as I said I found in the wxDevC help fil...
by R_W_B
Wed May 18, 2016 12:34 pm
Forum: wxDev-C++
Topic: How to set Debugging in Build
Replies: 2
Views: 15404

How to set Debugging in Build

Well I tried the debugger, first it asked me if I wanted to add debug info and rebuild, which I clicked yes, then it redundantly asked again saying project out of date and if I wanted to rebuild ?? Which I clicked yes again, ok we're cool so far. But I went immediately to set the debug in the build ...
by R_W_B
Tue May 17, 2016 1:23 am
Forum: wxDev-C++
Topic: Have questions on linking & IDE
Replies: 2
Views: 15686

Re: Have questions on linking & IDE

Thanks for the replies, no I haven't had time to try the debugger yet. I wish you could copy and past from the output window for several reasons but it doesn't appear to have clipboard access. Not sure why I couldn't start it from within the Cmd window, I had changed to the folder, but I must have t...
by R_W_B
Sun May 15, 2016 11:52 pm
Forum: wxDev-C++
Topic: Have questions on linking & IDE
Replies: 2
Views: 15686

Have questions on linking & IDE

Hello, sorry but I'm a newb on wxDevC++ but I have used the DevC++ IDE some. I have a small Main.cpp app that does compile with no errors, but just need some confirmation on a few things. In some cases a simple yes or no will tell me all I need. (1) From experimentation it appears you must first cre...
by R_W_B
Fri May 13, 2016 11:33 am
Forum: wxDev-C++
Topic: Is wxdev-c++ ment to replace dev-c++
Replies: 8
Views: 21338

Re: Is wxdev-c++ ment to replace dev-c++

i'm using both versions here on my pc, a short how to... 1.) install Dev-C++, i changed the default path to "D:\devcpp" because i dont like spaces and special symbols in my pathnames. 2.) make a backup zip file of the complete installed version ie. zip the "D:\devcpp" folder myb...
by R_W_B
Thu May 12, 2016 11:35 pm
Forum: wxDev-C++
Topic: question installing wxDev C with Dev C
Replies: 1
Views: 15002

Re: question installing wxDev C with Dev C

I kept searching various quotes till I found a thread (below) on this forum had everything I needed. Thanks the thread is very complete on the whole scenario. I uninstalled my Dev C++ and will install the wxDev C++. If I spot any difference I might install the old Dev C to a different folder. https:...
by R_W_B
Thu May 12, 2016 4:23 pm
Forum: wxDev-C++
Topic: question installing wxDev C with Dev C
Replies: 1
Views: 15002

question installing wxDev C with Dev C

I have the straight Dev C ++ installed with IDE settings as I like it. But now I see this wxDev C++ that also has a Resource IDE builder that uses widgets. (1) Is this the same IDE and compiler as the original Bloodshed Dev C++ (the one I'm using) ?? only it has the Resource IDE added in ? OR (2) Is...