Function pointers for DLL functions?



Is there anything special about using function pointers for a DLL besides the
fact that the DLL must be explicitly loaded before an address is available? Are
these currently 32-bit addresses?


.


Loading