eclipse-cdt
Eclipse Table widget with SWT.CHECK is fireing two events when a TableItem is selected
I\'m making an Eclipse (3.6.2) CDT (7.0.2) Plugin which uses my own wizard page (extending MBSCustomPage). This wizard page shows a Table filled with some TableItems that can be checked or unchecked b[详细]
2023-04-13 09:48 分类:问答How can I debug a C++ executable compiled externally (with debug flags set) from inside Eclipse?
I have a large C++ project, different parts of which are compiled in different ways (bjam/make). I was having trouble getting it to build from within Eclip开发者_JS百科se. Could I build the code exter[详细]
2023-04-11 10:14 分类:问答Installation and maintenance of multiple versions of OpenCV (applicable to any other 3rd party library as well)
I have been trying to do build and use OpenCV 2.3.0 on my Fedora15 Lovelock 64bit machine. Background:[详细]
2023-04-10 17:21 分类:问答Is there a way to #define a C macro that is only defined while in an Eclipse editor window?
I\'m using Eclipse Galileo with CDT for C development targeting embedded devices. Like so many other compilers targeted at µcontrollers, the IAR compiler uses some non-standard variable types that E[详细]
2023-04-09 16:48 分类:问答How do I setup libxml in Eclipse Indigo CDT C++
This all is under Mac OS X 10.6 and the libxml librar开发者_Python百科ies seem to be in /usr/local/libxml2/libxml, I added this to the GNU C++ support but still I get errors for the code that uses lib[详细]
2023-04-08 20:02 分类:问答No output when running C++ applications via Eclipse CDT IDE
Eclipse can build my applications for me so far, and I can execute them directly (via Windows 7 Explorer), but I get no results when I use the run command via the CDT perspective. The console tab only[详细]
2023-04-08 16:57 分类:问答Makefile-based Eclipse CDT with run/debug launch configuration depend on release/debug build configuration
I have a Makefile that based on given target (all/debug) generates executable in release/debug directories on the project folder.[详细]
2023-04-08 14:29 分类:问答OpenGL + GLEW + MinGW application linking issue
I\'m getting some undefined references when building my project. Here\'s the build log: **** Build of configuration Debug for project test ****[详细]
2023-04-08 03:58 分类:问答More comfortable way renaming a Class in Eclipse using CDT for C++?
I\'m wonder开发者_运维问答ing if there\'s an easier way using CDT for this refactoring task. Not only a simple renaming, alsoa rename of header and source files, correcting all #include statements, re[详细]
2023-04-07 20:19 分类:问答Eclipse projects in VCS
What Eclipse specific files should I add to the VCS (Subversion, GIT, etc...) when sharing an Eclipse project?[详细]
2023-04-07 19:52 分类:问答