I have a function pointer in a dll file (in implementation, not header). How can I call the function pointed to by this pointer in the exe source code?
相关问题
- Multiple sockets for clients to connect to
- How to know full paths to DLL's from .csproj f
- What is the best way to do a search in a large fil
- Inheritance impossible in Windows Runtime Componen
- glDrawElements only draws half a quad
you can export a function returning the pointer. Header:
Source: