comparison TODO @ 4837:a678ff1b8278

CPP Wrapper: fail when trying to use body > 4GB
author Alain Mazy <am@osimis.io>
date Thu, 02 Dec 2021 13:00:27 +0100
parents 6290a0b34aad
children 060b9a789202
comparison
equal deleted inserted replaced
4826:6c276fac0cc0 4837:a678ff1b8278
165 * Provide a C++ callback similar to "ReceivedInstanceFilter()" in Lua 165 * Provide a C++ callback similar to "ReceivedInstanceFilter()" in Lua
166 https://book.orthanc-server.com/users/lua.html#filtering-incoming-dicom-instances 166 https://book.orthanc-server.com/users/lua.html#filtering-incoming-dicom-instances
167 https://groups.google.com/d/msg/orthanc-users/BtvLTE5Ni8A/vIMhmMgfBAAJ 167 https://groups.google.com/d/msg/orthanc-users/BtvLTE5Ni8A/vIMhmMgfBAAJ
168 * In "OrthancPluginLog[Error|Warning|Info]()", prefix the log line with 168 * In "OrthancPluginLog[Error|Warning|Info]()", prefix the log line with
169 the name of the plugin, as retrieved by "OrthancPluginGetName()" 169 the name of the plugin, as retrieved by "OrthancPluginGetName()"
170 * update the SDK to handle buffer sizes > 4GB (all sizes are currently coded in uint32_t)
170 171
171 ---------------- 172 ----------------
172 Ideas of plugins 173 Ideas of plugins
173 ---------------- 174 ----------------
174 175