Windows winmm library and timeGetTime function
From MobileRobots Research and Academic Customer Support
On Windows, ARIA uses the timeGetTime() function from the winmm.lib library. If a program uses ARIA but does not link to the winmm.lib library, you will get an error similar to:
error LNK2001: unresolved external symbol __imp__timeGetTime@0
Edit your program's project settings to include winmm.lib in its additional linker inputs.
