comparison README.md @ 956:a7351ad54960

Made IsContextLost automatically set the flag by checking with the emscripten WebGL wrapper + added a LOT of logging messages right before throwing ErrorCode_BadSequenceOfCalls exceptions + increased the http request timeouts from 60 to 600 sec (big datasets in some recent customer use cases) + added IsContext lost through the Viewport/Context layer (to make it reachable from external API) + the same for the underlying device context (for debug)
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 21 Aug 2019 16:16:30 +0200
parents d1feb89ea742
children 1607c4aebc5d
comparison
equal deleted inserted replaced
953:118fc5c85d07 956:a7351ad54960
234 issn="1618-727X", 234 issn="1618-727X",
235 doi="10.1007/s10278-018-0082-y", 235 doi="10.1007/s10278-018-0082-y",
236 url="https://doi.org/10.1007/s10278-018-0082-y" 236 url="https://doi.org/10.1007/s10278-018-0082-y"
237 } 237 }
238 238
239 Build the Application Samples
240 -----------------------------
241
242 **Visual Studio 2008 (v90) **
243
244 ```
245 cmake -G "Visual Studio 9 2008" -DUSE_LEGACY_JSONCPP=ON -DENABLE_OPENGL=ON -DSTATIC_BUILD=ON -DOPENSSL_NO_CAPIENG=ON -DORTHANC_FRAMEWORK_SOURCE=path -DORTHANC_FRAMEWORK_ROOT="$($pwd)\..\orthanc" -DALLOW_DOWNLOADS=ON -DENABLE_SDL=ON ../orthanc-stone/Applications/Samples
246 ```
247
239 Various notes to be sorted 248 Various notes to be sorted
240 --------------------------- 249 ---------------------------
241 How to build the newest (2019-04-29) SDL samples under Windows, *inside* a 250 How to build the newest (2019-04-29) SDL samples under Windows, *inside* a
242 folder that is sibling to the orthanc-stone folder: 251 folder that is sibling to the orthanc-stone folder:
243 252