Binary compatibility report for the FMOD Ex library between 43907 and 44000 versions on x86
Test Info
Library Name | FMOD Ex |
Version #1 | 43907 |
Version #2 | 44000 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 12 |
Total Shared Libraries | 6 |
Total Symbols / Types | 992 / 355 |
Verdict | Incompatible (0.2%) |
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_event.hpp,
libfmodeventnetL-4.40.00.so
namespace FMOD
EventSystem::preloadFSB ( char const* filename, int streaminstance, Sound* sound, bool unloadprevious )
[symbol: _ZN4FMOD11EventSystem10preloadFSBEPKciPNS_5SoundEb]
to the top
Removed Symbols (1)
fmod_event.hpp,
libfmodeventL-4.39.07.so
namespace FMOD
EventSystem::preloadFSB ( char const* filename, int streaminstance, Sound* sound )
[symbol: _ZN4FMOD11EventSystem10preloadFSBEPKciPNS_5SoundE]
to the top
Problems with Symbols, High Severity (1)
fmod_event.hpp,
libfmodeventL-4.39.07.so
namespace FMOD
[+] EventSystem::preloadFSB ( char const* filename, int streaminstance, Sound* sound ) (1)
changed to:EventSystem::preloadFSB ( char const* filename, int streaminstance, Sound* sound, bool unloadprevious )
[symbol: _ZN4FMOD11EventSystem10preloadFSBEPKciPNS_5SoundE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4FMOD11EventSystem10preloadFSBEPKciPNS_5SoundE to _ZN4FMOD11EventSystem10preloadFSBEPKciPNS_5SoundEb. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Symbols, Medium Severity (1)
fmod_event.h,
libfmodeventL-4.39.07.so
[+] FMOD_EventSystem_PreloadFSB ( FMOD_EVENTSYSTEM* eventsystem, char const* filename, int streaminstance, FMOD_SOUND* sound ) (1)
changed to:FMOD_EventSystem_PreloadFSB ( FMOD_EVENTSYSTEM* eventsystem, char const* filename, int streaminstance, FMOD_SOUND* sound, FMOD_BOOL unloadprevious )
| Change | Effect |
---|
1 | Parameter unloadprevious 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.39.07.so
libfmodeventL-4.39.07.so
libfmodeventnet-4.39.07.so
libfmodeventnetL-4.39.07.so
libfmodex-4.39.07.so
libfmodexL-4.39.07.so
to the top