Hi,
I am new to C++ programming. We have some C source code which needs to be converted into a C++ DLL. They are a bunch of C files (.c extension) with each file having a main function and each file including lot of header files (.h extension)
I need a single C++ DLL with methods exposed which will be called from VB. Which is the best way to do it?
Also we need cross platform compatibility. Can I use VC++ as it will be more easier for me rather than using C++.
Regards,
Gulabi
Start Free Trial