<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.pellesc.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.pellesc.de/feed.php">
        <title>Pelles C Wiki</title>
        <description></description>
        <link>http://wiki.pellesc.de/</link>
        <image rdf:resource="http://wiki.pellesc.de/lib/images/favicon.ico" />
       <dc:date>2012-01-28T20:13:59+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.pellesc.de/doku.php?id=de:first_steps&amp;rev=1327686075&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.pellesc.de/doku.php?id=center_window&amp;rev=1321953955&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.pellesc.de/doku.php?id=available_drives&amp;rev=1321953952&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.pellesc.de/doku.php?id=translating&amp;rev=1316786525&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.pellesc.de/doku.php?id=main_page&amp;rev=1312232245&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.pellesc.de/lib/images/favicon.ico">
        <title>Pelles C Wiki</title>
        <link>http://wiki.pellesc.de/</link>
        <url>http://wiki.pellesc.de/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.pellesc.de/doku.php?id=de:first_steps&amp;rev=1327686075&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-27T18:41:15+01:00</dc:date>
        <dc:creator>czerny</dc:creator>
        <title>de:first_steps - angelegt</title>
        <link>http://wiki.pellesc.de/doku.php?id=de:first_steps&amp;rev=1327686075&amp;do=diff</link>
        <description>In der Hilfedatei findest Du unter:

Inhalt &gt; Integrated Environment &gt; POIDE integrated environment &gt; Your first project: Hello, World

einen ersten Zugang zur IDE.

Dieses Beispiel solltest Du nachvollziehen.</description>
    </item>
    <item rdf:about="http://wiki.pellesc.de/doku.php?id=center_window&amp;rev=1321953955&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-22T10:25:55+01:00</dc:date>
        <dc:creator>Payton Robinson</dc:creator>
        <title>center_window</title>
        <link>http://wiki.pellesc.de/doku.php?id=center_window&amp;rev=1321953955&amp;do=diff</link>
        <description>It looks sometimes much better, if a new modal dialog or window is centered to his parent. This function solves this for you. just call CenterWindow (hwndChild, hwndParent);.

BOOL CenterWindow(HWND hwndChild, HWND hwndParent)
{
    RECT    rcChild, rcParent;
    int     cxChild, cyChild, cxParent, cyParent;
    int     cxScreen, cyScreen, xNew, yNew;
    HDC     hdc;

    GetWindowRect(hwndChild, &amp;rcChild);
    cxChild = rcChild.right - rcChild.left;
    cyChild = rcChild.bottom - rcChild.top;
…</description>
    </item>
    <item rdf:about="http://wiki.pellesc.de/doku.php?id=available_drives&amp;rev=1321953952&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-22T10:25:52+01:00</dc:date>
        <dc:creator>Payton Robinson</dc:creator>
        <title>available_drives</title>
        <link>http://wiki.pellesc.de/doku.php?id=available_drives&amp;rev=1321953952&amp;do=diff</link>
        <description>This code snippet is originally from the former WinAPI site www.winapi.net

Sometimes you need to know about all logical drives. The WinAPI gives us for that the function GetLogicalDrives(). It returns a bit mask which has to be analysed. Here is an example how:</description>
    </item>
    <item rdf:about="http://wiki.pellesc.de/doku.php?id=translating&amp;rev=1316786525&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-23T16:02:05+01:00</dc:date>
        <dc:creator>Ula Redmond</dc:creator>
        <title>translating</title>
        <link>http://wiki.pellesc.de/doku.php?id=translating&amp;rev=1316786525&amp;do=diff</link>
        <description>Version: 1.00 --- Christian Heffner 2008/06/09 01:22

Version: 1.01 --- Christian Heffner 2008/08/03 11:08

Version: 1.02 --- Christian Heffner 2008/08/07 15:23

Please don't translate this page into other languages,
so we have a common place for the Pelles C translators here!</description>
    </item>
    <item rdf:about="http://wiki.pellesc.de/doku.php?id=main_page&amp;rev=1312232245&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-01T22:57:25+01:00</dc:date>
        <dc:creator>Scott</dc:creator>
        <title>main_page</title>
        <link>http://wiki.pellesc.de/doku.php?id=main_page&amp;rev=1312232245&amp;do=diff</link>
        <description>This Wiki is created to give a platform for all users of Pelles C to share tutorials, sourcecodes ore just hints. 

Please feel free to contribute something good to fill this Wiki with a lot of useful informations.

For authors:
Please read the Author information before posting.</description>
    </item>
</rdf:RDF>

