<?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 Re: Linking with iamt.lib in debug configuration in Intel® Business Client Software Development</title>
    <link>https://community.intel.com/t5/Intel-Business-Client-Software/Linking-with-iamt-lib-in-debug-configuration/m-p/876948#M3146</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I checked with SDK team and found that you need to build your own iamtd.lib for using in the debug mode. The source can be found at src/StorageLib folder.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sree&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Dec 2007 20:11:16 GMT</pubDate>
    <dc:creator>Sreelekshm_S_Intel</dc:creator>
    <dc:date>2007-12-17T20:11:16Z</dc:date>
    <item>
      <title>Linking with iamt.lib in debug configuration</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Linking-with-iamt-lib-in-debug-configuration/m-p/876945#M3143</link>
      <description>&lt;FONT size="1"&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;When I try to build my application in the release configuration, I have no problem but when I try to do that in debug configuration, I get the following error. I am building using Visual Studio 2005. Reading some of the forums on other websites, I think the issue is that iamt.lib was built in the release configuration and one cannot use it in debug configuration build.&lt;/P&gt;
&lt;P&gt;iamt.lib(iamt_os_win.obj) : error LNK2019: unresolved external symbol __invalid_parameter_noinfo referenced in function "public: bool __thiscall std::_Tree&lt;CLASS :_tmap_traits=""&gt;&lt;UNSIGNED long=""&gt;
&lt;/UNSIGNED&gt;&lt;/CLASS&gt;&lt;/P&gt;&lt;P&gt;What is the solution? Is there an iamtd.lib that is provided? If not,can I build it myself? How?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Hassan&lt;/P&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 17 Dec 2007 17:35:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Linking-with-iamt-lib-in-debug-configuration/m-p/876945#M3143</guid>
      <dc:creator>hasyed</dc:creator>
      <dc:date>2007-12-17T17:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Linking with iamt.lib in debug configuration</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Linking-with-iamt-lib-in-debug-configuration/m-p/876946#M3144</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Are you using the correct version of the library? I guess that you are building this in a multithreaded environment. Depending on the MT/MD flag originally used for compiling your application, you need to use iamt.lib or iamtdyn.lib included in the SDK.&lt;/P&gt;
&lt;P&gt;Please refer to &lt;FONT color="#000000"&gt;Linking with the Intel-Supplied ISV Storage Library for Microsoft Windows* section in the SDK user guide for details on this. Let us know if you still have issues.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Sree&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2007 18:06:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Linking-with-iamt-lib-in-debug-configuration/m-p/876946#M3144</guid>
      <dc:creator>Sreelekshm_S_Intel</dc:creator>
      <dc:date>2007-12-17T18:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Linking with iamt.lib in debug configuration</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Linking-with-iamt-lib-in-debug-configuration/m-p/876947#M3145</link>
      <description>&lt;P&gt;Thanks for the reply. &lt;/P&gt;
&lt;P&gt;The documentation does not mention which library to include for the /MTd option (Multi-threaded debug).&lt;/P&gt;
&lt;P&gt;When I include iamt.lib, I got the following errors&lt;BR /&gt;&lt;FONT size="2"&gt;LIBCMT.lib(invarg.obj) : error LNK2005: __initp_misc_invarg already defined in LIBCMTD.lib(invarg.obj)&lt;BR /&gt;LIBCMT.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in LIBCMTD.lib(invarg.obj)&lt;BR /&gt;&lt;/FONT&gt;.......&lt;/P&gt;
&lt;P&gt;So, I added an option to ignore libcmt.lib. If I do that, then I get the error that I mentioned in the initial post&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2007 19:37:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Linking-with-iamt-lib-in-debug-configuration/m-p/876947#M3145</guid>
      <dc:creator>hasyed</dc:creator>
      <dc:date>2007-12-17T19:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Linking with iamt.lib in debug configuration</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Linking-with-iamt-lib-in-debug-configuration/m-p/876948#M3146</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I checked with SDK team and found that you need to build your own iamtd.lib for using in the debug mode. The source can be found at src/StorageLib folder.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sree&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2007 20:11:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Linking-with-iamt-lib-in-debug-configuration/m-p/876948#M3146</guid>
      <dc:creator>Sreelekshm_S_Intel</dc:creator>
      <dc:date>2007-12-17T20:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Linking with iamt.lib in debug configuration</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Linking-with-iamt-lib-in-debug-configuration/m-p/876949#M3147</link>
      <description>Thanks. It works now. I built a debug version of the library (iamtd.lib). Support was impressive.</description>
      <pubDate>Mon, 17 Dec 2007 21:29:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Linking-with-iamt-lib-in-debug-configuration/m-p/876949#M3147</guid>
      <dc:creator>hasyed</dc:creator>
      <dc:date>2007-12-17T21:29:33Z</dc:date>
    </item>
  </channel>
</rss>

