<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — "No implicit type" error for init_window]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=883&amp;type=atom" />
	<updated>2023-01-17T19:59:44Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=883</id>
		<entry>
			<title type="html"><![CDATA[Re: "No implicit type" error for init_window]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=4042#p4042" />
			<content type="html"><![CDATA[<p>I think you meant to use <em>initwindow</em>.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2023-01-17T19:59:44Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=4042#p4042</id>
		</entry>
		<entry>
			<title type="html"><![CDATA["No implicit type" error for init_window]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=4041#p4041" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jackmitchener]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=4073</uri>
			</author>
			<updated>2023-01-17T18:52:25Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=4041#p4041</id>
		</entry>
</feed>
