I need help with this error I am getting anyone

I keep getting an error :


DrawingSurface.obj : error LNK2019: unresolved external symbol "void __cdecl

Can anyone tell me what this means?
cdecl is a compiler symbol indicating a calling convention... You should have a function name after __cdecl, that's a function the linker doesn't know the definition of.
Topic archived. No new replies allowed.