News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

How to include afxtempl.h into a new Code::Blocks console application

Started by troylee_DT, February 15, 2017, 04:15:45 AM

Previous topic - Next topic

troylee_DT

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.

stahta01

Quote from: 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.

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

http://forums.next.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

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

Tim S.

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]