codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  Non-standard Win32 Console Applications in Visual Studio 6  rosol11 at 12:25 on Friday, February 25, 2005
 

Hello everyone,

I'm still a newbie in C++ programming, however I have a lot of energy to learn it. I use Visual Studio 6 and have the following "problem":

Every time I choose "New Project -> Win32 Console Application -> A Simple Application/An Empty Project" the program starts with predefined options, e.g. precompiled header(Simple Application) or lack of any source or header files (Empty Project). I don't like either setting: the best way for me would be to make Visual Studio create new project with all options of the Simple Application, but with Precompiled Header option turned off. Instead I have to manually turn this option off each time I create a new project.

My question is: is there a possiblity to change the default options of Win32 Console Application projects? If so, I'd be grateful for any advice.

Thanx in advance,
rosol11

  Re: Non-standard Win32 Console Applications in Visual Studio 6  Yusairi at 17:11 on Sunday, February 27, 2005
 

If you don’t want to use precompiled headers in your application go to the Solutions Explorer. if it’s not visible then use Ctrl-Alt-l to open it. Right click on the project name and select properties. The Properties dialog will open. Select C/C++ and then select Precompiled Headers. For the option Create/Use Precompiled Headers select Not Using Precompiled Headers. Once you have done this you can remove the #include “stdafx.h” from your code.
Yusairi: site expert
http://www.codetoad.com









CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
• Save up to 80% on SSL Certificates, RapidSSL Certificate @ $ 11.00/yr.
• help me
• Re: substitute of goto in java???
• Re: store string from text file to vector
• Re: c# .net Exception of type System.StackOverflowException was thrown.
• Re: error: expression must have a constant value
• Re: Script Does Folder Exist – If Not Create It
• $_GET not working
• GET METHOD


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2010