Difference between revisions of "FAQ"
From Code::Blocks
MortenMacFly (talk | contribs)  | 
				m (Updated index.)  | 
				||
| Line 1: | Line 1: | ||
[[Category:Code::Blocks Documentation]]  | [[Category:Code::Blocks Documentation]]  | ||
| − | <!-- Editors, note that the HTML anchors are for external websites that have not updated their links; new questions added to the index can safely ignore this. -->  | + | <!-- Editors, note that the HTML anchors (<span id="..."></span>) are for external websites that have not updated their links; new questions added to the index can safely ignore this. -->  | 
== [[FAQ-General|General]] ==  | == [[FAQ-General|General]] ==  | ||
| Line 26: | Line 26: | ||
== [[FAQ-Compiling (errors)|Compiling (errors)]] ==  | == [[FAQ-Compiling (errors)|Compiling (errors)]] ==  | ||
| − | |||
* <span id="Q:_How_do_I_troubleshoot_a_compiler_problem.3F"></span>'''[[FAQ-Compiling (errors)#Q: How do I troubleshoot a compiler problem?|How do I troubleshoot a compiler problem?]]'''  | * <span id="Q:_How_do_I_troubleshoot_a_compiler_problem.3F"></span>'''[[FAQ-Compiling (errors)#Q: How do I troubleshoot a compiler problem?|How do I troubleshoot a compiler problem?]]'''  | ||
| + | * '''[[FAQ-Compiling (errors)#Q: My simple C++ program throws up lots of errors - what is going on?|My simple C++ program throws up lots of errors - what is going on?]]'''  | ||
* <span id="Q:_I_imported_a_MSVCToolkit_project.2Fworkspace.2C_but_Code::Blocks_insists_on_trying_to_use_GCC._What.27s_wrong.3F"></span>'''[[FAQ-Compiling (errors)#Q: I imported a MSVCToolkit project/workspace, but Code::Blocks insists on trying to use GCC. What's wrong?|I imported a MSVCToolkit project/workspace, but Code::Blocks insists on trying to use GCC. What's wrong?]]'''  | * <span id="Q:_I_imported_a_MSVCToolkit_project.2Fworkspace.2C_but_Code::Blocks_insists_on_trying_to_use_GCC._What.27s_wrong.3F"></span>'''[[FAQ-Compiling (errors)#Q: I imported a MSVCToolkit project/workspace, but Code::Blocks insists on trying to use GCC. What's wrong?|I imported a MSVCToolkit project/workspace, but Code::Blocks insists on trying to use GCC. What's wrong?]]'''  | ||
* <span id="Q:_When_compiling_a_wxWidgets_project.2C_I_get_several_.22variable_.27vtable_for_xxxx.27_can.27t_be_auto-imported.22._What.27s_wrong.3F"></span>'''[[FAQ-Compiling (errors)#Q: When compiling a wxWidgets project, I get several "variable 'vtable for xxxx' can't be auto-imported". What's wrong?|When compiling a wxWidgets project, I get several "variable 'vtable for xxxx' can't be auto-imported". What's wrong?]]'''  | * <span id="Q:_When_compiling_a_wxWidgets_project.2C_I_get_several_.22variable_.27vtable_for_xxxx.27_can.27t_be_auto-imported.22._What.27s_wrong.3F"></span>'''[[FAQ-Compiling (errors)#Q: When compiling a wxWidgets project, I get several "variable 'vtable for xxxx' can't be auto-imported". What's wrong?|When compiling a wxWidgets project, I get several "variable 'vtable for xxxx' can't be auto-imported". What's wrong?]]'''  | ||
| Line 51: | Line 51: | ||
* <span id="Q:_I_cannot_find_any_text_in_my_Code::Blocks_logs.3F"></span>'''[[FAQ-Issues and Workarounds#Q: I cannot find any text in my Code::Blocks logs?|I cannot find any text in my Code::Blocks logs?]]'''  | * <span id="Q:_I_cannot_find_any_text_in_my_Code::Blocks_logs.3F"></span>'''[[FAQ-Issues and Workarounds#Q: I cannot find any text in my Code::Blocks logs?|I cannot find any text in my Code::Blocks logs?]]'''  | ||
* <span id="Q:_Scrolling_causes_gray_areas.2Fdistortions_to_obscure_my_code_in_the_editor.3F"></span>'''[[FAQ-Issues and Workarounds#Q: Scrolling causes gray areas/distortions to obscure my code in the editor?|Scrolling causes gray areas/distortions to obscure my code in the editor?]]'''  | * <span id="Q:_Scrolling_causes_gray_areas.2Fdistortions_to_obscure_my_code_in_the_editor.3F"></span>'''[[FAQ-Issues and Workarounds#Q: Scrolling causes gray areas/distortions to obscure my code in the editor?|Scrolling causes gray areas/distortions to obscure my code in the editor?]]'''  | ||
| + | * '''[[FAQ-Issues and Workarounds#Q: I cannot type a greater-than '>' sign?|I cannot type a greater-than '>' sign?]]'''  | ||
Revision as of 22:34, 15 December 2011
General
- What is Code::Blocks?
 - What Code::Blocks is not?
 - What license is Code::Blocks released under?
 - Is it possible to integrate the win32-help as in dev-cpp, to get help on the items under the caret?
 
Compiling (general)
- What compiler can I use with Code::Blocks?
 - My project should be compiled with a custom makefile. Is it possible with Code::Blocks?
 - I have downloaded MS VC++ Toolkit 2003 for a compiler. How do I tell Code::Blocks that it is my compiler?
 - Microsoft calls MSVCRT.DLL a "Known DLL." How do I know if I can/should use it?
 - How can I use a DLL without DEF or LIB files?
 - Where are the libraries for the OpenGL, Ogre3D, SDL, QT, wxWidgets etc. projects?
 - Is it possible to use Visual C++ 6.0 with Code::Blocks?
 - I would like to compile a project using some non-standard libraries. How can I indicate to CodeBlocks that these libraries and include files exist?
 - How do I use both Debug and Release builds of wx libraries?
 - How do I add version information to windows executables and dll's?
 - Code::Blocks does not force relink if the library is changed?
 - How do I report a compilation problem on the forums?
 - All of the Build related options are grayed out?
 
Compiling (errors)
- How do I troubleshoot a compiler problem?
 - My simple C++ program throws up lots of errors - what is going on?
 - I imported a MSVCToolkit project/workspace, but Code::Blocks insists on trying to use GCC. What's wrong?
 - When compiling a wxWidgets project, I get several "variable 'vtable for xxxx' can't be auto-imported". What's wrong?
 - I can't compile a multithreaded app with VC Toolkit! Where are the libraries?
 - I get this error when compiling: Symbol "isascii" was not found in "codeblocks.dll"
 - My build fails with multiple undefined reference errors?
 - My build fails in the compile/link/run step with a Permission denied error?
 
Settings
- How do I get Code Completion to work?
 - How do I make Code::Blocks portable?
 - Code::Blocks option xyz is missing?
 
Issues and Workarounds
- Sometime, in the text editor, space bar triggers Code Completion, how do I fix that?
 - IDE is drawing the text from Right to Left?
 - All the options in the debug menu are grayed out?
 - My project works everywhere except one computer?
 - Syntax highlighting is broken; how do I fix it?
 - I posted on the forums that Code::Blocks was not working, but no one could help me?
 - I cannot find any text in my Code::Blocks logs?
 - Scrolling causes gray areas/distortions to obscure my code in the editor?
 - I cannot type a greater-than '>' sign?