CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2005
    Posts
    10

    Help! OpenCV and eVC++

    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)

    Code:
    --------------------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_...enCVPocket.rar

    Thanks.

  2. #2
    Join Date
    Aug 2005
    Posts
    10

    Re: Help! OpenCV and eVC++

    Please... help me!

  3. #3
    Join Date
    Oct 2006
    Posts
    1

    Re: Help! OpenCV and eVC++

    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: [email protected]

    Thank you.

  4. #4
    Join Date
    Nov 2006
    Posts
    1

    Re: Help! OpenCV and eVC++

    Quote Originally Posted by Nirvana_pc
    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)

    Code:
    --------------------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_...enCVPocket.rar

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

  5. #5
    Join Date
    Jun 2007
    Posts
    1

    Re: Help! OpenCV and eVC++

    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


    Quote Originally Posted by Nirvana_pc
    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)

    Code:
    --------------------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_...enCVPocket.rar

    Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured