I am currently trying to get the language binding of stack overflow for c working.
Most likely, I have the same issue as already asked here: C TensorFlow "undefined reference to `_imp__TF_Version'"
Of course, I have checked the answers there and the reference to the other post. Unfortunately, I didn´t find the answer there.
I am trying to do it, however, via visual studio 2019. So what I did so far:
- Download the appropriate package from here: https://www.tensorflow.org/install/lang_c#linux (Windows of course)
- Set the includes and the links to the dll/libs to the correct folders INSIDE the Visual Studio settings. I feel that is not sufficient or correct.
When I then compile the "hello world" code part stated at the tensorflow website, I get the error
"undefined reference to `_imp__TF_Version"
I guess there must be a simple solution to that - nevertheless I don´t find it.