I want to do a callback function to dll

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tawtaha
    New Member
    • Jul 2010
    • 1

    I want to do a callback function to dll

    Is it possible to do call a callback function when the function exists in .dll
    example i have a function
    fun1() in test.dll
    this needs to callback from another programm ?
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    You would pass the address of your callback function to the function in the DLL.

    Comment

    Working...