MIDI problems with DX?

Started by
0 comments, last by demonrealms 20 years, 1 month ago
Hey, I have two problems right now. One, for a learning experience I''d like to make a system that can play .WAV, .MIDI, and .WMA files, does anyone know any tutorials I can learn on hwo to do this? I already converted over ot MIDI from Andre Lamoth''s book, but I want to be able to play .WMA and the rest I listed. So I was just wondering if anyone had a few idea''s for me. Second I have this problem when building my program:

--------------------Configuration: DRS System - Win32 Debug--------------------
Linking...
DRS System 1-0.obj : error LNK2001: unresolved external symbol "struct DMUSIC_MIDI_TYP * dm_midi" (?dm_midi@@3PAUDMUSIC_MIDI_TYP@@A)
Debug/DRS System.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

DRS System.exe - 2 error(s), 0 warning(s)
Does anyone know why that''s happing? I''ve included all DX lib files and included them in the linking list. Thanks everyone.
Advertisement
I got the second problem figured out. Does anyone have any ideas where I could find information of how to convert all those listed above?

This topic is closed to new replies.

Advertisement