Cpp/CLR merging from VS 2008

View: New views
5 Messages — Rating Filter:   Alert me  

Cpp/CLR merging from VS 2008

by sagie :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi.
I am trying to merge a solution I have from VS 2008 to MonoDevelop 2.0.
In my solution I have 2 cpp projects: a native one, and a cpp\clr that is used as a bridge between my c# code and the native code.

When I try to open the solution in my MonoDevelop IDE I get following error, for both cpp projects:
"unsuported or unrecognized project".

Is there a way to open & compile this projects in MonoDevelop IDE?

Thanks,
Sagie

Re: Cpp/CLR merging from VS 2008

by xanadont :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

MonoDevelop nor Mono itself supports managed c++.

-Abe

On Wed, Nov 4, 2009 at 9:26 AM, sagie <sagie.shamay@...> wrote:

>
> Hi.
> I am trying to merge a solution I have from VS 2008 to MonoDevelop 2.0.
> In my solution I have 2 cpp projects: a native one, and a cpp\clr that is
> used as a bridge between my c# code and the native code.
>
> When I try to open the solution in my MonoDevelop IDE I get following error,
> for both cpp projects:
> "unsuported or unrecognized project".
>
> Is there a way to open & compile this projects in MonoDevelop IDE?
> --
> View this message in context: http://old.nabble.com/Cpp-CLR-merging-from-VS-2008-tp26197200p26197200.html
> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@...
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list@...
http://lists.ximian.com/mailman/listinfo/monodevelop-list

Re: Cpp/CLR merging from VS 2008

by sagie :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Okay, I understand this.
Does MonoDevelop IDE supports migration of unmanaged c++ project from VS 2008?

xanadont wrote:
MonoDevelop nor Mono itself supports managed c++.

-Abe

On Wed, Nov 4, 2009 at 9:26 AM, sagie <sagie.shamay@picscout.com> wrote:
>
> Hi.
> I am trying to merge a solution I have from VS 2008 to MonoDevelop 2.0.
> In my solution I have 2 cpp projects: a native one, and a cpp\clr that is
> used as a bridge between my c# code and the native code.
>
> When I try to open the solution in my MonoDevelop IDE I get following error,
> for both cpp projects:
> "unsuported or unrecognized project".
>
> Is there a way to open & compile this projects in MonoDevelop IDE?
> --
> View this message in context: http://old.nabble.com/Cpp-CLR-merging-from-VS-2008-tp26197200p26197200.html
> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-list

Re: Cpp/CLR merging from VS 2008

by xanadont :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I don't think you can do migration.  However, if you remove the
managed c++ project in Visual Studio then *I believe* MonoDevelop
won't choke on your unmanaged c++ project.  I do know for a fact that
MonoDevelop can handle c++ compilation but am unsure of its support
for unmanaged c++ Visual Studio projects.

Give it a try.

-Abe

On Wed, Nov 4, 2009 at 11:23 AM, sagie <sagie.shamay@...> wrote:

>
> Okay, I understand this.
> Does MonoDevelop IDE supports migration of unmanaged c++ project from VS
> 2008?
>
>
> xanadont wrote:
>>
>> MonoDevelop nor Mono itself supports managed c++.
>>
>> -Abe
>>
>> On Wed, Nov 4, 2009 at 9:26 AM, sagie <sagie.shamay@...> wrote:
>>>
>>> Hi.
>>> I am trying to merge a solution I have from VS 2008 to MonoDevelop 2.0.
>>> In my solution I have 2 cpp projects: a native one, and a cpp\clr that is
>>> used as a bridge between my c# code and the native code.
>>>
>>> When I try to open the solution in my MonoDevelop IDE I get following
>>> error,
>>> for both cpp projects:
>>> "unsuported or unrecognized project".
>>>
>>> Is there a way to open & compile this projects in MonoDevelop IDE?
>>> --
>>> View this message in context:
>>> http://old.nabble.com/Cpp-CLR-merging-from-VS-2008-tp26197200p26197200.html
>>> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
>>>
>>> _______________________________________________
>>> Monodevelop-list mailing list
>>> Monodevelop-list@...
>>> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>>>
>> _______________________________________________
>> Monodevelop-list mailing list
>> Monodevelop-list@...
>> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>>
>>
>
> --
> View this message in context: http://old.nabble.com/Cpp-CLR-merging-from-VS-2008-tp26197200p26199534.html
> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@...
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list@...
http://lists.ximian.com/mailman/listinfo/monodevelop-list

Re: Cpp/CLR merging from VS 2008

by sagie :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Well,
I've tried removing the managed c++ project, but it didn't help.
Apparently the IDE doesn't support VS c++ projects

Thanks!
sagie

xanadont wrote:
I don't think you can do migration.  However, if you remove the
managed c++ project in Visual Studio then *I believe* MonoDevelop
won't choke on your unmanaged c++ project.  I do know for a fact that
MonoDevelop can handle c++ compilation but am unsure of its support
for unmanaged c++ Visual Studio projects.

Give it a try.

-Abe

On Wed, Nov 4, 2009 at 11:23 AM, sagie <sagie.shamay@picscout.com> wrote:
>
> Okay, I understand this.
> Does MonoDevelop IDE supports migration of unmanaged c++ project from VS
> 2008?
>
>
> xanadont wrote:
>>
>> MonoDevelop nor Mono itself supports managed c++.
>>
>> -Abe
>>
>> On Wed, Nov 4, 2009 at 9:26 AM, sagie <sagie.shamay@picscout.com> wrote:
>>>
>>> Hi.
>>> I am trying to merge a solution I have from VS 2008 to MonoDevelop 2.0.
>>> In my solution I have 2 cpp projects: a native one, and a cpp\clr that is
>>> used as a bridge between my c# code and the native code.
>>>
>>> When I try to open the solution in my MonoDevelop IDE I get following
>>> error,
>>> for both cpp projects:
>>> "unsuported or unrecognized project".
>>>
>>> Is there a way to open & compile this projects in MonoDevelop IDE?
>>> --
>>> View this message in context:
>>> http://old.nabble.com/Cpp-CLR-merging-from-VS-2008-tp26197200p26197200.html
>>> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
>>>
>>> _______________________________________________
>>> Monodevelop-list mailing list
>>> Monodevelop-list@lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>>>
>> _______________________________________________
>> Monodevelop-list mailing list
>> Monodevelop-list@lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>>
>>
>
> --
> View this message in context: http://old.nabble.com/Cpp-CLR-merging-from-VS-2008-tp26197200p26199534.html
> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-list