Hello,
I'm trying to compile the OpenCV library using VS2008 and Intel Compiler V11.
I get a linker problem as follows:
1>system.obj : error LNK2019: riferimento al simbolo esterno __cpuidex non risolto nella funzione "public: static struct cv::HWFeatures __cdecl cv::HWFeatures::initialize(void)" (?initialize@HWFeatures@cv@@SA?AU12@XZ)
I know, it's in italian, but, please, be patient.
It's not able to find the symbol __cpuidex. Is there any additional library I missed to link? Or is there any other solution?
Thanks in advance!! Have a nice weekend!!
Best Regards!!
Marc