News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

export as MS Visual Studio project

Started by Joel, August 21, 2005, 03:52:49 AM

Previous topic - Next topic

Joel

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...?

My Source Code, plugins, skin & forum sites.

rickg22

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.

zieQ

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.

Joel


My Source Code, plugins, skin & forum sites.