Analyzing mixed C/C++ and C-sharp projects
Analyzing mixed C/C++ and C-sharp projectsIf your integration build contains both C++ and C# source files, there are special steps for both the server project and the desktop. This article explains these steps, with links to more details. Integration buildAt the integration build level, analyze your mixed source code as two separate projects.
DesktopIn Visual Studio, you create a single solution, but you connect it to two server projects. In the example above, your desktop project would be connected to both WBFSManager_CSharp and WBFSManager_Cxx on server01:8080. Your desktop project will synchronize with both integration projects. To connect your desktop project to an integration project on the Klocwork Server, right-click a solution and select Klocwork Solution Properties. In the Klocwork Properties dialog, each language has its own tab. Specify the C/C++ project name in the C++ Projects tab: Specify the C# project name in the C# Projects tab: Click OK. |