Visual J# Cross-Language Samples

Started by sukishan, Jul 14, 2009, 04:30 PM

Previous topic - Next topic

sukishan

The samples in this section are ported from samples in other languages.

Delegates Sample (Custom Delegates) - Illustrates use of the delegates in Visual C++. A delegate is created over a method defined in a DLL created with Visual J#.

ManagedEvents Sample (Demonstrates Creating and Using Events in a Managed Application) - Demonstrates event handling interoperability between Managed Extensions for C++ and Visual J# objects. The Visual J# code implements both an event source and an event receiver.

TilePuzzle Sample: Visual J# and Managed Extenstions for C++ Interoperability - Demonstrates interoperability between managed components (written with Managed Extensions for C++ and Visual J#) and native components (written with C++ using COM attributes).
A good beginning makes a good ending