04-11-2009, 08:31 AM
Yet another error has came..
Set Sound(SoundIndex).DSBuffer = DS.CreateSoundBufferFromFile(App.Path & SOUND_PATH & Sound(SoundIndex).DSSourceName, DSBufferDescription, DSFormat)
Now to break down to the error.
DSBufferDescription
Error comes up as "Compile error: ByRef argument type mismatch"
So many darn errors :< Thanks for all ya help everyone
Set Sound(SoundIndex).DSBuffer = DS.CreateSoundBufferFromFile(App.Path & SOUND_PATH & Sound(SoundIndex).DSSourceName, DSBufferDescription, DSFormat)
Now to break down to the error.
DSBufferDescription
Error comes up as "Compile error: ByRef argument type mismatch"
So many darn errors :< Thanks for all ya help everyone
