Re: Can types be global? still have same problem

new topic     » goto parent     » topic index » view thread      » older message » newer message

don cole wrote:
> 
> Here is my set up. I can’t find any without type_check anywhere.

Apart from the 'list' reference you example works fine for me.

It could be that the "mygets.e" that you are including is not the one that you
think you are including.

Have a look through the directories mentioned in the EUINC environment symbol,
and the EUDIR and current directory for another "mygets.e" file.
Also, add this line into the one that you want to include ...

   puts(1, " DEBUG TEST\n")

to see if you get that displayed or not. You might have to create a dummy
main.ex that only has

  include mygets.e 

in it.

Finally, you try to put the fully qualified name in the include statement to
check if there is another file lurking about.

e.g.

  include c:\temp\mygets.e as mg

-- 
Derek Parnell
Melbourne, Australia
Skype name: derek.j.parnell

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu