View Single Post
Old 05-21-2004, 12:03 AM   #5 (permalink)
joe_bruin
LOAD "*",8,1
 
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
joe_bruin is on a distinguished road
there's no real point to doing this. just add winmm.dll to your linker parameters (should be somewhere in your project settings), and you will not have to jump any hoops to call your function.

if you want to use explicit loading, you should not include mmsystem.h. the functions prototypes in it would be useless, since the linker can't link against the library (in explicit loading, you are the linker).
joe_bruin is offline   Reply With Quote