Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: troylee_DT on February 15, 2017, 04:15:45 am

Title: How to include afxtempl.h into a new Code::Blocks console application
Post by: troylee_DT on February 15, 2017, 04:15:45 am
As the subject, when I typed include "afxtempl.h" and build, message box prompted "afxtempl.h: No such file or directory". it seems i need to select multithreaded option for this head file. but where could i find it? Thanks for your brilliance.
Title: Re: How to include afxtempl.h into a new Code::Blocks console application
Post by: stahta01 on February 15, 2017, 04:27:11 am
As the subject, when I typed include "afxtempl.h" and build, message box prompted "afxtempl.h: No such file or directory". it seems i need to select multithreaded option for this head file. but where could i find it? Thanks for your brilliance.

Please read the rules and how to report a compiler problem.

http://forums.codeblocks.org/index.php/topic,9996.0.html (http://forums.codeblocks.org/index.php/topic,9996.0.html)

http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F)

NOTE: Code::Blocks is an IDE/editor it is NOT a compiler.

Tim S.