Page 3 of 3
Re: #2 - Initialization
Posted: Thu Sep 09, 2010 12:41 pm
by Scottie1972
frozerlaxegon wrote:
Code: Select allUn4seen.Bass.Bass.BASS_Init(-1, 44100, Un4seen.Bass.BASSInit.BASS_DEVICE_DEFAULT, IntPtr.Zero)
This throws an exception.
I am using VB 2008 EE
Exception:
Unable to load DLL 'bass.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
And before you ask. Yes it has been referrenced in my application.
Note:
Plus it would be nice to have a link that directs me to a download or something.
Yes I could google it. But you never know if you download the right version or even the correct library.
As a first time user of BASE.dll, this tutorial is vage at best. It was very hard to understand you directions in creating this application. This is purly feedback. I am not downing your tutorial just trying to understand how to create this application with "0" errors.
Re: The Ultimate Guide To Use BASS.NET In Your .NET Application
Posted: Thu Sep 09, 2010 2:03 pm
by Codex
Note:
Plus it would be nice to have a link that directs me to a download or something.
Yes I could google it. But you never know if you download the right version or even the correct library.
As a first time user of BASE.dll, this tutorial is vage at best. It was very hard to understand you directions in creating this application. This is purly feedback. I am not downing your tutorial just trying to understand how to create this application with "0" errors.
I agree; add a download link, and make it easier to understand, cause its hard.
Re: #2 - Initialization
Posted: Wed Sep 15, 2010 10:22 am
by frozerlaxegon
Scottie1972 wrote:frozerlaxegon wrote:
Code: Select allUn4seen.Bass.Bass.BASS_Init(-1, 44100, Un4seen.Bass.BASSInit.BASS_DEVICE_DEFAULT, IntPtr.Zero)
This throws an exception.
I am using VB 2008 EE
Exception:
Unable to load DLL 'bass.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
And before you ask. Yes it has been referrenced in my application.
Note:
Plus it would be nice to have a link that directs me to a download or something.
Yes I could google it. But you never know if you download the right version or even the correct library.
As a first time user of BASE.dll, this tutorial is vage at best. It was very hard to understand you directions in creating this application. This is purly feedback. I am not downing your tutorial just trying to understand how to create this application with "0" errors.
*facepalms*
Do you have BASS.DLL(no not BAss.NET.DLL), download from un4seen.com(will update this post later) put it into your bin/debug folder.