Jul 1, 2016 at 12:32pm
Hi All,
Actually I need to access the function from the c++ dll.My doubt is in the c++ dll we have defined the function such as
Parent *Do();
Parent indicates a class.How we access the function in other end(in c++ calling place).