Include MSXML4 in setup
Thu, 4 Sep 2008 15:33:06 +0100
Hi there,
I have a program that requires MSXML4 and I haven't used the
installation projects before in Visual Studio. I got the .DLL to install
and register, but it did not work. I had to install the MSXML4 deployment
package before it would work. Can I include this package as part of my
se ...
|
cl.exe not found in VS2008
Thu, 4 Sep 2008 14:09:37 +0200
I have installed Visual Studio 2008 Standard Edition on Windows XP SP3.
At each project which I compile comes the error message "cl.exe not found".
What goes wrong?
Thanks,
Alois Blaimer ...
|
cl.exe not found
Thu, 4 Sep 2008 14:01:02 +0200
I have installed Visual Studio Standard 2008 WIN32 on Windows XP
Professional SP3.
At each project which I compile comes the error message "cl.exe not found".
Where is the problem?
Thanks,
Alois Blaimer ...
|
Adding an icon to a Visual C++ executable
Thu, 04 Sep 2008 07:38:52 GMT
I am using Visual C++ 2005 to create an application program, and I
have a small problem properly adding an icon to it.
I have created an .ico file (using the Gimp) which has 16x16, 32x32
and 48x48 versions of the icon, and for each a 4-bit, an 8-bit and a
32-bit version (in other words, 9 versions of ...
|
Applying changes under debug session
Thu, 04 Sep 2008 01:00:39 +0200
Hi,
my VS2005 Pro, C++ project, fails to apply change of source code when
running a debug session - the command and the button is disabled; it
is sometime available once (it disables himself after the first use)
about 1 time over +100 when I launch the IDE with exactly same project
and all options.
is ther ...
|
Migrating from Perforce to Team System
Wed, 3 Sep 2008 12:05:28 -0700 (PDT)
I have a large Perforce installation and I want to migrate all the
code artifacts in that system to VSTS. Can someone point me in the
direction of any good tool support for this?
Thanks,
STephen ...
|
Smart Comment Editor" option
Wed, 3 Sep 2008 04:45:26 -0700 (PDT)
How do I set the "Smart Comment Editor" option in Visual Studio 2008?
David ...
|
|
|
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
...
|