Search found 111 matches

by beneficii
Wed Sep 26, 2012 5:14 pm
Forum: Compiler / Linking / IDE Related
Topic: problems compiling 2.9.4 with msvc 2010 express
Replies: 20
Views: 8609

Re: problems compiling 2.9.4 with msvc 2010 express

OK, I tried your technique, and tried to compile a project by linking to the static libraries, but I still ran into problems. It says that wxbase29u.pdb, one of the libraries I link to in debug mode, is invalid or broken. If I remove the linkage to that file, then it says that wxbase29u_net.pdb has ...
by beneficii
Wed Sep 26, 2012 4:23 pm
Forum: Compiler / Linking / IDE Related
Topic: problems compiling 2.9.4 with msvc 2010 express
Replies: 20
Views: 8609

Re: problems compiling 2.9.4 with msvc 2010 express

I tried that, but it said that there were too many include files, depth = 1024. It says the problem existed in setup.h.

In the IDE itself, when I compile, it just says there was an error, that cmd.exe exited with a return code of 1.
by beneficii
Wed Sep 26, 2012 3:07 pm
Forum: Compiler / Linking / IDE Related
Topic: problems compiling 2.9.4 with msvc 2010 express
Replies: 20
Views: 8609

problems compiling 2.9.4 with msvc 2010 express

I've been very frustrated and read around on this. Basically, I attempted to first convert the '09 dsw file to '10, and I copied the setup.h file like I was supposed to, but I ran into cmd.exe errors, where it would exit with an error code of 1. I looked around, and it said to just use the wx.dsw fi...
by beneficii
Fri Nov 27, 2009 7:15 pm
Forum: wxDev-C++
Topic: Translators needed
Replies: 35
Views: 11678

I'm working at it for Japanese, but I have some questions: Where is this text going to be entered? I see that a word like "Align" is kept separate from words like "To grid" or "To Right," but will the grammatical order be changed for the new language? In Japanese, the ...
by beneficii
Fri Nov 27, 2009 8:49 am
Forum: wxDev-C++
Topic: Translators needed
Replies: 35
Views: 11678

I'm working at it for Japanese, but I have some questions: Where is this text going to be entered? I see that a word like "Align" is kept separate from words like "To grid" or "To Right," but will the grammatical order be changed for the new language? In Japanese, the &...
by beneficii
Fri Nov 27, 2009 6:57 am
Forum: wxDev-C++
Topic: Deriving a class and using it in the frame editor
Replies: 1
Views: 1764

Deriving a class and using it in the frame editor

For my project, it seems that it would be good if I could derive a new ListCtrl class from wxListCtrl and make it virtual. Now, I know how to do that raw code, but I think it would be really snazzy if I could create add that to the components and draw it on the frame using the frame editor. Is there...