[Qt-interest] Qt C++ with some C++.NET calls
BRM
bm_witness at yahoo.com
Fri Jan 15 15:23:35 CET 2010
>From: Sylvain Pointeau <sylvain.pointeau at gmail.com>
>To: qt-interest at trolltech.com
>Sent: Fri, January 15, 2010 5:41:24 AM
>Subject: [Qt-interest] Qt C++ with some C++.NET calls
>I would like to know if this is possible to embed some C++.NET code into a Qt Application?
>What do you recommend? is it possible to continue using QMake?
Well, given that C++.NET (aka C#) is NOT C++[2], I don't know that that would a supported configuration, especially given the subtle changes in the languages[3].
That said, it should be like embedding it into any other standard C++/Pascal/Ada/etc -based source code.
HTH,
Ben
[1] C++.NET is as close to C++ as Java is. For all intents and purposes it is a separate language.
[2] There are two modes for MS's C++ compiler: (a) C++, (b) Managed C++/C++.Net/C#. I take it you are referring to mode 'b'. Mode 'a' is fully supported.
[3] C++.NET makes use of a lot of C++ keywords, but there are subtle changes that result in big differences.
Here's some URLs (from a quick google search) on the matter:
http://msdn.microsoft.com/en-us/magazine/cc301520.aspx
http://msdn.microsoft.com/en-us/library/yyaad03b%28VS.71%29.aspx
More information about the Qt-interest-old
mailing list