Files
eiffel-org/documentation/current/solutions/other-languages/index.wiki
jfiat 2c8b4aa75d Author:admin
Date:2008-09-30T20:11:44.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@67 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
2008-09-30 20:11:44 +00:00

17 lines
1014 B
Plaintext

[[Property:title|Interacting with other languages]]
[[Property:link_title|With other languages]]
[[Property:weight|-12]]
[[Property:uuid|6029d6d9-bb73-5c74-02f6-70d202a65ceb]]
== Interacting with software in other languages ==
===C, C++, and Java===
With EiffelStudio you can encapsulate routines written in C , C++ and Java. This makes it possible to use powerful libraries written in other languages while still benefiting from the use of Eiffel for the overall design of your system.
It is also possible to make Eiffel routines available to be called by these languages. So, you can augment existing systems written in other languages with extensions built with Eiffel.
===Microsoft COM and .NET===
In addition to C, C++, and Java, you may find it valuable to use Eiffel with other technologies like Microsoft COM and the multiple languages of Microsoft .NET. You will find information about interacting with these technologies in our documentation specific to [[Windows|support for Microsoft Windows]].