Unresolved external symbol linker error

Posts 14 of 4 · Page 1 of 1
Unresolved external symbol linker error
I get these...


Code:
You can't see my code. :D


Draw.cpp
Code:
NO PEEKING.
draw.h
Code:
NO PEEKING
WHAT THE HELL IS HAPPENING? D:

@Hell_Demon Close this please. I got my answer .
In Draw.cpp

Wrong:
Code:
void DrawSkill(CPlayerSkills PlayerSkill, int j, int selection, int i){
Right:
Code:
void CDraw::DrawSkill(CPlayerSkills PlayerSkill, int j, int selection, int i){
Quote Originally Posted by Void View Post
In Draw.cpp

Wrong:
Code:
void DrawSkill(CPlayerSkills PlayerSkill, int j, int selection, int i){
Right:
Code:
void CDraw::DrawSkill(CPlayerSkills PlayerSkill, int j, int selection, int i){
Yeah, I litterally noticed that seconds before you posted lol. Was just about to hit the edit button and say "Nvm, I'm idiot forgot the CDraw::"

But thanks anyways, you DID give me the right answer.
dangit, i was about to say that. lol
Posts 14 of 4 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?