The given version is not supported #9630
Replies: 2 comments 5 replies
-
We need to know which onnxruntime.dll was used. To identify the problem:
Please post the log here if you can't find the problematic DLL by yourself. |
Beta Was this translation helpful? Give feedback.
-
And I guess you were using Windows 11. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create a C++ inference app for my model.
I have cloned the onnxruntime with tag v1.9.1 recursively and build the source code on Windows with this command using the Visual Studio 2019 Developer Terminal:
Using CMake I have linked the library:
Upon importing the
onnxruntime_cxx_api.h
I receive this message in the output:Have I done something wrong?
This is my code:
Beta Was this translation helpful? Give feedback.
All reactions