coelamon / arduino-tvout

Automatically exported from code.google.com/p/arduino-tvout
0 stars 0 forks source link

'TVout' does not name a type - after suggested modifications #70

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. Download "TVoutBeta1.zip".
2. Unzipped folder into C:\Program Files\arduino-1.0.3\libraries
3. Tried to upload TVout\DemoPAL sketch from examples\TVoutBeta1 in the 
installed library

What is the expected output? What do you see instead?
I get these errors -
DemoPAL.ino:1:19: error: TVout.h: No such file or directory
DemoPAL.ino:2:21: error: fontALL.h: No such file or directory
DemoPAL:6: error: 'TVout' does not name a type
DemoPAL.ino: In function 'void setup()':
DemoPAL:29: error: 'TV' was not declared in this scope
DemoPAL:29: error: 'PAL' was not declared in this scope
DemoPAL:30: error: 'font6x8' was not declared in this scope
DemoPAL:47: error: 'font4x6' was not declared in this scope
DemoPAL:51: error: 'font8x8' was not declared in this scope
DemoPAL:62: error: 'WHITE' was not declared in this scope
DemoPAL:64: error: 'INVERT' was not declared in this scope
DemoPAL.ino: In function 'void intro()':
DemoPAL:142: error: 'TV' was not declared in this scope
DemoPAL:146: error: 'TV' was not declared in this scope
DemoPAL:150: error: 'TV' was not declared in this scope
DemoPAL.ino: In function 'void printcube()':
DemoPAL:157: error: 'TV' was not declared in this scope
DemoPAL:160: error: 'TV' was not declared in this scope
DemoPAL.ino: In function 'void draw_cube()':
DemoPAL:205: error: 'TV' was not declared in this scope
DemoPAL:205: error: 'WHITE' was not declared in this scope

What version of the product are you using? On what operating system?
TVout Beta 1
Arduino compiler 1.0.3
Arduino UNO board
Windows XP(Home edition, SP3)

Please provide any additional information below.
As advised in Issue 55, I changed <TVout.h> into "TVout.h" but I get exactly 
the same errors.

Original issue reported on code.google.com by newmanpe...@gmail.com on 30 Jun 2013 at 9:00

GoogleCodeExporter commented 8 years ago
I have the same problem with Arduino uno 328 and a MacOS... but a little bit 
different:

Arduino: nightly (Mac OS X), Board: "Arduino Uno"

DemoPAL:6: error: 'TVout' does not name a type
DemoPAL.pde: In function 'void setup()':
DemoPAL:29: error: 'TV' was not declared in this scope
DemoPAL:29: error: 'PAL' was not declared in this scope
DemoPAL:30: error: 'font6x8' was not declared in this scope
DemoPAL:47: error: 'font4x6' was not declared in this scope
DemoPAL:51: error: 'font8x8' was not declared in this scope
DemoPAL:62: error: 'WHITE' was not declared in this scope
DemoPAL:64: error: 'INVERT' was not declared in this scope
DemoPAL.pde: In function 'void intro()':
DemoPAL:142: error: 'TV' was not declared in this scope
DemoPAL:146: error: 'TV' was not declared in this scope
DemoPAL:150: error: 'TV' was not declared in this scope
DemoPAL.pde: In function 'void printcube()':
DemoPAL:157: error: 'TV' was not declared in this scope
DemoPAL:160: error: 'TV' was not declared in this scope
DemoPAL.pde: In function 'void draw_cube()':
DemoPAL:205: error: 'TV' was not declared in this scope
DemoPAL:205: error: 'WHITE' was not declared in this scope

Original comment by michel.f...@gmail.com on 8 Feb 2014 at 3:47

GoogleCodeExporter commented 8 years ago
this error is fixed by copying and pasting all th files from the tvoutfonts 
folder into the pal example folder

Original comment by vincentq...@gmail.com on 30 Jun 2015 at 4:04