Binary compatibility report for the FMOD Ex library between 43305 and 43306 versions on x86
Test Info
Library Name | FMOD Ex |
Version #1 | 43305 |
Version #2 | 43306 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 12 |
Total Shared Libraries | 6 |
Total Symbols / Types | 1000 / 365 |
Verdict | Incompatible (0.1%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 1 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (1)
fmod.hpp,
libfmodexL-4.33.06.so
namespace FMOD
Sound::getOpenState ( enum FMOD_OPENSTATE* openstate, unsigned int* percentbuffered, bool* starving, bool* diskbusy )
[symbol: _ZN4FMOD5Sound12getOpenStateEP14FMOD_OPENSTATEPjPbS4_]
to the top
Removed Symbols (1)
fmod.hpp,
libfmodexL-4.33.05.so
namespace FMOD
Sound::getOpenState ( enum FMOD_OPENSTATE* openstate, unsigned int* percentbuffered, bool* starving )
[symbol: _ZN4FMOD5Sound12getOpenStateEP14FMOD_OPENSTATEPjPb]
to the top
Problems with Symbols, High Severity (1)
fmod.hpp,
libfmodexL-4.33.05.so
namespace FMOD
[+] Sound::getOpenState ( enum FMOD_OPENSTATE* openstate, unsigned int* percentbuffered, bool* starving ) (1)
changed to:Sound::getOpenState ( enum FMOD_OPENSTATE* openstate, unsigned int* percentbuffered, bool* starving, bool* diskbusy )
[symbol: _ZN4FMOD5Sound12getOpenStateEP14FMOD_OPENSTATEPjPb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4FMOD5Sound12getOpenStateEP14FMOD_OPENSTATEPjPb to _ZN4FMOD5Sound12getOpenStateEP14FMOD_OPENSTATEPjPbS4_. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Symbols, Medium Severity (1)
fmod.h,
libfmodexL-4.33.05.so
[+] FMOD_Sound_GetOpenState ( FMOD_SOUND* sound, enum FMOD_OPENSTATE* openstate, unsigned int* percentbuffered, FMOD_BOOL* starving ) (1)
changed to:FMOD_Sound_GetOpenState ( FMOD_SOUND* sound, enum FMOD_OPENSTATE* openstate, unsigned int* percentbuffered, FMOD_BOOL* starving, FMOD_BOOL* diskbusy )
| Change | Effect |
---|
1 | Parameter diskbusy of type FMOD_BOOL* has been added to the calling stack. | This parameter will not be initialized by old clients. |
to the top
Header Files (12)
fmod.h
fmod.hpp
fmod_codec.h
fmod_dsp.h
fmod_errors.h
fmod_event.h
fmod_event.hpp
fmod_event_net.h
fmod_event_net.hpp
fmod_memoryinfo.h
fmod_output.h
fmodlinux.h
to the top
Shared Libraries (6)
libfmodevent-4.33.05.so
libfmodeventL-4.33.05.so
libfmodeventnet-4.33.05.so
libfmodeventnetL-4.33.05.so
libfmodex-4.33.05.so
libfmodexL-4.33.05.so
to the top