|
-
September 29th, 1999, 12:03 AM
#1
Calling a VB DLL from a VC ATL DLL
I have a VC++ ATL DLL which has a callback function that gets called whenever a particular key combination is presssed. I want to call a VB DLL function from this ATL DLL callback function. But the problem is that I can not do a LoadLibrary each time form within the callback function & I can not find a method using which I can persist the VB function address across ATL's callback function calling as the function pointer of the VB function is getting lost the second time the callback function gets invoked in VC ATL DLL.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|