in reply to Re: [OT: C] Getting pointers to functions
in thread [OT: C] Getting pointers to functions

...you could use GetProcAddress() to look them up

Good point - I hadn't thought of that largely because I'm using static libraries.
Although I habitually use static libraries, there's no real need for me to avoid using dynamic mpfr and gmp libraries.

Cheers,
Rob
  • Comment on Re^2: [OT: C] Getting pointers to functions