Music Application
-
How would you go about attaching 'winnm.dll' to a project? I am just unable to get my head around linking the dll files then accessing them. Do i need to create a header file? What will i then need to include in the header file? I need to create a simple keyboard which uses low level design to produce sound through the sound card. :omg: Any help would be appreciated. Cheers Mav
-
How would you go about attaching 'winnm.dll' to a project? I am just unable to get my head around linking the dll files then accessing them. Do i need to create a header file? What will i then need to include in the header file? I need to create a simple keyboard which uses low level design to produce sound through the sound card. :omg: Any help would be appreciated. Cheers Mav
If you are thinking
winmm.dll
, you do not directly link DLLs to a project, you link the import library for them with the project. Try addingwinmm.lib
to your list of Libraries to link with. Peace! -=- James (Sonork:100.21837) [Tip for SUV winter driving survival: "Professional Driver on Closed Course" does not mean "your Dumb Ass on a Public Road"!]
[Get Delete FXP Files Now!]