I have an include file named “myinclude.h”, have a number of variables define. I call another C routine from a file that includes the variable file .h. I also include the “myinclude.h” file in the called routine. However, non of the variables in the .h file are included, compiler says “undefined variable” when I reference. Any ideas why the included file is not recognized in the called routine? Sid kraft