Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: SartriX on May 21, 2005, 02:58:45 pm

Title: Plugin for MS's .sln project files
Post by: SartriX on May 21, 2005, 02:58:45 pm
After having been asked to do some work on a HalfLife2 mod, I noticed it supplied .sln files.  I also believe devcpp (and ofcourse msvc) use these files.

So, to enhance the possiblity for C::B people and non-C::B people to cooperate, or even just for them to switch to C::B even with current projects, it would be nice if there was a plugin that allows you to import a .sln file and have it build a workspace and targets from there. At a later stage an export option could be added as well and other such project files might be supported.

Would like to make such a plugin myself, but thing is, I don't got msvc to generate files for testing. Is there's anyone willing to work on such a plugin or can give me a pointer as to where to look for the .sln's specification?
Title: Plugin for MS's .sln project files
Post by: Urxae on May 21, 2005, 03:13:39 pm
So... exactly what's wrong with Project->Import->MS Visual Studio solution? :)

(Not that I would know how well it works, not having VS)
Title: Plugin for MS's .sln project files
Post by: SartriX on May 21, 2005, 03:26:06 pm
.....

Gah... I should open my eyes and look around when I install an update...
I just rather expected such option as a plugin or under file -> import or file -> new project , import, or something like that.

[edit]
Used it, been getting errors while importing. Will go write up a bugreport.
Title: Plugin for MS's .sln project files
Post by: mandrav on May 21, 2005, 05:17:20 pm
Quote
Gah... I should open my eyes and look around when I install an update...

It's been there like... forever :)
Seriously, it's been there since beta6.

Quote
Used it, been getting errors while importing. Will go write up a bugreport.

Great.

Yiannis.