Link to home
Start Free TrialLog in
Avatar of aac
aac

asked on

Communication from DLL to a application

How can I call a function in the application from the DLL ?
Is it possible thro CALLBACK? If so please specify how?
Thank U
ASKER CERTIFIED SOLUTION
Avatar of IgorGrebnev
IgorGrebnev

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of aac
aac

ASKER

Instead of using declspec to export the function can I use it directly in my .def file?