<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/1788" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2008-10-10T05:12:46+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/1788</id>

		<entry>
		<author><name><![CDATA[Wonce3000]]></name></author>
		<updated>2008-10-10T05:12:46+02:00</updated>

		<published>2008-10-10T05:12:46+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1788&amp;p=6400#p6400</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1788&amp;p=6400#p6400"/>
		<title type="html"><![CDATA[Thanks for your reply]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1788&amp;p=6400#p6400"><![CDATA[
I think the nature of my problem was that fact that the virsion of codevision i'm using is not really vista compatable. Ran my code on a xp pc and got no errors.<br /><br />Wonce<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1392">Wonce3000</a> — Fri Oct 10, 2008 5:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-10-09T21:37:48+02:00</updated>

		<published>2008-10-09T21:37:48+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1788&amp;p=6394#p6394</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1788&amp;p=6394#p6394"/>
		<title type="html"><![CDATA[you are on the wrong page...]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1788&amp;p=6394#p6394"><![CDATA[
codevision runs a group in yahoogroups, so post this question over there.<br /><br />any way i have been using this CVAVR for quitesome time, and when i went through your code, i did not found any problem. kindly make sure the PORT you are trying to use is available for the selected controller.<br /><br />if still a problem then try to enclose your 'C' file so that i can give a shot in my machine.<br /><br />~SwK<p>Statistics: Posted by Guest — Thu Oct 09, 2008 9:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wonce3000]]></name></author>
		<updated>2008-10-06T16:17:37+02:00</updated>

		<published>2008-10-06T16:17:37+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1788&amp;p=6365#p6365</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1788&amp;p=6365#p6365"/>
		<title type="html"><![CDATA[Help with codevision compiler]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1788&amp;p=6365#p6365"><![CDATA[
I'm a new user of codevision and i'm working on my first code. when i compile i get this error:<br />Error: C:\cvavreval\bin\blink2\blink.c(37): missing '('<br />this where the error is located   PORTA=0x00;<br /><br />this is my code<br />#include &lt;90s8515.h&gt;<br />#include &lt;stdio.h&gt;<br />#include &lt;delay.h&gt;<br /><br />int main(void)<br />{<br />DDRB=0xff;<br />while (1)<br />{<br />    for (int i=1;i&lt;=128;i=i*2)<br />    {<br />        PORTB = i;<br />        delay_us(30000);<br />    }<br />    for (int i=128;i&gt;1;i-=i/2)<br />    {<br />        PORTB = i;<br />        delay_us(30000);<br />    }<br />}<br />return 1;<br />}<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1392">Wonce3000</a> — Mon Oct 06, 2008 4:17 pm</p><hr />
]]></content>
	</entry>
	</feed>
