Binary compatibility report for the FMOD Ex library between 43105 and 43200 versions on x86
Test Info
Library Name | FMOD Ex |
Version #1 | 43105 |
Version #2 | 43200 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 12 |
Total Shared Libraries | 6 |
Total Symbols / Types | 996 / 365 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 2 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Problems with Data Types, Low Severity (2)
fmod_event.h
[+] class FMOD_EVENT_SYSTEMINFO (2)
| Change |
Effect |
1 | Field numloadsqueued has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Size of this type has been changed from 24 bytes to 28 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (2)
FMOD::EventSystem::getInfo ( FMOD_EVENT_SYSTEMINFO* info )1st parameter 'info' (pointer) has base type 'FMOD_EVENT_SYSTEMINFO'.
FMOD_EventSystem_GetInfo ( FMOD_EVENTSYSTEM* eventsystem, FMOD_EVENT_SYSTEMINFO* info )2nd parameter 'info' (pointer) has base type 'FMOD_EVENT_SYSTEMINFO'.
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.31.05.so
libfmodeventL-4.31.05.so
libfmodeventnet-4.31.05.so
libfmodeventnetL-4.31.05.so
libfmodex-4.31.05.so
libfmodexL-4.31.05.so
to the top