Hi. I using Dev-C++ 5.11.
I can create dlls and connect with a client using extern "C".
However I would like to be able to do the same using Classes of Cpp.
When generating the dll with the ide it provides a simple pre-filled hello world example (a class with a method to give 'hello'). Just having the client that connects to that dll would be a good starting point.

All the examples of the web leave me in doubt (with my lack of success with them).

Also, this forum seems to trump SourceForge. I trust I am at the correct suite for such a query.

Regards JC....