Jack Purdum
I sent this out a few days ago, and multiple times before that: ==========================================================
Message bodyI take it that your disk image looks like this: C:\Users\Don\Documents\Arduino\Jacks_VFO_1_0_6\Jacks_VFO_1_0_6.ino ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??MorseCode.h For some reason it is not finding the MorseCode.h file in the directory above. Usually, this kind of error is caused by: 1) The file truly is not there, or 2) It is spelled differently in the directory. That is Morsecode.h, morseCode.h, morsecode.h, or some derivative of a spelling error since C is case-sensitive. Also, sometimes if you copy a piece of code from a word processor (e.g., Word), it replaces the "vertical" double quote marks with special ASCII characters that are "leaning" double quotes. This seems unlike here, as I think the error message with "funny quotes" is wprded differently. If things all look okay, try moving the two files to a totally new directory, like: C:\Temp\Jacks_VFO_1_0_6 Copy the files to that directory and try again. The reason for doing this is...I don't have a reason, but sometimes magic happens. It's called Divine Debugging. Jack, W8TEE =========================================================== As you can see, the MorseCode.h file should be in the sketch directory and I'll bet a dollar to a donut you didn't download it. Jack, W8TEE |