MikeyBoy,
I commented everything out of that method and just left those three lines and still received that error. What do I need to look for to male the assignment operator for CBaseInitBlock2 public?
I commented everything out of that method and just left those three lines and still received that error.
I'm asking you to confirm which of those 3 lines it is that's causing the error, since you haven't seen fit to share the line number in the error message with the rest of us.
What do I need to look for to male the assignment operator for CBaseInitBlock2 public?
Well, the first step would be to look at the header file that defines the CBaseInitBlock2 class, to see if the assignment operator is declared and, if so, with which access specifier.