Hello there, I would like to ask about the available (free or not) Static and Dynamic code analysis tools that can be used to C++ applications ESPECIALLY COM and ActiveX.
I am currently using Visual Studio's /analyze compiler option, which is good and all but I still feel there is lots of analysis to be done.
I'm talking about a C++ ap...
Is SourceSafe a free tool? If so, where can I find it for download? I work in Visual Studio 2008.
...
Specifically, for Visual Studio 2008 (or 2010) and Mercurial, but generalize if desired.
...
I've just finished a functional piece of code and would like to upload it to the Internet as freeware. It is just a Windows Forms application.
I used C# and Visual Studio 2008.
I want to know if it is legal to do this.
...
HI everyone,
Just looking for a website or pdf reference which has a color palette of the .NET (Visual Studio 2008) foreground colors? (E.g. like AliceBlue, AntiqueWhite, Cyan....)
...
Dear Gurus
I would like to know that
If my console Application is
running in debug mode attached in
Visual Studio 2008 of 32bit
while my machine is 64bit with Win Srv 2008 64bit
and .Net framework 64 is installed as well
Is my application is working in 64bit or not if not how can i make it run in 64bit?
...
Hi,
I did my UI settings.Original language is English. After that I set Localizable property to True. Copied original resx file to frmMain.de-De.resx (for example). Translated all strings. Everything works.
But now I would like to change positions of controls. After that changes are visible only for original/primary Culture (En). When ...
I'm trying to install Install MS Visual Studio 2008 Team Foundation in XP but during the installation the setup request Windows Server 2003 Service Pack 1.
I have install TFS 2008 SP1, but nothing have change. I can not install Windows Server 2003 Service Pack 1 because because the OS is in XP.
Any ideas?
...
I have developed an application in vb.net. I use a dll that I build as part of a different project in my solution. For some reason I don't get the full functionality of my application with the dll built as a "release" version, but it does work if the dll is built as a "debug" version (that's a whole different problem). I don't have a ...
I'm trying to install MS Visual Studio 2008 Team Foundation Server in XP but during the installation the setup request Windows Server 2003 Service Pack 1.I have install TFS 2008 SP1, but nothing have change.
I can't install Windows Server 2003 Service Pack 1 because the OS is in XP.
Any ideas?
...
I have been looking in to writing my own implementation of Haar Cascaded face detection for some time now, and have begun with diving in to the OpenCV 2.0 implementation.
Right out of the box, running in debug mode, Visual Studio breaks on cvhaar.cpp:1518, informing me:
Run-Time Check Failure #2 - Stack aound the variable seq_thread...
I wonder that is there any way to see all function names in Event combo-box on Visual Studio 2008 IDE?
...
I am developing a simple ASP.Net application on a Windows 7 x64 machine using Visual Studio 2008 SP1. The computer itself is a very strong machine.
I am using the built in development server for debugging.
Starting the debug process takes a mindblowingly long time (~20 minutes until the first page is loaded). Sometimes the pages load im...
How to access the controls of form2 in form1
And also I would like to create events for form2 controls in form1 itself. How to acheive this?
Please help me with complete code using C#2008, Windows Forms.
...
I have visual studio 2008 installed in my pc when i try to open a .Net 2005 Solution with multi-projects, there are project in vb and c#. The only web project on this solution display the following message:
.vbproj the project is not supported by this installation
I try to open the web project separately from the solution and I not hav...
I have an app that has a console menu with 2/3 selections. One process involves uploading a file and performing a lengthy search process on its contents, whilst another process involves SQL queries and is an interactive process with the user. I wish to use threads to allow one process to run and the menu to offer the option for the secon...
Hello - I am trying to run Osiexample.cpp from COIN-OR (open-source software for numerical optimization) in MS Visual Studio 2008 and get
the error message below.
Linking...
CoinOR Example.obj : error LNK2019: unresolved external symbol "public:
__thiscall OsiClpSolverInterface::OsiClpSolverInterface(void)"
(??0OsiClpSolverInterface@@Q...
I have a Visual studio 2008 solution, with 2 projects. A DLL, A, and a Web application, B.
B has a project reference to A, and A.dll and A.pdb are being copied to B's bin/ directory.
Everything is set to compile in debug mode.
I can run the cassini webserver and debug web application B fine, but when I come to call a method in A.dll,...
I'm working on a project and it seems that every time someone checks out the project from source control to build it on their local box they have issues building because references are no longer resolved.
I can't figure out if it's a configuration issues or a Visual Studio 2008 issue. Is anyone else having this problem? If so, is there ...
I've made a simple OpenCV application with Visual Studio 2008 and I've built it in both release mode and debug mode.It works fine from my computer but when I try to run it from another computer which doesn't have OpenCV installed or has another version of Visual Studio with OpenCV it doesn't work.
How can I make the app work from a comp...