coelamon / arduino-tvout

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

'TVout' does not name a type #55

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download "TVoutBeta1.zip".
2. Create a folder in "My documents\Arduino" called "libraries". (I don't 
capitalize it.)
3. Extract "NTSCserialTerm", "DemoPAL", and "DemoNTSC" (All files in the 
archive) to "libraries".
4. Open the Arduino compiler.
5. Open the "DemoNTSC" sketch from "Examples, DemoNTSC".
6. Click "Verify" or "Upload".

What is the expected output? What do you see instead?
DemoNTSC.pde:-1: error: 'TVout' does not name a type
DemoNTSC.cpp: In function 'void setup()':
DemoNTSC.pde:-1: error: 'TV' was not declared in this scope
DemoNTSC.pde:-1: error: 'NTSC' was not declared in this scope
DemoNTSC.pde:-1: error: 'font6x8' was not declared in this scope
DemoNTSC.pde:-1: error: 'font4x6' was not declared in this scope
DemoNTSC.pde:-1: error: 'font8x8' was not declared in this scope
DemoNTSC.pde:-1: error: 'WHITE' was not declared in this scope
DemoNTSC.pde:-1: error: 'INVERT' was not declared in this scope
DemoNTSC.cpp: In function 'void intro()':
DemoNTSC.pde:-1: error: 'TV' was not declared in this scope
DemoNTSC.pde:-1: error: 'TV' was not declared in this scope
DemoNTSC.pde:-1: error: 'TV' was not declared in this scope
DemoNTSC.cpp: In function 'void printcube()':
DemoNTSC.pde:-1: error: 'TV' was not declared in this scope
DemoNTSC.pde:-1: error: 'TV' was not declared in this scope
DemoNTSC.cpp: In function 'void draw_cube()':
DemoNTSC.pde:-1: error: 'TV' was not declared in this scope
DemoNTSC.pde:-1: 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.1
Arduino UNO board
Windows XP(Home edition, SP3)

Please provide any additional information below.
I think that the "TVoutBeta1.zip" file is supposed to contain "TVout", 
"TVoutfonts", and "pollserial" (I saw itin a video uploaded Dec 31 2011),
or I downloaded the wrong file, or I installed it incorrectly.

Original issue reported on code.google.com by Coleslaw...@gmail.com on 27 Sep 2012 at 5:40

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
i had the same problem.

two solutions:

1. if you start the Demo from the extracted folder then you have to change 
<TVout.h> into "TVout.h"

or

2. you are copy the whole TVOut folder into the arduino/libraries folder

Original comment by alexroeh...@googlemail.com on 27 Sep 2012 at 7:34

GoogleCodeExporter commented 8 years ago
Após extrair o arquivo "TVoutBeta1.zip" você deve colocar as 3 pastas
em arduino/libraries mais sem "juntar" as 3 na mesma pasta. 

Original comment by jcm...@gmail.com on 1 Mar 2013 at 10:57

GoogleCodeExporter commented 8 years ago
Alex's #2 Solution worked for me

Original comment by garykley...@gmail.com on 31 Jan 2014 at 7:01

GoogleCodeExporter commented 8 years ago
This two solutions are not working for me, i have tried both of them.

maybe i have something wrong, i'm new at programming in arduino.

Original comment by jschno...@gmail.com on 31 Jan 2014 at 9:49

GoogleCodeExporter commented 8 years ago
Merci pour l'info
bye

Original comment by herve.pa...@gmail.com on 26 Feb 2015 at 9:17