';

Dec 4, 2012 at 10:53am
hjh
Last edited on Dec 8, 2012 at 4:08am
Dec 4, 2012 at 12:19pm
Is there no more to the error message? It usually tells you what the error is as well as just an exit code.
Dec 4, 2012 at 12:22pm
add "break;" between lines 46 and 47

for that warning you can use a typecast to integer in line 58
Last edited on Dec 4, 2012 at 12:24pm
Dec 4, 2012 at 12:26pm
What is the full output of the error? It will give us some clues as to what the problem is.

Linker errors may not necessarily be related to the code. Usually because a function hasn't been written or is in some file that wasn't compiled. Basically the linker cannot find code for some function.




Topic archived. No new replies allowed.