cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
How to call the function from dll?
How to call the function from dll?
Jul 1, 2016 at 12:32pm UTC
sabaritky
(3)
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).
Jul 1, 2016 at 3:07pm UTC
Thomas1965
(4571)
Do you have the header file for the dll ?
Have a look at these tutorials:
http://www.codeproject.com/Articles/6242/Step-by-Step-Calling-C-DLLs-from-VC-and-VB-Part
Topic archived. No new replies allowed.