Hello I'm getting these 2 LNK errors and haven't been able to figure out how to resolve them, any help is greatly appreciated! Its was an empty Win32 Application that i created and added code into from existing source.
Error 1 error LNK2019: unresolved external symbol __imp__timeGetTime@0 referenced in function "public: __thiscall Engine::Engine(struct EngineSetup *)" (??0Engine@@QAE@PAUEngineSetup@@@Z) ~(path)\Engine.obj
Error 2 error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup ~(path)\MSVCRTD.lib(crtexew.obj)
- Argo