18 Jun '13 - 22:11 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Reply  |  Print  
Author Topic: problem with bass_dshow.dll  (Read 290 times)
spiritdead
Posts: 54


« on: 20 Aug '12 - 15:01 »
Reply with quoteQuote

good day i need help for this errors :S





i try use
 Bass.BASS_PluginLoad("bass_dshow.dll")
   Dim b As Integer = Bass.BASS_StreamCreateFile(ListView1.SelectedItems(0).Text, 0, 0, BASSFlag.BASS_STREAM_AUTOFREE)
                BassDShow.BASS_DSHOW_ChannelSetWindow(Me.PictureBox1.Handle, 0, 0)
                Bass.BASS_ChannelPlay(b, False)

or this method

 Dim a As Integer = AddOn.DShow.BassDShow.BASS_DSHOW_Init(PictureBox1.Handle, BASSDSHOWInit.BASS_DSHOW_Default)
            If ListView1.SelectedItems.Count > 0 Then
                Dim b As Integer = BassDShow.BASS_DSHOW_StreamCreateFile(ListView1.SelectedItems(0).Text, 0, Nothing, BASSFlag.BASS_DEFAULT)
                BassDShow.BASS_DSHOW_ChannelSetWindow(Me.PictureBox1.Handle, 0, 0)
                BassDShow.BASS_DSHOW_ChannelPlay(b)
            End If
and all time i receive this errors :S

 i try register in surodev.com but the link for registration freeware not work the link Cry
« Last Edit: 20 Aug '12 - 15:15 by spiritdead » Logged
spiritdead
Posts: 54


« Reply #1 on: 21 Aug '12 - 02:42 »
Reply with quoteQuote

solved by developer of dll thx Cheesy
Logged
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.18 | SMF © 2013, Simple Machines