Replies: 1 comment
-
copy onnxruntime.dll to the same folder where your main exe lives. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my windows there are lots of onnxruntime.dll.
My c++ programs insist on using C:\WINDOWS\SYSTEM32\onnxruntime.dll though i have built onnxruntime from source and added the path to onnxruntime.lib and onnxruntime.dll to the vs 2022 linker paths.
Beta Was this translation helpful? Give feedback.
All reactions