<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic cvShowImage Problem in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/cvShowImage-Problem/m-p/951757#M18668</link>
    <description>&lt;DIV&gt;&lt;FONT color="#333300" size="3"&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Lucida Sans Typewriter" color="#333300" size="3"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to use Intel's OpenCV Library in Visual C++ .Net (using Visual Studio .Net 2003).&lt;BR /&gt;I tried doing the following:&lt;BR /&gt;&lt;BR /&gt;Tools &amp;gt; Options &amp;gt; Projects &amp;gt; VC++ Directories,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Lucida Sans Typewriter" color="#333300" size="3"&gt;and added the following:&lt;/FONT&gt;&lt;/DIV&gt;&lt;FONT face="Lucida Sans Typewriter"&gt;&lt;/FONT&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;FONT color="#333300" size="3"&gt;include files:&lt;BR /&gt;C:Program FilesOpenCVappsHaarTraininginclude&lt;BR /&gt;C:Program FilesOpenCVcvauxinclude&lt;BR /&gt;C:Program FilesOpenCVcxcoreinclude&lt;BR /&gt;C:Program FilesOpenCVotherlibshighgui&lt;BR /&gt;C:Program FilesOpenCVcvinclude&lt;BR /&gt;&lt;BR /&gt;Library Files:&lt;BR /&gt;C:Program FilesOpenCVlib&lt;BR /&gt;&lt;BR /&gt;project-&amp;gt;Project properties-&amp;gt;linker-&amp;gt;input-&amp;gt;additional&lt;BR /&gt;dependencies=cvlib&lt;BR /&gt;&lt;BR /&gt;everything was fine but when i wrote this function ( cvShowImage("Opening&amp;amp;Closing window",dest);)in my project then&lt;BR /&gt;i got the folowing error&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;FONT color="#333300" size="3"&gt;"error lnk2001:unresolved external symbol&lt;BR /&gt;void_cdeclcvcvShowImage(char const*,char const*);&lt;BR /&gt;"&lt;BR /&gt;Now What should i do now ?&lt;BR /&gt;Thanks alot in advance&lt;BR /&gt;mush&lt;/FONT&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 11 Jan 2006 04:06:58 GMT</pubDate>
    <dc:creator>mudasar_husain</dc:creator>
    <dc:date>2006-01-11T04:06:58Z</dc:date>
    <item>
      <title>cvShowImage Problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/cvShowImage-Problem/m-p/951757#M18668</link>
      <description>&lt;DIV&gt;&lt;FONT color="#333300" size="3"&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Lucida Sans Typewriter" color="#333300" size="3"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to use Intel's OpenCV Library in Visual C++ .Net (using Visual Studio .Net 2003).&lt;BR /&gt;I tried doing the following:&lt;BR /&gt;&lt;BR /&gt;Tools &amp;gt; Options &amp;gt; Projects &amp;gt; VC++ Directories,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Lucida Sans Typewriter" color="#333300" size="3"&gt;and added the following:&lt;/FONT&gt;&lt;/DIV&gt;&lt;FONT face="Lucida Sans Typewriter"&gt;&lt;/FONT&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;FONT color="#333300" size="3"&gt;include files:&lt;BR /&gt;C:Program FilesOpenCVappsHaarTraininginclude&lt;BR /&gt;C:Program FilesOpenCVcvauxinclude&lt;BR /&gt;C:Program FilesOpenCVcxcoreinclude&lt;BR /&gt;C:Program FilesOpenCVotherlibshighgui&lt;BR /&gt;C:Program FilesOpenCVcvinclude&lt;BR /&gt;&lt;BR /&gt;Library Files:&lt;BR /&gt;C:Program FilesOpenCVlib&lt;BR /&gt;&lt;BR /&gt;project-&amp;gt;Project properties-&amp;gt;linker-&amp;gt;input-&amp;gt;additional&lt;BR /&gt;dependencies=cvlib&lt;BR /&gt;&lt;BR /&gt;everything was fine but when i wrote this function ( cvShowImage("Opening&amp;amp;Closing window",dest);)in my project then&lt;BR /&gt;i got the folowing error&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;FONT color="#333300" size="3"&gt;"error lnk2001:unresolved external symbol&lt;BR /&gt;void_cdeclcvcvShowImage(char const*,char const*);&lt;BR /&gt;"&lt;BR /&gt;Now What should i do now ?&lt;BR /&gt;Thanks alot in advance&lt;BR /&gt;mush&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Jan 2006 04:06:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/cvShowImage-Problem/m-p/951757#M18668</guid>
      <dc:creator>mudasar_husain</dc:creator>
      <dc:date>2006-01-11T04:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: cvShowImage Problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/cvShowImage-Problem/m-p/951758#M18669</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;seems you did not specified in additional libs the library which contains function you call in application. I believe it should be highgui.lib but you need to check this with your OpenCV manual.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Jan 2006 05:25:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/cvShowImage-Problem/m-p/951758#M18669</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-01-13T05:25:15Z</dc:date>
    </item>
  </channel>
</rss>

