Code Anaylsis broken in VS2008
Fri, 8 Feb 2008 11:18:18 -0700
We have a solution that contains about 100 projects, and we'd really like to
run CA on one of these in particular. But, when migrating from VS2005 to
VS2008, we found some problems. There seemed to be several unrelated
issues, but I think they all boiled down to "CA seemingly corrupts VS2008 in
some manner, in ...
|
VS2005 time() != VS6 time()
Fri, 8 Feb 2008 11:02:29 -0500
I got burned because the win32 time() function in VS2005 returns a 64 bit
value rather than a 32 bit value. Odd that no one worried about backward
compatibility before making this change. Is there a consolidated list of
other sneaky changes that have been made to the language and libraries that
is a refere ...
|
nmake detect compiler version
Fri, 8 Feb 2008 10:55:11 -0500
Is there a way to detect the compiler version from within my nmake makefile?
LA
...
|
Question regarding VC++ Express error
Fri, 8 Feb 2008 02:00:57 -0800 (PST)
Hi,
I've been developing on various flavours of 'nix for years, but I'm a
total newb to the Visual thing, so bear with me here!
I'm trying to build a fairly noddy DLL project, and VC++ is giving me
an error _within one of its own header files_! can someone please
explain WTF is going on here?
The erro ...
|
ATL90.dll was not found...
Wed, 6 Feb 2008 16:36:57 -0800
Friends, we just migrated our source code to a dedicate Vista machine,
installed VS2008, and set out to build our app. All our DLL/EXE files are
finally built, but our main EXE fails instantly upon invocation
comaplaining: ATL90.dll was not found. Well, it appears ATL90.dll is in the
WinSxs area where it s ...
|
VS 2005 missing Integration Services Project template
Wed, 6 Feb 2008 10:28:03 -0800
Hi All,
I am trying to do a SSIS Lab, in SQL Server Business Intelligence Studio
(BIDS).
I go to create the project I am missing in my templates Intergration
Services Project (Template).
Seems to be an issue I have searched Google and found lots of users with the
same issue.
Is there a fix out.
...
|
Looking for free shortcut icons
Wed, 6 Feb 2008 12:22:25 -0600
Some time ago I had found a collection of icons that could be used for
shortcut menus and other uses. They were a very nice set for free and not
the usually cutsey crap that seems to be out there. Since then I seemed to
have deleted the file and have no reference to where I found them. I was
hoping someone here ...
|
|
|
How does visual studio decide which args to use for svcutil?
Wed, 6 Feb 2008 09:41:54 -0800 (PST)
When I use VisualStudio 2005 to add a service reference, I get
different results in two different projects, despite the fact that I
am adding a reference to the same web service. One looks like this
(from the output window):
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\svcutil.exe /
noLogo /s /d:" ...
|
Form not displayed correctly - VS 2005
Wed, 6 Feb 2008 06:06:57 -0800 (PST)
I created an application with VS 2005 that contains a fairly wide
(pretty much screen width) form. On my laptop, it displays properly
showing all contents/controls of the form properly.
On some machines, however, the form appears to display at the proper
width, but some of the controls on the right side of th ...
|
Precompiled header help
Tue, 5 Feb 2008 19:58:22 -0800 (PST)
I have a large project that I'd like to get some precompiled headers
working for. I know that there are two options /Yu and /Yc
Yc creates the precompiled header and Yu uses it. The problem is I
want the project to use it if it's there, regenerate it if it is out
of date, and create it if it is no there. If I ...
|