tnnguye
October 15th, 2002, 12:12 PM
What do you suppose to do to create a preprocessor file for your project in MFC Visual C++? Do any body know the answer? I really appreciate it.
|
Click to See Complete Forum and Search --> : Create preprocessor file in MFC Visual C++ tnnguye October 15th, 2002, 12:12 PM What do you suppose to do to create a preprocessor file for your project in MFC Visual C++? Do any body know the answer? I really appreciate it. stober October 15th, 2002, 01:22 PM The way I do it is Project | Settings | C++ tab. Then in the Project Options edit box, /P option at the end of the current settings. Don't forget to remove this later! codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |