Click to See Complete Forum and Search --> : Help! OpenCV and eVC++


Nirvana_pc
August 13th, 2005, 03:12 AM
Hi!
I am delevoping an application for PocketPC that use OpenCV.
I have compiled the OpenCV source code for Windows Mobile but only one of three DLL (one
for CXCORE, one CV and one HighGUI) have an error. (HighGUI DLL)


--------------------Configuration: highgui - Win32 (WCE emulator)Debug--------------------
Linking...
image.obj : error LNK2019: unresolved external symbol _cvShowImage referenced in function
"public: virtual void __thiscall CvvImage::Show(char const *)" (?
Show@CvvImage@@UAEXPBD@Z)
emulatorDbg/highgui.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

highgui.dll - 2 error(s), 0 warning(s)



You can help me!? Please.
We can download the entire project with three DLL here:
http://www.mycanottaggio.it/_upload_/LibOpenCVPocket.rar

Thanks.

Nirvana_pc
August 16th, 2005, 07:35 AM
Please... help me!

nedsys
October 28th, 2006, 12:39 AM
Hello.

I also want to use OpenCV under WinCE.

Did you success it?

How can I compile OpenCV sources for WinCE?

If you have a project workspace, Could you give me it?

e-mail: nedsys@hotmail.com

Thank you.

AndreZZR
November 26th, 2006, 02:16 PM
Hi!
I am delevoping an application for PocketPC that use OpenCV.
I have compiled the OpenCV source code for Windows Mobile but only one of three DLL (one
for CXCORE, one CV and one HighGUI) have an error. (HighGUI DLL)


--------------------Configuration: highgui - Win32 (WCE emulator)Debug--------------------
Linking...
image.obj : error LNK2019: unresolved external symbol _cvShowImage referenced in function
"public: virtual void __thiscall CvvImage::Show(char const *)" (?
Show@CvvImage@@UAEXPBD@Z)
emulatorDbg/highgui.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

highgui.dll - 2 error(s), 0 warning(s)



You can help me!? Please.
We can download the entire project with three DLL here:
http://www.mycanottaggio.it/_upload_/LibOpenCVPocket.rar

Thanks.

Try include highgui.lib and all others lib's Opencv

ribeirovski
July 23rd, 2007, 07:25 PM
Hi,

I was trying to compile OpenCV for Pocket PC but I get a series of linkage error like the ones you had! Did you managed to solve your problem? Thanks


Hi!
I am delevoping an application for PocketPC that use OpenCV.
I have compiled the OpenCV source code for Windows Mobile but only one of three DLL (one
for CXCORE, one CV and one HighGUI) have an error. (HighGUI DLL)


--------------------Configuration: highgui - Win32 (WCE emulator)Debug--------------------
Linking...
image.obj : error LNK2019: unresolved external symbol _cvShowImage referenced in function
"public: virtual void __thiscall CvvImage::Show(char const *)" (?
Show@CvvImage@@UAEXPBD@Z)
emulatorDbg/highgui.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

highgui.dll - 2 error(s), 0 warning(s)



You can help me!? Please.
We can download the entire project with three DLL here:
http://www.mycanottaggio.it/_upload_/LibOpenCVPocket.rar

Thanks.