K
Khalid
Hi all,
I have a problem. I have some DLLs developped with borland C++ and I
want to use them in a project that I want to develop in Visual Studio C
++. This project is only a "conosle" that offer some methods of these
DLLs. I want also to create antoher project with Visual Studio C# that
is the Graphical User Interfce of the first project developped in VS C+
+.
My problem is to create an architecture that make possible the
communication between VS C++ and VC C#, and I have thinked about web
services: GUI made with VC C# call some methods of Web Services
provided of VS C++ and application made with VS C++ call some methods
of Web Services in VS C# to refresh the GUI and so on...
It's a little bit complicated to explain, but hope it was clear.
I want, Please, some suggestions on how to make this possible and, if
available, a better solution.
Thank you very much
I have a problem. I have some DLLs developped with borland C++ and I
want to use them in a project that I want to develop in Visual Studio C
++. This project is only a "conosle" that offer some methods of these
DLLs. I want also to create antoher project with Visual Studio C# that
is the Graphical User Interfce of the first project developped in VS C+
+.
My problem is to create an architecture that make possible the
communication between VS C++ and VC C#, and I have thinked about web
services: GUI made with VC C# call some methods of Web Services
provided of VS C++ and application made with VS C++ call some methods
of Web Services in VS C# to refresh the GUI and so on...
It's a little bit complicated to explain, but hope it was clear.
I want, Please, some suggestions on how to make this possible and, if
available, a better solution.
Thank you very much