PDA

View Full Version : Can't seem to find DT's Ansi.INC file



ozarkshermit
- 19th February 2014, 19:35
I have found where this file is supposed to be, but can download it. Clicking on the ICON does nothing . . .

The reason I need it is to be able to clear the hyperterm screen - (the screen above what the latest hyperterm transmission was) - - it just keeps getting larger, filling up with each transmission, and I want to be able to get rid of it

Any suggestions?

Ken

ozarkshermit
- 19th February 2014, 19:36
Correction, I CAN'T DOWNLOAD IT

HenrikOlsson
- 19th February 2014, 21:14
It's available at Darrel's page. (http://www.pbpgroup.com/modules/wfsection/article.php?articleid=9) Just tried downloading it from there, no problems.

ozarkshermit
- 20th February 2014, 01:13
Thanks Henrik - I have downloaded the file, and placed it directly into PBP.
When I compile, I get a multitude of errors and warnings -

Warning[207] Found label after column 1. (HSEROUT?C)
Error [108] Illegal character (2)
then another warning 207
Error[108] Illegal Character (")
Error [113] Symbol not previously defined (HSEROUT)
then another error 113
Error [207] Found Label after column 1, (HSEROUT?C)
then another error 108


Obviously I did something stupid - any ideas? I copied the entire INC file without any changes

Ken

ozarkshermit
- 20th February 2014, 01:47
Problem Solved (I think)

After searching more threads on this topic, I found

http://www.picbasic.co.uk/forum/showthread.php?t=2758&highlight=INCLUDE+ANSI

It seems that I need a "dummy" HSEROUT in the program - - I added one and now it compiles

Thanks

Ken