Error LNK2005
Posted: Sun Mar 15, 2009 10:40 am
When I try to build my project in Visual c++ it comes up with this:
1>Game.obj : error LNK2005: "bool gameend" (?gameend@@3_NA) already defined in DisplayGrid.obj
repeated 226 times with different variables
I have looked up on google how to fix it but I do not understand most of them as I am quite new to programming. If anyone could tell me how to fix this in a way that someone quite new to programming would understand.
1>Game.obj : error LNK2005: "bool gameend" (?gameend@@3_NA) already defined in DisplayGrid.obj
repeated 226 times with different variables
I have looked up on google how to fix it but I do not understand most of them as I am quite new to programming. If anyone could tell me how to fix this in a way that someone quite new to programming would understand.