Referenced from

Jun 6, 2013 at 2:52am
Hello,

I have some code, though I don't think it is necessary. I have the following error:

Line Location Tool:0: "StartProfile::Player::Player()", referenced from:
Line Location Tool:0: collect2: ld returned 1 exit status
Line Location Tool:0: StartProfile::setup() in Startup.o
Line Location Tool:0: symbol(s) not found

Xcode links it all for me, but idk whats going on. Please help!
Jun 6, 2013 at 2:54am
The loader exited because you have no implementation for StartProfile::setup()
Jun 6, 2013 at 2:59am
Explain, It says StartProfile::Player::Player()
Jun 6, 2013 at 11:37am
One or both functions are not implemented.
You have declarations for them, but the implementation(s) do not exist.
Check that you've actually coded both functions.

Topic archived. No new replies allowed.