Cheers,
i write to ask information about how to create a client for a DLL written in c++. I have to instantiate and employ classes that are defined within the DLL. My development platform is mingw, the win32 porting of gnu g++. Can anyone help me? Thank you in advance for your kindness and availability.

Best regards,
nicola

You'll need a lib-file for the DLL to satisfy your linker. There should be a tool with your distribution to create that.
Then you're likely going to want a headerfile containing the declarations of the functions in the DLL, you're likely having to write that yourself (though some library importers I think spit them out for you).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.