J2K-Codec ™

News
Overview
Download
Order
F.A.Q.
More info
Support
Links

Welcome
QuickStart

ActiveX Control

C++ Wrapper
J2K_Image
open
easyDecode
selectTiles
getMetaData
decode
close
J2K_Frames
open
getFrames
getFrame
operators
close

API Reference
General
getVersion
getLastError
getErrorStr
getLastErrorStr
Unlock
Open / Close
Open
Close
Info
GetInfo
GetInfoEx
GetResolutions
GetResDimensions
GetMetaData
Decoding
EasyDecode
SelectTiles
Decode
Cancel
Debug
StartLogging
StopLogging


J2K_getLastErrorStr


You can use this shortcut instead of the J2K_getLastError() / J2K_getErrorStr() pair.

const char* J2K_getLastErrorStr();


Return value

Returns the textual description of the last error.

Example

printf("\n J2K-Codec error: %s.", J2K_getLastErrorStr());

See also

J2K_getLastError()

J2K_getErrorStr()

List of error codes
2004-2008 © Alex Saveliev