in reply to [OT: C] Getting pointers to functions
Assuming that all the functions you're trying to get the addresses of are exported from a dll, you could use GetProcAddress() to look them up.
Two possible problems:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: [OT: C] Getting pointers to functions
by syphilis (Archbishop) on Dec 31, 2016 at 08:19 UTC |