I have followed the intrunctions here to the core.
And they run perfect on Windows 7 32 bit machine. But I use the same instructions with Windows 7 64 bit machine. I get the following error.
error LNK2019: unresolved external symbol _cvDestroyAllWindows referenced in function "void * __cdecl trial1(void *)" (?trial1@@YAPAXPAX@Z)
and similarly for other openCV methods.
I have made changes in my Configuration Manager and added x64 to the Solutions Platform but still getting the errors.