simply adding a variable
From: Marge Inoferror (inevercheckthis2002_at_yahoo.com)
Date: 05/01/04
- Previous message: davidjones_at_optonline.net: "My Gay Partner Shoveing an Apple up His Anus"
- Next in thread: Scott McPhillips [MVP]: "Re: simply adding a variable"
- Reply: Scott McPhillips [MVP]: "Re: simply adding a variable"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 01 May 2004 18:02:03 GMT
My project was compiling and linking fine.
I add a variable to my view.h file:
public:
static int userPos;
I now get a link error:
unresolved external symbol "public: static int CView::userPos"
view.h is included in view.ccp
This is such a simple concept. Why is it tripping me up?
Thanks,
Marge
- Previous message: davidjones_at_optonline.net: "My Gay Partner Shoveing an Apple up His Anus"
- Next in thread: Scott McPhillips [MVP]: "Re: simply adding a variable"
- Reply: Scott McPhillips [MVP]: "Re: simply adding a variable"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|