You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
paddleocr deploy cpp_infer 我使用静态编译库paddle_inference.lib 时,ppocr工作良好。当我使用动态库paddle_inference.dll ,使用运行库多线程 DLL (/MD)编译ppocr程序时报错如下
我做的工作
建立demo项目,测试运行库多线程 DLL (/MD)下,链接paddle_inference.dll 可以正常使用。
absl_statusor.lib静态库在运行库为多线程 DLL (/MD)下,可以正常使用。
yaml-cpp.lib静态库在运行库为多线程 DLL (/MD)下,可以正常使用。
所以我不知道什么原因,在编译ppocr时导致的上述错误
Beta Was this translation helpful? Give feedback.
All reactions