<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0">
<channel>
    <title>RoboRealm Forum</title>
    <link>http://www.RoboRealm.com/</link>
    <description>The newest forum threads.</description>
    <lastBuildDate>Tue, 30 Nov 1999 00:11:00 EST</lastBuildDate>
    <language>en-us</language>
    <copyright>Copyright: (C) RoboRealm, http://www.RoboRealm.com/</copyright>
    <docs>http://www.RoboRealm.com/</docs>

    <item>
        <title>No Title</title>
        <description>
        The API compiles as is in VC8.0 with the include main program. The GetBitmap routine needs several windows based functions that you should remove if you are working with the API on a different platform.&lt;br&gt;&lt;br&gt;If you want to use the GetBitmap and are working on windows be sure to include the first parts of main.cpp (the example API usage file) at the top. Namely:&lt;br&gt;&lt;br&gt;#include &amp;lt;stdio.h&amp;gt;&lt;br&gt;#include &amp;lt;string.h&amp;gt;&lt;br&gt;#include &amp;lt;stdlib.h&amp;gt;&lt;br&gt;#include &quot;RR_API.h&quot;&lt;br&gt;&lt;br&gt;#pragma comment(lib, &quot;ws2_32.lib&quot;)&lt;br&gt;&lt;br&gt;and you might also need&lt;br&gt;&lt;br&gt;#include &amp;lt;Windows.h&amp;gt;&lt;br&gt;&lt;br&gt;in there too.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2727</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2727</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I took out the getBitmap code in the RR_API.cpp file and the errors dont come up anymore, does anyone know what the problem could be in the getBitmap coding?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2727</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2727</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I tried running the API in my program in visual c++ express 2008 and Im getting the following errors:&lt;br&gt;RR_API.obj : error LNK2028: unresolved token (0A00001F) &quot;extern &quot;C&quot; long __stdcall SetBitmapBits(struct HBITMAP__ *,unsigned long,void const *)&quot; (?SetBitmapBits@@$$J212YGJPAUHBITMAP__@@KPBX@Z) referenced in function &quot;public: struct HBITMAP__ * __clrcall RR_API::getBitmap(char *,unsigned char *,int *,int *,unsigned int)&quot; (?getBitmap@RR_API@@$$FQAMPAUHBITMAP__@@PADPAEPAH2I@Z)&lt;br&gt;1&amp;gt;RR_API.obj : error LNK2028: unresolved token (0A000020) &quot;extern &quot;C&quot; struct HBITMAP__ * __stdcall CreateDIBSection(struct HDC__ *,struct tagBITMAPINFO const *,unsigned int,void * *,void *,unsigned long)&quot; (?CreateDIBSection@@$$J224YGPAUHBITMAP__@@PAUHDC__@@PBUtagBITMAPINFO@@IPAPAXPAXK@Z) referenced in function &quot;public: struct HBITMAP__ * __clrcall RR_API::getBitmap(char *,unsigned char *,int *,int *,unsigned int)&quot; (?getBitmap@RR_API@@$$FQAMPAUHBITMAP__@@PADPAEPAH2I@Z)&lt;br&gt;1&amp;gt;RR_API.obj : error LNK2019: unresolved external symbol &quot;extern &quot;C&quot; long __stdcall SetBitmapBits(struct HBITMAP__ *,unsigned long,void const *)&quot; (?SetBitmapBits@@$$J212YGJPAUHBITMAP__@@KPBX@Z) referenced in function &quot;public: struct HBITMAP__ * __clrcall RR_API::getBitmap(char *,unsigned char *,int *,int *,unsigned int)&quot; (?getBitmap@RR_API@@$$FQAMPAUHBITMAP__@@PADPAEPAH2I@Z)&lt;br&gt;1&amp;gt;RR_API.obj : error LNK2019: unresolved external symbol &quot;extern &quot;C&quot; struct HBITMAP__ * __stdcall CreateDIBSection(struct HDC__ *,struct tagBITMAPINFO const *,unsigned int,void * *,void *,unsigned long)&quot; (?CreateDIBSection@@$$J224YGPAUHBITMAP__@@PAUHDC__@@PBUtagBITMAPINFO@@IPAPAXPAXK@Z) referenced in function &quot;public: struct HBITMAP__ * __clrcall RR_API::getBitmap(char *,unsigned char *,int *,int *,unsigned int)&quot; (?getBitmap@RR_API@@$$FQAMPAUHBITMAP__@@PADPAEPAH2I@Z)&lt;br&gt;1&amp;gt;&lt;br&gt;does anyone know how to fix this?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2727</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2727</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
