Author Topic: BASS 2.4.17 report version 2.4.16.15  (Read 392 times)

MB_SOFT

  • Posts: 495
BASS 2.4.17 report version 2.4.16.15
« on: 20 Oct '22 - 23:27 »
BASS 2.4.17 win32 still  report version 2.4.16.15

i expect to see version 2.4.17.x instead

is it a normal behaviour?

Ian @ un4seen

  • Administrator
  • Posts: 26021
Re: BASS 2.4.17 report version 2.4.16.15
« Reply #1 on: 21 Oct '22 - 11:52 »
No, the BASS_GetVersion return value should be 0x02041100 (2.4.17.0). Does the BASS.DLL file properties say that it's 2.4.17.0? If so, perhaps another BASS.DLL somewhere in the library search path is getting loaded instead. To check that, are you able to get the BASS_CONFIG_FILENAME value?

Code: [Select]
const char *basspath = BASS_GetConfigPtr(BASS_CONFIG_FILENAME);

If that call fails with BASS_ERROR_ILLPARAM then that means you're using an old BASS.DLL version.

MB_SOFT

  • Posts: 495
Re: BASS 2.4.17 report version 2.4.16.15
« Reply #2 on: 21 Oct '22 - 12:05 »
my bad, the new bass.dll file was not correctly extracted form the zip archive. Now it show correctly 2.4.17