Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Joel on August 21, 2005, 03:52:49 am

Title: export as MS Visual Studio project
Post by: Joel on August 21, 2005, 03:52:49 am
Hi!

Some people don't have code::blocks... :(
Is it possible to add a plugin or an option to export current workspace to Visual Studio's one...?
Title: Re: export as MS Visual Studio project
Post by: rickg22 on August 21, 2005, 08:24:03 am
I don't know... you'd have to ask the MSVC expert in here (zieQ). He's already working hard to make the importations of MSVC. If he decides to write an exporter, i doubt he'll have it before 1.0 is released.
Title: Re: export as MS Visual Studio project
Post by: zieQ on August 21, 2005, 09:07:21 pm
Currently, I'm no more working on the importers. An exporter could be useful but I think it would not be easy to implement it for now, since it lacks a major functionnality: options conversion from compiler to (MSVC) compiler. I think we must first redesign the compiler plugin and revisit the compiler/linker options management before creating an exporter. As a side note, I'm not actually satisfied with the option management in the importers since they are not converted properly for non-GCC non-MSVC compilers, option conversion should solve this problem.
Title: Re: export as MS Visual Studio project
Post by: Joel on August 21, 2005, 10:21:03 pm
Ok...Thanks for your replies  8)