AndyHollywood
Programmer
DaveTips
you helped me the other day with my program (key32) which used a dll to deploy system wide hooks, and it now works a treat i was just wondering if you could explain what you did?!
I was under the impression that to export functions from a dll you needed a *.def file? or is this a different method of exporting functions?
Also I had a project in Visual C++ holding the main program and then inside of this another project with the dll code, was this a mistake/bad practise? and did this cause more problems when trying to compile and link the the project?
Cheers again for your help
Andy
you helped me the other day with my program (key32) which used a dll to deploy system wide hooks, and it now works a treat i was just wondering if you could explain what you did?!
I was under the impression that to export functions from a dll you needed a *.def file? or is this a different method of exporting functions?
Also I had a project in Visual C++ holding the main program and then inside of this another project with the dll code, was this a mistake/bad practise? and did this cause more problems when trying to compile and link the the project?
Cheers again for your help
Andy