<?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 Error....please help in Developing Games on Intel Graphics</title>
    <link>https://community.intel.com/t5/Developing-Games-on-Intel/Error-please-help/m-p/810343#M191</link>
    <description>Did you set the project properties for library paths to find the Intel libs?</description>
    <pubDate>Tue, 01 Jun 2010 17:34:58 GMT</pubDate>
    <dc:creator>Philip_T_Intel1</dc:creator>
    <dc:date>2010-06-01T17:34:58Z</dc:date>
    <item>
      <title>Error....please help</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Error-please-help/m-p/810341#M189</link>
      <description>I was trying to build an application for netbooks in Visual Studio 2008 using the Intel appdeveloper sdk.I succeeded in creating a simple WIN 32 console application using the sdk.But when I tried to build a more complicated application in CLR windows forms it results in th following error.&lt;DIV&gt;Please help me to find out a solution for this error.I think it is because of failure in LINKING.Help me to configure it.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Error	1	error LNK2028: unresolved token (0A000014) "public: __clrcall com::intel::adp::ApplicationId::ApplicationId(class com::intel::adp::ApplicationId const &amp;amp;)" (??0ApplicationId@adp@intel@com@@$$FQAM@ABV0123@@Z) referenced in function "public: static void __clrcall com::intel::adp::ApplicationId::(class com::intel::adp::ApplicationId *,class com::intel::adp::ApplicationId *)" (?@ApplicationId@adp@intel@com@@$$FSMXPAV1234@0@Z)	app.obj&lt;BR /&gt;Error	2	error LNK2028: unresolved token (0A000015) "public: __clrcall com::intel::adp::Application::Application(class com::intel::adp::ApplicationId)" (??0Application@adp@intel@com@@$$FQAM@VApplicationId@123@@Z) referenced in function "int __clrcall main(cli::array^)" (?main@@$$HYMHP$01AP$AAVString@System@@@Z)	app.obj&lt;BR /&gt;Error	3	error LNK2028: unresolved token (0A00001A) "public: virtual __clrcall com::intel::adp::ApplicationId::~ApplicationId(void)" (??1ApplicationId@adp@intel@com@@$$FUAM@XZ) referenced in function "public: static void __clrcall com::intel::adp::ApplicationId::(class com::intel::adp::ApplicationId *)" (?@ApplicationId@adp@intel@com@@$$FSMXPAV1234@@Z)	app.obj&lt;BR /&gt;Error	4	error LNK2020: unresolved token (0A00001C) ADP_DEBUG_APPLICATIONID	app.obj&lt;BR /&gt;Error	5	error LNK2028: unresolved token (0A00001D) "public: __clrcall com::intel::adp::ApplicationId::ApplicationId(struct ADP_APPLICATIONID)" (??0ApplicationId@adp@intel@com@@$$FQAM@UADP_APPLICATIONID@@@Z) referenced in function "void __clrcall `anonymous namespace'::`dynamic initializer for 'void __clrcall myApplicationID::A0x79de3035(void)''(void)" (???__E?A0x79de3035@myApplicationID@@YMXXZ@?A0x79de3035@@$$FYMXXZ)	app.obj&lt;BR /&gt;Error	6	error LNK2019: unresolved external symbol "public: __clrcall com::intel::adp::ApplicationId::ApplicationId(class com::intel::adp::ApplicationId const &amp;amp;)" (??0ApplicationId@adp@intel@com@@$$FQAM@ABV0123@@Z) referenced in function "public: static void __clrcall com::intel::adp::ApplicationId::(class com::intel::adp::ApplicationId *,class com::intel::adp::ApplicationId *)" (?@ApplicationId@adp@intel@com@@$$FSMXPAV1234@0@Z)	app.obj&lt;BR /&gt;Error	7	error LNK2019: unresolved external symbol "public: virtual __clrcall com::intel::adp::ApplicationId::~ApplicationId(void)" (??1ApplicationId@adp@intel@com@@$$FUAM@XZ) referenced in function "public: static void __clrcall com::intel::adp::ApplicationId::(class com::intel::adp::ApplicationId *)" (?@ApplicationId@adp@intel@com@@$$FSMXPAV1234@@Z)	app.obj&lt;BR /&gt;Error	8	error LNK2019: unresolved external symbol "public: __clrcall com::intel::adp::Application::Application(class com::intel::adp::ApplicationId)" (??0Application@adp@intel@com@@$$FQAM@VApplicationId@123@@Z) referenced in function "int __clrcall main(cli::array^)" (?main@@$$HYMHP$01AP$AAVString@System@@@Z)	app.obj&lt;BR /&gt;Error	9	error LNK2019: unresolved external symbol "public: __clrcall com::intel::adp::ApplicationId::ApplicationId(struct ADP_APPLICATIONID)" (??0ApplicationId@adp@intel@com@@$$FQAM@UADP_APPLICATIONID@@@Z) referenced in function "void __clrcall `anonymous namespace'::`dynamic initializer for 'void __clrcall myApplicationID::A0x79de3035(void)''(void)" (???__E?A0x79de3035@myApplicationID@@YMXXZ@?A0x79de3035@@$$FYMXXZ)	app.obj&lt;BR /&gt;Error	10	error LNK2001: unresolved external symbol ADP_DEBUG_APPLICATIONID	app.obj&lt;BR /&gt;Error	11	fatal error LNK1120: 10 unresolved externals	C:\\Documents and Settings\\Akshaynath\\Desktop\\INTEL\\app\\Debug\\app.exe 1&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 May 2010 09:39:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Error-please-help/m-p/810341#M189</guid>
      <dc:creator>Akshaynath</dc:creator>
      <dc:date>2010-05-27T09:39:39Z</dc:date>
    </item>
    <item>
      <title>Error....please help</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Error-please-help/m-p/810342#M190</link>
      <description>Please double check your codes and research for new codes at google.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.rpassociates.us"&gt;Promotional Ideas&lt;/A&gt;</description>
      <pubDate>Sat, 29 May 2010 01:31:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Error-please-help/m-p/810342#M190</guid>
      <dc:creator>karylwilliams</dc:creator>
      <dc:date>2010-05-29T01:31:59Z</dc:date>
    </item>
    <item>
      <title>Error....please help</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Error-please-help/m-p/810343#M191</link>
      <description>Did you set the project properties for library paths to find the Intel libs?</description>
      <pubDate>Tue, 01 Jun 2010 17:34:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Error-please-help/m-p/810343#M191</guid>
      <dc:creator>Philip_T_Intel1</dc:creator>
      <dc:date>2010-06-01T17:34:58Z</dc:date>
    </item>
  </channel>
</rss>

