This repo contains Glue42 COM and Glue42 C Exports examples demonstrating various Glue42 Enterprise functionalities.
-
glue-c-exports
- contains the Glue42 C Exports library and C++ and MFC examples using the Glue42 C Exports library. The Glue42 C Exports library offers easy access to Glue42 functionalities via exported C functions. It can be used by any native language that supports external C functions. For more details, see the Glue42 C Exports documentation. -
glue-com
- contains Delphi and MFC examples using the Glue42 COM library. The Glue42 COM library exposes Glue42 Enterprise functionality via COM that can be consumed by VBA, Delphi and C++ apps. For more details, see the Glue42 COM/VBA and Glue42 COM/Delphi documentation.
-
C++ Console example - demonstrates initializing Glue42, registering and invoking Interop methods, and using Shared Contexts and Channels;
-
MFC example - demonstrates initializing Glue42, registering the main and child windows as Glue42 windows and as Glue42 app instances, handling save and restore state, handling window and app events;
-
Delphi 10 example - demonstrates initializing the Glue42, registering windows, registering and invoking Interop methods, using Interop streams, and using Shared Contexts and Channels;
-
Delphi 7 example - demonstrates initializing the Glue42, registering windows, creating applications, registering app factories, registering and invoking Interop methods, and using Shared Contexts and Channels;
-
MFC example - demonstrates initializing the Glue42, registering windows, creating applications, saving application state, and using Channels;