<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — "No implicit type" error for init_window]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=883</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=883&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in "No implicit type" error for init_window.]]></description>
		<lastBuildDate>Tue, 17 Jan 2023 19:59:44 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: "No implicit type" error for init_window]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=4042#p4042</link>
			<description><![CDATA[<p>I think you meant to use <em>initwindow</em>.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 17 Jan 2023 19:59:44 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=4042#p4042</guid>
		</item>
		<item>
			<title><![CDATA["No implicit type" error for init_window]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=4041#p4041</link>
			<description><![CDATA[<p>Thanks Jeff for solving my last problem.<br />Now, when I declare a graphics window, I get a compiler error: &quot;No implicit type&quot; on the init_screen line. It also says: Error: Keyword argument requires explicit interface for procedure &#039;init_screen&#039;</p><p>program main<br />use appgraphics<br />implicit none<br />&nbsp; &nbsp; integer::screen<br />&nbsp; &nbsp; integer::x, y, r, i&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; x=10<br />&nbsp; &nbsp; y=10<br />&nbsp; &nbsp; r=1&nbsp; &nbsp; <br />&nbsp; &nbsp; screen = init_screen(800, 600, title=&quot;Draw Primitives&quot;)&nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; call settextstyle(2,0,5)&nbsp; &nbsp; <br />&nbsp; &nbsp; do while(x &lt;= 800)<br />&nbsp; &nbsp; &nbsp; call clearviewport&nbsp; <br />&nbsp; &nbsp; &nbsp; call circle(x,y,r)<br />&nbsp; &nbsp; &nbsp; call outtextxy(x,y,char(r),pt)<br />&nbsp; &nbsp; &nbsp; i=0<br />&nbsp; &nbsp; &nbsp; do while(i &lt; 100000)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;i=i+1<br />&nbsp; &nbsp; &nbsp; end do <br />&nbsp; &nbsp; &nbsp; x=x+25<br />&nbsp; &nbsp; &nbsp; y=y+15<br />&nbsp; &nbsp; &nbsp; r=r+12<br />&nbsp; &nbsp; end do<br />&nbsp; &nbsp; call delay(1)<br />&nbsp; &nbsp; call closewindow(screen)<br />end program main</p>]]></description>
			<author><![CDATA[null@example.com (jackmitchener)]]></author>
			<pubDate>Tue, 17 Jan 2023 18:52:25 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=4041#p4041</guid>
		</item>
	</channel>
</rss>
