I have more than 5 C++/OpenCV projects and i want to combine them in one project with one GUI.
Exemple : When i click Button1, i get the project1 started etc... First, i tried QT but i had some link problems with the openCV, then i used MFC and i found it complicated because i am having to rewrite parts of the projects. Now i am thinking of using the C#/WPF GUI with C++ .dll, but i still have some questions:
1- Is this idea really possible?
2- How to transform an existing C++ project into a .dll. Should i use the .exe or the .cpp/.h files?
3 - Is there any specific things to do because i am using OpenCV and i am not sure if it can work with C#.
4- Do you have any good tutorial that could help me?
One final thing, please tell me that it is going to be simple task because i spent a long time in coding the projects and i thought that the step of the GUI should be easy!
Thank you
Process.Start(example.exe).