cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
I need help with this error I am getting
I need help with this error I am getting anyone
Mar 26, 2011 at 8:04pm UTC
barnett
(1)
I keep getting an error :
DrawingSurface.obj : error LNK2019: unresolved external symbol "void __cdecl
Can anyone tell me what this means?
Mar 26, 2011 at 8:26pm UTC
hanst99
(2869)
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.