- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm developing a device application (windows mobile 5.0) which has a part in C# and other in C++. The thing is that I can't compile OpenCV within the same solution. I get several errors of this type:
error LNK2019: unresolved external symbol cvCreateImage referenced in
function ...
error LNK2019: unresolved external symbol cvFree_ referenced in
function...
error LNK2019: unresolved external symbol cvFindChessboardCorners
referenced in function...
I understand that OpenCV was not created to mobile devices but is there any way to make it compatible? Is there any version for Pocket PC?
Thanks
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
OpenCV was not intended to be built on Windows Mobile.
Regards,
Vladimir

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page