Re: There is no build command line to execute.
- From: "PaulH" <paul.heil@xxxxxxxxx>
- Date: 8 Oct 2006 08:24:46 -0700
On Oct 8, 9:06 am, "Harry" <mackey...@xxxxxxxxxxx> wrote:
Igor,
Many thanks. I can create a command line program that runs in windows,
however, I am trying to follow an OO c++ book that is not Win-centric, and
run the result on a BSD box. I cannot see the gcc compiler recognizing
stdafx.
I am comfortable with the VS ide, (even though it crashes a lot).
Thanks,
Harry
PS- I assume that pig aerodynamics involves considerable emphasis on weight,
but can wind resistance be reduced if the pig tucks his legs in?
"Igor Tandetnik" <itandet...@xxxxxxxx> wrote in messagenews:%23Ft5Y4t6GHA.4608@xxxxxxxxxxxxxxxxxxxxxxx
"Harry" <mackey...@xxxxxxxxxxx> wrote in message
news:%23XTgqyt6GHA.1560@xxxxxxxxxxxxxxxxxxxx
I am trying to use VS2005 to write unmanaged c++. The options seem to
be a General 'Empty' or 'makefile' project, however neither seems to
build what is required to build a command line project.
Win32 | Win32 Console Application
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
Download MinGW (Minimum GNU for Windows). It includes a gcc compiler
that you can use the way your book is probably teaching you.
www.mingw.org.
If you want to compile by the command line for VS2005, under the start
menu at "Visual Studio 2005->Visual Studio tools->" Select "Visual
Studio 2005 Command prompt" that will give you access to "nmake" which
will compile via the command line.
-PaulH
.
- Follow-Ups:
- Re: There is no build command line to execute.
- From: Carl Daniel [VC++ MVP]
- Re: There is no build command line to execute.
- References:
- There is no build command line to execute.
- From: Harry
- Re: There is no build command line to execute.
- From: Igor Tandetnik
- Re: There is no build command line to execute.
- From: Harry
- There is no build command line to execute.
- Prev by Date: Re: There is no build command line to execute.
- Next by Date: Re: There is no build command line to execute.
- Previous by thread: Re: There is no build command line to execute.
- Next by thread: Re: There is no build command line to execute.
- Index(es):
Relevant Pages
|