Search found 5 matches

by mraman
Mon Sep 07, 2009 8:35 am
Forum: wxDev-C++
Topic: GDB is not working
Replies: 66
Views: 15547

Is a working debugger for RC5 available?

I understand from the thread that the debugger indeed has some problems, which is limiting my ability to debug a problematic code.
Has a debugger for RC5 been made available?
thanks
by mraman
Mon Sep 07, 2009 8:19 am
Forum: General Forum Issues
Topic: How to: on Search?
Replies: 2
Views: 5952

How to: on Search?

Hi, There possibly is a way (I hope) for this, but I am unable to locate it. So seeking help. couldn't easy locate it on the FAQ either. I invoke a search command and as a result of a successful search, I get a bunch of answers or topics. I click one of them to view its content, but I do not see any...
by mraman
Sat Aug 15, 2009 12:48 pm
Forum: wxDev-C++
Topic: "[Resource Error] - preprocessing failed" Error in
Replies: 10
Views: 11004

I think the problem is that wxDev-C++ is installed in a directory who's path includes spaces. We've seen some systems where this works and others where it doesn't. On my system, spaces in the path name are handled just fine. However, on yours it might not be. -Tony Well, that leaves me nowhere. Is ...
by mraman
Fri Aug 14, 2009 11:31 am
Forum: wxDev-C++
Topic: "[Resource Error] - preprocessing failed" Error in
Replies: 10
Views: 11004

After some research I have some feel for what's happening and likely source of the problem First it is do with compilation of the .rc file using windres compiler o WxDev-c++ does some jugglery and creates a filename##_private.res which basically includes the original filename.rc and tries compiling...
by mraman
Fri Aug 14, 2009 10:09 am
Forum: wxDev-C++
Topic: "[Resource Error] - preprocessing failed" Error in
Replies: 10
Views: 11004

I too faced this problem building the example files that come with wxWidget on wxDev-C++. I was hoping to see a reply to your query.
In the meantime, I went to the project options and disabled include in compilation option and the project got built :o