';

hjh
Last edited on
Is there no more to the error message? It usually tells you what the error is as well as just an exit code.
add "break;" between lines 46 and 47

for that warning you can use a typecast to integer in line 58
Last edited on
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.