devenv:how to build a vcproj only in command line?
Wed, 3 Sep 2008 02:40:01 -0700
Hi,
I need to build a vcproj from a solution, i want only the project is built,
not any dependencies, not any other projects in the solution.
I used this syntax:
devenv solutionfile.sln /build [ solutionconfig ] [ /project
projectnameorfile [
/projectconfig name ] ]
but i found that it also built the ...
|
Statically linking .LIB files in an MFC App
Tue, 2 Sep 2008 14:36:17 -0700 (PDT)
I have a few LIB files that I want to link with my MFC app. I went to
project properties and followed the path:
Configuration Properties->Linker->Input and listed all of my .LIB
files. Originally the project used DLLs, so i converted the DLLs to
LIBs. So, after compiling with the LIB files statically linked ...
|
How do use different version values?
Tue, 2 Sep 2008 12:47:03 -0700
I have two different executables that I want to build w/ the same source but
in 2 different compilers, vs60 and vs2008. I have 2 different configurations
w/ different options etc, but I want one to be version 1.0 and another 3.0.
Anyway to do this easily using the same .rc file? I couldnt figure how to
...
|
VS2008 Express - Network
Tue, 2 Sep 2008 15:45:20 +0100
Hi,
I'm newbie in this so I need your help.
I want to associate a button to network configuration changes (IP Address,
sub-net DNS, and so on...). It is possible to do this in Visual Studio 2008
Express?
Tks,
João
...
|
Where is this VS2008 Project Configuration Manager?
Tue, 2 Sep 2008 08:46:14 -0500
I see what is depicted in the image on blogs but I don't see how to use it
with VS2008? The "property pages" look nothing like the image or its
functionality. Where is this stuff and what's the diff between the two
please?
...
|
VS-2005 error linking object files in libraries
Tue, 2 Sep 2008 04:06:10 -0700
Hello,
Using VS-2005 with Intel Fortran-10.1 I have the following puzzling problem:
Linking certain object files defined in libraries causes the executable to
crash
when calling the subroutine in question.
When linking the same object files directly into the program the calls work
OK.
An extracted library ...
|
How to hide the toolbar ?
Mon, 1 Sep 2008 17:36:39 +0200
Hi,
How can I hide all the toolbars in VS 2008 ?
Thanks ...
|
|
|
Specify User Role(s) at Run Time
Sun, 31 Aug 2008 22:32:46 -0400
I have a VS2008 VB web app and want to allow a user with an Administrator
role create a new user programatically with the CreateUserWizard control.
Now, I would like the Administrator to be able to specify the role(s) of the
user being created. Off hand I don't see a way to do that. I understand
how to use ...
|
attach to process with F5
Fri, 29 Aug 2008 11:22:06 +0200
Can F5 (start debug) be made to attach to a process?
I want to specify the process by name, I can accept problems if the name is
ambiguous, which it isn't in this case, my own windows service should
prevent multiple instances with a mutex.
/ Per
...
|
XSD code generation in VS2008?
Thu, 28 Aug 2008 11:57:21 -0600
First there was Chris Sells wonderful custom tool "XsdClassesGen"
(SBXsdClassesGenerator - see
http://www.sellsbrothers.com/tools/#xsdClassesGen) for VS2003.
Stephane Tombeur helpfully got this working in VS2005 (see
http://dotnetjunkies.com/WebLog/appeng/archive/2004/11/04/31021.aspx).
What about VS2008? Isn' ...
|