tags:

views:

29

answers:

0

Hi everyone.

I'd like to have new project type in MSVS. The instances of this ptoject type would have their own characteristics: such as - they would be linked against my custom dynamic libraries - there would be some specific controls for this project type - and so on...

But all code in this projects would be written in C++.

At first I thought to make it as new poject type. But I want to use much of facilities which MSVS provide for it own VC++ projects. Also (as I understand) I couldnt enchance existing autocomplete service (am I right???)

Also (as I've read), I couldn't create subproject for C++ project in MSVS (only for C# and VB).

Could anyone point me the right way to follow? All thematic links and advises would be appreciated!

Thanks a lot in advance, Dima.