radu01
New member
- Joined
- Oct 14, 2023
- Messages
- 3
- Programming Experience
- Beginner
Good evening! I would like to make an application in WPF C# in which to expose some methods: open the window, close the window, select text. I want to call this application from C++, so it must be of dll type. At the end of the practical project from a dll written in C++ I will call these methods from the previously explained C# dll. Is there any option for this? I tried several methods but I came to the conclusion that I need an .exe to initialize the internal structures for the GUI.