Open sleepyspider1 opened 9 years ago
http://stackoverflow.com/a/7876240/3629737
It will not generate an import lib if nothing is exported.
Workaround: Add this to "flann_cpp.cpp" __declspec(dllexport)int add() { return 5; }
Hi ,I have problem compiling flann under win32, did you compiled it successfully? If so , could you give me some instructions?
The same for vs2015.
http://stackoverflow.com/a/7876240/3629737
It will not generate an import lib if nothing is exported.
Workaround: Add this to "flann_cpp.cpp" __declspec(dllexport)int add() { return 5; }