CARB_IS_SAME_SDK_VERSION
Defined in carb/Framework.h
- 
CARB_IS_SAME_SDK_VERSION(version)
- Tests whether the Carbonite SDK headers match the version of used to build the framework. - Parameters
- version – [in] The version string to compare to the version stored in the Carbonite framework library. This is expected to be the value of the CARB_SDK_VERSION symbol found in - carb/SdkVersion.h.
 
- Returns
- trueif the version of the headers matches the version of the framework library that is currently loaded. Returns- falseif the version string in the headers does not match the version of the framework library. If the library does not match the headers, it is not necessarily a fatal problem. It does however indicate that issues may occur and that there may have been a building or packaging problem for the host app.