Click here to Skip to main content
15,893,190 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Recursive file listing Pin
Graham Bradshaw9-May-05 6:23
Graham Bradshaw9-May-05 6:23 
GeneralRe: Recursive file listing Pin
Kelly Herald9-May-05 17:32
Kelly Herald9-May-05 17:32 
GeneralRe: problem in capturing packet Pin
jmkhael9-May-05 6:12
jmkhael9-May-05 6:12 
GeneralRe: problem in capturing packet Pin
jmkhael9-May-05 22:15
jmkhael9-May-05 22:15 
GeneralWaitForSingleObject Pin
Alex_Y9-May-05 3:41
Alex_Y9-May-05 3:41 
GeneralRe: WaitForSingleObject Pin
Blake Miller9-May-05 5:02
Blake Miller9-May-05 5:02 
GeneralRe: WaitForSingleObject Pin
Alex_Y9-May-05 6:59
Alex_Y9-May-05 6:59 
Generalc++ question. Please help Pin
Hoornet939-May-05 2:37
Hoornet939-May-05 2:37 
am remodeling the code in my project.

I had one class (lets say CClass1 ) who was inhereted from let's say CBaseClass.
Now I have to remodel this class into 2 classes CClass3 & CClass2. Both are inherited from CBaseClass (which is a base class for many other classes too)
The problem is in MEMBERS which are now half in CClass3 and half in CClass2. And I need a way for them to comunicate.

So I tried to solve this using STATIC members in new class CBaseClass2 which I derived from CBaseClass and then I derived CClass2 & CClass3 from this class( CBaseClass2 ).

But i have errors:
error LNK2001: unresolved external symbol "public: static int CBaseClass2::sta_member1" (?sta_member1@CClass2@@2HA)

Any ideas to this question. I think this must be known to a lot of people.

Thanks in advance
GeneralRe: c++ question. Please help Pin
BlackDice9-May-05 2:52
BlackDice9-May-05 2:52 
GeneralRe: c++ question. Please help Pin
Hoornet939-May-05 5:15
Hoornet939-May-05 5:15 
GeneralRe: c++ question. Please help Pin
BlackDice9-May-05 5:24
BlackDice9-May-05 5:24 
GeneralRe: c++ question. Please help Pin
Hoornet939-May-05 5:56
Hoornet939-May-05 5:56 
GeneralRe: c++ question. Please help Pin
BlackDice9-May-05 6:07
BlackDice9-May-05 6:07 
GeneralRe: c++ question. Please help Pin
David Crow9-May-05 2:53
David Crow9-May-05 2:53 
GeneralRe: c++ question. Please help Pin
namaskaaram9-May-05 2:55
namaskaaram9-May-05 2:55 
GeneralRe: c++ question. Please help Pin
Ansari A. Halim9-May-05 3:51
Ansari A. Halim9-May-05 3:51 
GeneralRe: c++ question. Please help Pin
Alex_Y9-May-05 4:08
Alex_Y9-May-05 4:08 
GeneralRe: c++ question. Please help Pin
David Crow9-May-05 5:01
David Crow9-May-05 5:01 
GeneralRe: c++ question. Please help Pin
Alex_Y9-May-05 6:58
Alex_Y9-May-05 6:58 
GeneralRe: c++ question. Please help Pin
Bob Stanneveld10-May-05 0:25
Bob Stanneveld10-May-05 0:25 
GeneralDirectShow - Buffer Pushing Techniques Pin
javatheist9-May-05 2:21
javatheist9-May-05 2:21 
GeneralGetting active control in a property page Pin
laiju9-May-05 1:41
laiju9-May-05 1:41 
GeneralRe: Getting active control in a property page Pin
David Crow9-May-05 2:07
David Crow9-May-05 2:07 
GeneralRe: Getting active control in a property page Pin
laiju9-May-05 2:26
laiju9-May-05 2:26 
GeneralRe: Getting active control in a property page Pin
Alex_Y9-May-05 4:00
Alex_Y9-May-05 4:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.