CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2002
    Location
    VA
    Posts
    5

    Create preprocessor file in MFC Visual C++

    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.

  2. #2
    Join Date
    Jun 2002
    Posts
    1,417
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured