How can I deploy opencv app to WIN10 HOME ? [closed]
SOURCE SYSTEM : WİN 10 PRO, cpu/os X64, VS 2015 C++ ,opencv 3.0 Below code runs on source system :
#include <opencv2/opencv.hpp>
int main(int argn, char** argv[])
{
std::cout << "--- begin ---";
cv::Mat frame;
std::cout << "--- end ---";
return 0;
}
TARGET SYSTEM : WİN 10 HOME, cpu/os X64 I deploy exe and opencv dlls to a folder on TARGET SYSTEM. After displaying "--- begin ---" application crashes with "exe stopped working" message.
Thank you so much for your help.
How do you compile opencv? Do you use opencl ? do you use cuda? SSE2 optimization...
please give us the exact error msg.
compile : ms visual studio 2015 message : sil.exe has stopped working , check online for solution../ close program. Event viewer message : Problem Event Name: APPCRASH/Fault Module Name: sil.exe/Exception Code: c000001d
Thanks a lot.
use google
problem solved when enhanced instructions set is disabled. thanks for comments.