timer error

while trying to run the exe it gives the error as
“application has failed to start because cutil64D.dll was not found.reinstall the application may fix this problem.”

What I have to do to get the timer works in the exe.

You should have it under your SDK\C\bin folder, and just put it in your path.

However you should not use the cutil library and instead use events to measure time - see the programming guide.

eyal