|
[Sponsors] |
Error unresolved externals when using cxndsearch.h |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 22, 2020, 13:33 |
Error unresolved externals when using cxndsearch.h
|
#1 |
New Member
Tom Rich
Join Date: Feb 2019
Posts: 4
Rep Power: 7 |
Does anyone know where to find the .lib or .dll files for additional functions like cxndsearch.h in the FLUENT 2020 files? I am currently attempting to sample datapoints to feed to a machine learning program in a user defined function but keeping getting thrown this error. I was originally having the same problem with including tensorflow files but I fixed that by adding a link to the .lib file so i thought that might work here as well. Apologies if there is an easier solution I am missing, I'm no good at working in C++
Example of what worked with the tensorflow files: Code:
#include "tensorflow/c/c_api.h" #pragma comment(lib, "C:/Program Files/ANSYS Inc/v201/fluent/lib/tensorflow.lib") |
|
Tags |
cxndsearch, fluent, udf |
|
|