Click here to Skip to main content
16,012,025 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: declaring 2 D array Pin
Bob Stanneveld25-Jul-03 10:17
Bob Stanneveld25-Jul-03 10:17 
GeneralHaving trouble using Chris' Grid Control Pin
Terry O'Nolley25-Jul-03 8:21
Terry O'Nolley25-Jul-03 8:21 
GeneralRe: Having trouble using Chris' Grid Control Pin
John M. Drescher25-Jul-03 8:33
John M. Drescher25-Jul-03 8:33 
GeneralRe: Having trouble using Chris' Grid Control Pin
Terry O'Nolley25-Jul-03 9:29
Terry O'Nolley25-Jul-03 9:29 
GeneralRe: Having trouble using Chris' Grid Control Pin
John M. Drescher25-Jul-03 9:51
John M. Drescher25-Jul-03 9:51 
GeneralRe: Having trouble using Chris' Grid Control Pin
Terry O'Nolley25-Jul-03 12:18
Terry O'Nolley25-Jul-03 12:18 
GeneralRe: Having trouble using Chris' Grid Control Pin
John M. Drescher25-Jul-03 12:36
John M. Drescher25-Jul-03 12:36 
GeneralRe: Having trouble using Chris' Grid Control Pin
Terry O'Nolley25-Jul-03 12:54
Terry O'Nolley25-Jul-03 12:54 
Grinding along. Thanks for putting up with me.

Well, I added the following:

At the top of my dialog class header file, I added #include "GridCtrl.h"
In my dialog class header file at the top of the public: section I added CGridCtrl m_Grid;
I added DDX_GridControl(pDX, IDC_GRID, m_Grid); per your instructions

When I compiled, I got this:

c:\dev\visualstudio\vc98\include\wtypes.h(369) : error C2632: 'char' followed by 'char' is illegal
c:\dev\visualstudio\vc98\include\wtypes.h(369) : warning C4091: 'typedef ' : ignored on left of 'unsigned char' when no variable is declared
c:\dev\visualstudio\vc98\include\wtypes.h(375) : error C2628: 'DWORD' followed by 'unsigned' is illegal (did you forget a ';'?)
c:\dev\visualstudio\vc98\include\wtypes.h(375) : error C2628: 'DWORD' followed by 'long' is illegal (did you forget a ';'?)
c:\dev\visualstudio\vc98\include\wtypes.h(375) : warning C4091: 'typedef ' : ignored on left of 'unsigned long' when no variable is declared

Is this maybe a #if defined block that is being left open somewhere?







GeneralRe: Having trouble using Chris' Grid Control Pin
John M. Drescher25-Jul-03 12:57
John M. Drescher25-Jul-03 12:57 
GeneralRe: Having trouble using Chris' Grid Control Pin
Terry O'Nolley25-Jul-03 13:08
Terry O'Nolley25-Jul-03 13:08 
GeneralRe: Having trouble using Chris' Grid Control Pin
John M. Drescher25-Jul-03 13:11
John M. Drescher25-Jul-03 13:11 
GeneralRe: Having trouble using Chris' Grid Control Pin
John M. Drescher25-Jul-03 13:14
John M. Drescher25-Jul-03 13:14 
GeneralRe: Having trouble using Chris' Grid Control Pin
John M. Drescher25-Jul-03 13:19
John M. Drescher25-Jul-03 13:19 
GeneralRe: Having trouble using Chris' Grid Control Pin
Terry O'Nolley25-Jul-03 14:15
Terry O'Nolley25-Jul-03 14:15 
GeneralRe: Having trouble using Chris' Grid Control Pin
Terry O'Nolley25-Jul-03 14:21
Terry O'Nolley25-Jul-03 14:21 
GeneralRe: Having trouble using Chris' Grid Control Pin
Terry O'Nolley25-Jul-03 15:00
Terry O'Nolley25-Jul-03 15:00 
GeneralRe: Having trouble using Chris' Grid Control Pin
Chris Maunder25-Jul-03 15:10
cofounderChris Maunder25-Jul-03 15:10 
GeneralRe: Having trouble using Chris' Grid Control Pin
Chris Maunder25-Jul-03 15:03
cofounderChris Maunder25-Jul-03 15:03 
GeneralRe: Having trouble using Chris' Grid Control Pin
Terry O'Nolley25-Jul-03 15:19
Terry O'Nolley25-Jul-03 15:19 
GeneralRe: Having trouble using Chris' Grid Control Pin
Chris Maunder25-Jul-03 15:08
cofounderChris Maunder25-Jul-03 15:08 
GeneralMenu prompt Pin
Anonymous25-Jul-03 8:06
Anonymous25-Jul-03 8:06 
GeneralRe: Menu prompt Pin
Maximilien25-Jul-03 8:51
Maximilien25-Jul-03 8:51 
GeneralRe: Menu prompt Pin
Anonymous25-Jul-03 8:56
Anonymous25-Jul-03 8:56 
GeneralRe: Menu prompt Pin
Bob Stanneveld25-Jul-03 10:20
Bob Stanneveld25-Jul-03 10:20 
GeneralProblem with openin CommPort Pin
soobot25-Jul-03 8:02
soobot25-Jul-03 8:02 

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.