Errors

Started by
1 comment, last by MrPoopypants 21 years, 2 months ago
MSVC++ for ya: 42.obj : error LNK2001: unresolved external symbol "void __cdecl InsertIntoArray(int,int * const,int,int,int)" (?InsertIntoArray@@YAXHQAHHHH@Z) Debug/project42.exe : fatal error LNK1120: 1 unresolved externals What the hell do these mean?? any help would be appreciated, thanks
(0110101101000110)The Murphy Philosophy: Smile . . . tomorrow will be worse.
Advertisement
You have not declared InsertIntoArray().

That''s M$ blamers for ya.


Qui fut tout, et qui ne fut rien
Invader''s Realm
I think it''s isn''t being defined. Just a few note:
- Forgot the scope resolution?
- inline place inside .cpp?
- .cpp isn''t added into project?
- .lib not linked?
"after many years of singularity, i'm still searching on the event horizon"

This topic is closed to new replies.

Advertisement