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.
Wonce
Search found 2 matches
- Fri Oct 10, 2008 5:12 am
- Forum: V-USB
- Topic: Help with codevision compiler
- Replies: 2
- Views: 4251
- Mon Oct 06, 2008 4:17 pm
- Forum: V-USB
- Topic: Help with codevision compiler
- Replies: 2
- Views: 4251
Help with codevision compiler
I'm a new user of codevision and i'm working on my first code. when i compile i get this error: Error: C:\cvavreval\bin\blink2\blink.c(37): missing '(' this where the error is located PORTA=0x00; this is my code #include <90s8515.h> #include <stdio.h> #include <delay.h> int main(void) { DDRB=0xff; w...