Author Topic: export as MS Visual Studio project  (Read 7456 times)

Offline Joel

  • Single posting newcomer
  • *
  • Posts: 6
    • http://joelito.net
export as MS Visual Studio project
« 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...?

My Source Code, plugins, skin & forum sites.

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: export as MS Visual Studio project
« Reply #1 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.

zieQ

  • Guest
Re: export as MS Visual Studio project
« Reply #2 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.

Offline Joel

  • Single posting newcomer
  • *
  • Posts: 6
    • http://joelito.net
Re: export as MS Visual Studio project
« Reply #3 on: August 21, 2005, 10:21:03 pm »
Ok...Thanks for your replies  8)

My Source Code, plugins, skin & forum sites.