MS_TIMER is out of scope/ not declared

Hi,
I am using MS_TIMER in my code. As I compile the code I am getting the error “MS_TIMER is out of scope/ not declared”. Can any one please help me to resolve this problem?
Thanks

How are you using it in your code? I suggest you do a GREP search in Dynamic C to see how it is used in the sample programs

The MS_TIMER variable is defined in stdvdriver.lib in DC10.72. You have something very wrong if you are not bringing in this library.

Did you change something in lib.dir? Dynamic C is not able to find some very basic files that are needed for running the program.