Click here to Skip to main content
16,011,744 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can I programmatically change the background of a toolbar icon? Pin
ElizabethC4-Aug-03 7:59
ElizabethC4-Aug-03 7:59 
GeneralI'm Looking for Visual C++/.Net C++ training... Pin
Qwez4-Aug-03 6:54
Qwez4-Aug-03 6:54 
GeneralRe: I'm Looking for Visual C++/.Net C++ training... Pin
valikac4-Aug-03 9:23
valikac4-Aug-03 9:23 
GeneralRe: I'm Looking for Visual C++/.Net C++ training... Pin
Anonymous4-Aug-03 13:49
Anonymous4-Aug-03 13:49 
GeneralRe: I'm Looking for Visual C++/.Net C++ training... Pin
valikac4-Aug-03 17:43
valikac4-Aug-03 17:43 
QuestionWhat is a mirror display driver exactly ? Pin
4-Aug-03 6:21
suss4-Aug-03 6:21 
Generalexcel web component Pin
caustiK4-Aug-03 5:35
caustiK4-Aug-03 5:35 
General:: Prototyping a Derived Class :: Pin
Anonymous4-Aug-03 5:33
Anonymous4-Aug-03 5:33 
Here is a *fun* problem:

How do you prototype a derived class?

To add some code to the situation:

This is what I want to do:
namespace ManagedConsoleXPControls
{
public __gc __abstract class ConsoleControlBase : public CollectionBase;
}

However, good 'ol VS 2003 gives me a nasty error:

c:\Projects\Windows Forms\Managed Console\MC - Console XP\MCXP-Prototypes.h(20): error C2143: syntax error : missing ',' before ';'

I'm quite certain that this error pertains to this single line in the code.

Does anyone have any bright ideas?

GeneralRe: :: Prototyping a Derived Class :: Pin
Michael Dunn4-Aug-03 10:27
sitebuilderMichael Dunn4-Aug-03 10:27 
GeneralRe: :: Prototyping a Derived Class :: Pin
Anonymous4-Aug-03 16:32
Anonymous4-Aug-03 16:32 
GeneralRe: :: Prototyping a Derived Class :: Pin
Bob Stanneveld4-Aug-03 21:59
Bob Stanneveld4-Aug-03 21:59 
GeneralException Handling Pin
Kash4-Aug-03 5:33
Kash4-Aug-03 5:33 
GeneralRe: Exception Handling Pin
Anonymous4-Aug-03 5:38
Anonymous4-Aug-03 5:38 
GeneralRe: Exception Handling Pin
Kash4-Aug-03 5:39
Kash4-Aug-03 5:39 
GeneralRe: Exception Handling Pin
John M. Drescher4-Aug-03 14:20
John M. Drescher4-Aug-03 14:20 
GeneralRe: Exception Handling Pin
David Crow5-Aug-03 2:34
David Crow5-Aug-03 2:34 
QuestionMaking an mfc program open source? Pin
keegan4-Aug-03 5:24
keegan4-Aug-03 5:24 
AnswerRe: Making an mfc program open source? Pin
Michael P Butler4-Aug-03 5:30
Michael P Butler4-Aug-03 5:30 
AnswerRe: Making an mfc program open source? Pin
vcplusplus4-Aug-03 5:35
vcplusplus4-Aug-03 5:35 
GeneralRe: Making an mfc program open source? Pin
keegan4-Aug-03 5:41
keegan4-Aug-03 5:41 
GeneralRe: Making an mfc program open source? Pin
Beer264-Aug-03 6:34
Beer264-Aug-03 6:34 
GeneralRe: Making an mfc program open source? Pin
Beer264-Aug-03 6:36
Beer264-Aug-03 6:36 
Questionhow to stop the JIT debugger Pin
zecodela4-Aug-03 5:06
zecodela4-Aug-03 5:06 
AnswerRe: how to stop the JIT debugger Pin
Ryan Binns4-Aug-03 5:40
Ryan Binns4-Aug-03 5:40 
AnswerRe: how to stop the JIT debugger Pin
John M. Drescher4-Aug-03 14:19
John M. Drescher4-Aug-03 14:19 

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.