Re: Can types be global? still have same problem
- Posted by Derek Parnell <ddparnell at bigpond.com> Dec 01, 2006
- 546 views
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