linking problems...

im using an int from one cpp in another cpp using the 'extern int...'

it compiles ok... but when it gets to linking i get this...

mainScroller.obj : error LNK2001: unresolved external symbol "int lives" (?lives@@3HA)


any help as to how to remedy this would be much appreciated =)
Last edited on
Topic archived. No new replies allowed.