Files
eiffel-org/documentation/current/solutions/other-languages/index.wiki
halw f51d743e75 Fixed link which was broken due to renaming pages in EiffelStudio installation section.
Author:halw
Date:2012-01-19T20:44:12.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1051 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
2012-01-19 20:44:12 +00:00

14 lines
965 B
Plaintext

[[Property: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 [[Microsoft Windows|support for Microsoft Windows]].