Hintz
Hintz
See static link instructions here: [-DCPPAN_BUILD_SHARED_LIBS=0](https://github.com/charlesw/tesseract/wiki/Compiling-Tesseract-and-Leptonica)
@egorpugin These steps fail for me using VS 2019. Suggestions? ``` Microsoft (R) Build Engine version 16.6.0+5ff7b0c9e for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. Build started 5/29/2020...
That was it. Thanks for your patience.
Seems to target a Debug build. Am I missing a step? ``` D:\Petri\41b\leptonica\build>cmake --build . Microsoft (R) Build Engine version 16.6.0+5ff7b0c9e for .NET Framework Copyright (C) Microsoft Corporation. All rights...
Neither string or byte array are good solutions from a security perspective because they can be abused in certain kinds of DOS or fuzzing attacks. I like the idea of...
@gmabey Yes, avoid use of arrays and strings (which really are just a specialized array).