-
Verifying projects utilizing Marmalade SDK with PVS-Studio analyzer
19.03.2012Marmalade SDK (which was previously called AirPlaySDK) is a cross-platform SDK which allows the development of multi-platform applications for such mobile platforms, as iOS, Android, Symbian and several others. Read more -
Windows Error Reporting dialog
08.12.2011As with any other native Windows program, there exists a possibility of an unhandled exception being raised during the operation of PVS-Studio analyzer (the PVS-Studio.exe process in particular), this can be because of the call stack overflow for example. The Windows family operating systems starting with Windows Vista would generate a special emergency shutdown dialog in case of an unhandled exception allowing you to debug or close such crashing program. Read more -
Ctrl+S and Visual Studio Output Window
12.08.2011One of PVS-Studio users forwarded a bug report to us containing the following:. Read more -
Using PVS-Studio analyzer together with Microsoft Visual Studio 2010 incremental assembly
20.06.2011This note is obsolete. Please read "PVS-Studio's incremental analysis mode" in documentation.. Read more -
Free license for the PVS-Studio static analyzer for developers, bloggers and authors of articles in IT subject editions
25.01.2011Please, read about changes in trial-mode which allow using PVS-Studio without license.. Read more -
Working with PVS-Studio in Visual Studio 2010 from under multiple Windows user accounts
09.12.2010The PVS-Studio installer allows you to setup up the analyzer for all of system's user accounts at once. But the restrictions of extension's deployment process for 2005 and 2008 Visual Studio versions allow the installation to be done only from administrator account for this IDEs, which can be inconvenient at times. Read more -
Issue with '(' and ')'characters in PATH system environmental variable while using PVS-Studio with Visual Studio 2008
08.12.2010At times the users of PVS-Studio static analyzer encounter the following issue while starting the analysis using Visual Studio 2008 IDE: the analysis does not start and only one message of the following kind is produced. Read more -
CruiseControl.NET - build automation platform
26.02.2010While developing software products with a complicated structure, you come at some moment to the necessity of automating the processes of building and integrating the projects and distribution kits being developed. Continuous integration is the practice of software development that implies frequent (up to several times during the day) automatic build and testing of the current product version. This approach enables you to reduce the labor intensiveness of the integration as such and detect its defects and conflicts at the very early stages. Note that this methodology implies using a version control system (for example, CVSNT and Subversion) to store the source codes and all the other components needed to build and test the project. Read more