Re: C has not been declared!
- Posted by Al Getz <Xaxo at aol.com> Apr 05, 2006
- 500 views
Vidi wrote: > > Hi again, > > the error output should be: > > C:\euphoria\BIN\Stuff\ex.err:1 > C has not been declared > C:\euphoria\BIN\Stuff\outputs1.ex:17 > ^ > > sorry for the mistake. Anyway line 17 is: > }}} <eucode>graphic1 = read_bitmap("1.bmp")</eucode> {{{ > maybe I should start with something simpler. Hi there, I can only guess, but it looks like maybe you wanted to include something like: include C:\euphoria\BIN\Stuff\MyFile.e and instead you typed: C:\euphoria\BIN\Stuff\MyFile.e in which case i think you would get an error saying that 'C' wasnt declared because Eu thinks it's a namespace prefix. Just a guess... See if you have anything like that in one of your files. Take care, Al And, good luck with your Euphoria programming! My bumper sticker: "I brake for LED's" From "Black Knight": "I can live with losing the good fight, but i can not live without fighting it". "Well on second thought, maybe not."