<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — how to draw a circle?]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=864&amp;type=atom" />
	<updated>2022-09-06T17:48:20Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=864</id>
		<entry>
			<title type="html"><![CDATA[Re: how to draw a circle?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3961#p3961" />
			<content type="html"><![CDATA[<p>Success!&nbsp; All I did was remove the <strong>Title=&quot;Example&quot;</strong>.</p>]]></content>
			<author>
				<name><![CDATA[jackmitchener]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=4073</uri>
			</author>
			<updated>2022-09-06T17:48:20Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3961#p3961</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: how to draw a circle?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3960#p3960" />
			<content type="html"><![CDATA[<p>I purchased the 3.25 version with build 3758.&nbsp; Ran the same program again.&nbsp; Same result.&nbsp; <br />I was concerned that the file I was using to keep my fortran efforts was too far removed from where the Fortran language was kept (C/Program Files 86/Simply Fortran).&nbsp; So I moved my Efforts file from: C/Users/Joe/Fortran Efforts&nbsp; to: C/Program Files 86/Fortran 3/Fortran Efforts.</p><p>Wonder if the &#039; Title=&quot;Example&quot; &#039; might be causing the program to believe that a character screen is needed?</p>]]></content>
			<author>
				<name><![CDATA[jackmitchener]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=4073</uri>
			</author>
			<updated>2022-09-06T17:25:25Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3960#p3960</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: how to draw a circle?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3959#p3959" />
			<content type="html"><![CDATA[<p>Can you first try upgrading to the latest version of Simply Fortran (3.25)?&nbsp; There have been AppGraphics updates.</p><p>Also, it sounds like the graphics window isn&#039;t opening.&nbsp; What you&#039;ve described is just a text window, and you must currently have some options set to open an external console for some reason.&nbsp; Is this correct?&nbsp; Could you send your code and project file to support@approximatrix.com for me to check?&nbsp; Something seems off.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2022-09-02T15:34:32Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3959#p3959</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: how to draw a circle?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3958#p3958" />
			<content type="html"><![CDATA[<p>My code compiles OK. When I hit &quot;run&quot;, it shows the black window with a blinking cursor at top left.&nbsp; But it makes no effort to draw a circle.&nbsp; Simply Fortran version is 3.24 . Build is 3734.</p>]]></content>
			<author>
				<name><![CDATA[jackmitchener]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=4073</uri>
			</author>
			<updated>2022-08-30T13:49:42Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3958#p3958</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: how to draw a circle?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3954#p3954" />
			<content type="html"><![CDATA[<p>I just tried the code you posted on Windows 10, and it compiled and ran as expected.&nbsp; I didn&#039;t even need to add any flags if I started with an empty project.&nbsp; Can you be more specific about what doesn&#039;t work?&nbsp; Does the code compile for you?&nbsp; Does it fail when it runs? </p><p>Also, it helps to know what version of Simply Fortran you&#039;re using.&nbsp; Can you report that as well?</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2022-08-13T23:51:22Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3954#p3954</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: how to draw a circle?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3953#p3953" />
			<content type="html"><![CDATA[<p>Jack,</p><p>Did you add the following to the project linker?</p><p>!--- Project/Options/Compiler Flags/Linker:<br />-lappgraphics -lgdi32 -lcomdlg32 -lcomctl32 -luuid -loleaut32 -lole32</p>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2022-08-13T21:12:57Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3953#p3953</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: how to draw a circle?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3952#p3952" />
			<content type="html"><![CDATA[<p>&quot;now work?&quot;&nbsp; should have been &quot;not work?&quot;.</p>]]></content>
			<author>
				<name><![CDATA[jackmitchener]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=4073</uri>
			</author>
			<updated>2022-08-13T19:11:48Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3952#p3952</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[how to draw a circle?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=3951#p3951" />
			<content type="html"><![CDATA[<p>Trying to do some basic graphics.&nbsp; Why does the code below now work?</p><p>program main<br />use appgraphics<br />implicit none<br />&nbsp; &nbsp; integer::window&nbsp; &nbsp; <br />&nbsp; &nbsp; window = initwindow(800, 600, title=&quot;Example&quot;)<br />&nbsp; &nbsp; call circle(400,300,100)&nbsp; &nbsp; <br />&nbsp; &nbsp; call loop()&nbsp; &nbsp; <br />&nbsp; &nbsp; call closewindow(window)<br />end program main</p>]]></content>
			<author>
				<name><![CDATA[jackmitchener]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=4073</uri>
			</author>
			<updated>2022-08-12T23:15:27Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=3951#p3951</id>
		</entry>
</feed>
