Re: Convert VS project to BDS C++ personality



DJSox wrote:
From what I understand, BDS can not import a Visual Studio Solution file (.sln), but should be able to use the raw C++ source code. Not sure if that helps or not.

Am I the only one irritated by MS calling their project files "solutions"? If VS is the solution, then what is the developer for? I'm pretty sure that I have a few MSVS "Solutions" that aren't.



Yes, you are <RBG>

Visual Studio Solution Files are the Microsoft equivalent to Borland Developer Studio Project Groups.

The Solution Files is nothing but a file that tells Visual Studio that the solution consists of ProjectA, ProjectB, ProjectC, etc. etc.

You have project files such as .csproj, .vbproj, and .vcproj

THOSE are the project files. The Solution has nothing to do with the project files, except telling the IDE that they all belong to ProjectGroup01.

HTH,
Nate.
.



Relevant Pages

  • Re: how to fix intellisense?
    ... computer to enhance my own devlopment process. ... can these advances in development tools be used to create less buggy code, ... It'll be there along with your other project files. ... project, or exit Visual Studio, delete the sucker, then open things up ...
    (microsoft.public.vsnet.ide)
  • Security Warning dialogues for EVERY project.
    ... Visual Studio 2008, Windows Vista x64 ... Visual Studio .NET 2008 displays a security warning ... project files has been customized and could present a security ... and Windows Mobile 5.0 Korean Image. ...
    (microsoft.public.vstudio.general)
  • Security Warning dialogues for EVERY project.
    ... Visual Studio 2008, Windows Vista x64 ... Visual Studio .NET 2008 displays a security warning ... project files has been customized and could present a security ... and Windows Mobile 5.0 Korean Image. ...
    (microsoft.public.vstudio.general)
  • Re: Mapping issue on Visual SourceSafe
    ... I have the same .NET program developed on two machines, therefore, two ... developed in Visual Studio 2003 with .NET 1.1, the project files are ... While the folder location seemed to be mapped ... Source control management inside Visual studio is maddening at times and is ...
    (microsoft.public.dotnet.general)
  • Is there a way to easily add many existing files to an asp.net project?
    ... I have an asp.net web site that I want to develop further, ... the Visual Studio project files for the site. ... I can see from investigating the visual studio project files that the files ... appear to be held in the .csproj file, so I assume it would be possible to ...
    (microsoft.public.dotnet.framework.aspnet)