The porting of MFC projects to the .NET platform can also be accomplished through the /clr compiler option. Here are some resources for using this approach:
For documentation, see Section 4.4, "Using Objective Grid in a WinForm," in the Objective Grid User's Guide.
For samples:
The specific samples, <stingray-installdir>\Samples\Grid\Integration with .NET and <stingray-installdir>\Samples\Views\Integration with .NET, demonstrate not only /clr compilation and linkage, but also the use of .NET managed API calls.
Additional samples are available from the Stingray Knowledge Base:
Using Objective Grid with C++/CLI, http://kb.roguewave.com/kb/index.php?View=entry&EntryID=1400
Stingray Studio MFC Projects Integration with .NET, http://kb.roguewave.com/kb/index.php?View=entry&EntryID=1399
For examples of any build configuration with the prefix, mngd_, please refer to the FoundationEx and GridEx libraries, as well as all Stingray samples' mngd_ build configurations in their associated Visual Studio 2005, 2008 or 2010 solution and project files. The samples demonstrate the compilation and linkage using the /clr option while linking to a library which also uses this option, as well as linking to unmanaged Stingray library build configurations.
Copyright © Rogue Wave Software, Inc. All Rights Reserved.
The Rogue Wave name and logo, and Stingray, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.