<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Known issues</title><link>https://sourceforge.net/p/progabstrlib/wiki/Known%2520issues/</link><description>Recent changes to Known issues</description><atom:link href="https://sourceforge.net/p/progabstrlib/wiki/Known%20issues/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 30 Sep 2011 16:09:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/progabstrlib/wiki/Known%20issues/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Known issues modified by Colin Leach</title><link>https://sourceforge.net/p/progabstrlib/wiki/Known%2520issues/</link><description>Known Issues at Release
----

#### Windows incompatibility ####
*  ***MinGW*** under Win7 fails to compile at the line #include &lt;sys/socket.h&gt;.  This may need a major rewrite to use Winsock2 instead of Posix sockets.
*  ***CygWin*** gives no error messages, but the client code fails to communicate correctly with the graphics server.

#### Graphics server must be started manually ####
Do this BEFORE running your own code.  I'm still looking for a portable way for InitGraphics() to launch it automatically when necessary.

#### Limits on running multiple programs simultaneously ####
The graphics server is a shared resource, and multitasking (e.g. Maze in one window, Boggle in another) fails by default.  You may be able to work around this by running server instances on different ports, but this hasn't been tested.

#### Graphics area may not size or clip consistently ####
Graphics should be confined within the gray rectangle, but drawing outide this has rather unpredictable effects. Resizing the outer window (by dragging the corner) does nothing useful.

#### GetXResolution() and GetYResolution() aren't truly implemented ####
No idea how to do this, so both functions just return a const 100 pixels/inch.
This may not give the scaling you wanted!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Colin Leach</dc:creator><pubDate>Fri, 30 Sep 2011 16:09:30 -0000</pubDate><guid>https://sourceforge.neta7d231586c301bcb96f66d8af645387ee6758ebe</guid></item></channel></rss>