Search:

Type: Posts; User: kenney00100

Search: Search took 0.01 seconds.

  1. Thanks for the reply, I am exporting the...

    Thanks for the reply,
    I am exporting the function from the EXE just so that I can use a callback function inside the DLL. Without the __declspec(dllexport)FuncA() the function address will be...
  2. How I properly declare an exported function that is also used locally?

    Hi,
    I have a FuncA() inside the EXE. FuncA() is called from inside the EXE and from inside a DLL. Therefore, I wrote a callback function for FuncA() so that the DLL can call to it. Hence, I need to...
Results 1 to 2 of 2