Re: Convert VS project to BDS C++ personality
- From: "Nathaniel L. Walker" <Nate@xxxxxxxxxxxxxxx>
- Date: Sun, 17 Sep 2006 12:04:01 -0500
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.
.
- References:
- Convert VS project to BDS C++ personality
- From: Tom
- Re: Convert VS project to BDS C++ personality
- From: Brion L. Webster
- Re: Convert VS project to BDS C++ personality
- From: DJSox
- Convert VS project to BDS C++ personality
- Prev by Date: Re: dclusr trick no longer works with the Turbo Explorers
- Next by Date: Re: Undelete a file?
- Previous by thread: Re: Convert VS project to BDS C++ personality
- Next by thread: Re: Convert VS project to BDS C++ personality
- Index(es):
Relevant Pages
|