T
technoknight
I am having 2 problems. First problem has the highest priority. I mean I want
to solve my first problem first ASAP.
1.) I am working with powerpoint Automation. Using VB Macro I have to call a
function from a dll. This called function in turn has to call another
function from another dll. I have been able to call the function from the
first dll (using vb macro). Whats my problem is that I m not able to call the
function(in second dll) from the first dll. I am using __declspec(dllexport)
in the second dll and __declspec(dllimport) in the first dll. I think what I
m missing here is that I don't know how to tell the first dll that which dll
it shud consider for the called function.
My first dll is for keyboard hooking and second for displaying MS Agent. Can
neone help me.
2.) Also, further if anyone can guide me about how to do mouse hooking???
to solve my first problem first ASAP.
1.) I am working with powerpoint Automation. Using VB Macro I have to call a
function from a dll. This called function in turn has to call another
function from another dll. I have been able to call the function from the
first dll (using vb macro). Whats my problem is that I m not able to call the
function(in second dll) from the first dll. I am using __declspec(dllexport)
in the second dll and __declspec(dllimport) in the first dll. I think what I
m missing here is that I don't know how to tell the first dll that which dll
it shud consider for the called function.
My first dll is for keyboard hooking and second for displaying MS Agent. Can
neone help me.
2.) Also, further if anyone can guide me about how to do mouse hooking???