|
From: andrew7 <bd...@us...> - 2006-12-10 22:44:15
|
Update of /cvsroot/smartwin/SmartWin/doxygenIn/html In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv29321/doxygenIn/html Modified Files: guide.html Log Message: Add reference to Sally IDE. Index: guide.html =================================================================== RCS file: /cvsroot/smartwin/SmartWin/doxygenIn/html/guide.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- guide.html 30 Nov 2006 00:30:47 -0000 1.10 +++ guide.html 10 Dec 2006 22:44:08 -0000 1.11 @@ -10,7 +10,7 @@ boxes</a> takes 212 KB and have no additional DLL dependencies!<br> This is vital since SmartWin is a static library by default meaning less pain in versioning and upgrades of software.<br> - The SOAP parts and the GUI parts is not in any ways dependant upon eachother + The SOAP parts and the GUI parts are not dependant upon each other and both can be used separately without using the other. This means you can use SmartSOAP e.g. in an MFC application or you can use e.g. gSOAP in a SmartWin++ application and so on. @@ -43,6 +43,11 @@ GCC 3.4 / MinGW or later (see <a href="devcpp.html">Bloodshed Dev++</a> or <a href="eclipse.html"> Eclipse</a> for an IDE using MinGW) </li> + + <li> + The <a href="http://sallyide.sourceforge.net/">Sally IDE</a> supports SmartWin++. + </li> + </UL> <UL> <b>Characteristics:</b> @@ -92,6 +97,7 @@ </P> <p>You may be looking at a local documentation copy, here is a link to the<a href="http://smartwinlib.org/doc/">Web based class documentation </a>. - </p> + </p> + </body> </html> |