Console window switch - vc2005 C++/clr/MASM project
- From: "Ole Nielsby" <ole.nielsby@xxxxxxxxxxxx>
- Date: Thu, 23 Feb 2006 18:12:40 +0100
Sorry if this shows twice - seems my post yesterday didn't
make it.
I have a project that mixes C++/clr and MASM in a single
exe. The MASM code is assembled into a static library
which is linked into the C++/clr startup project.
The exe starts with a console window which I don't want.
With the VS 2005 beta, I was able to switch between "Windows
application" and "Console application" in a tab somewhere inside
the project settings. However this seems to have disappered or
have been moved to a place I can't find.
The online help - console applications - says I should be able to
"set the project's Common Properties\General\Output Type".
But Common Properties\General only shows References,
no Output Type thing.
I think it boils down to a linker switch - IIRC, the console
window creation is controlled by a bit in the exe which is
set or reset by the linker (Borland ILINK uses -aa vs. -ap),
but the linker options listed in the online help don't include
t - at least not in an obvious way.
This ought to be trivial, but I'm no fan of lengthy t pursuit
games, so if someone could just hand me the pie...
(Maybe some options aren't shown because I'm developing
on a danish XP pro???)
.
- Prev by Date: Re: How to get DevStudio 6 to open up associated applications
- Next by Date: Simple programs will only run on my development pc
- Previous by thread: How to get DevStudio 6 to open up associated applications
- Next by thread: Simple programs will only run on my development pc
- Index(es):
Relevant Pages
|