I have a problem with bass_sfx.
The command:
hSFX = BASS_SFX_PluginCreate(Application.StartupPath & "\Visualizations\" & My.Settings.Visualizations, m_oVisPanel.Handle, m_oVisPanel.Width, m_oVisPanel.Height, 0)
At compiling returns hSFX=1 and everything is OK
Running exe from "bin/release" folder of vb.net returns hSFX=1 and everything is OK
If I copy the whole folder to any other directory returns hSFX=-1 and the m_oVisPanel is black!
Can anyone help me please?