Click here to Skip to main content
15,896,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOpenGL enabled video cards and OpenGL picking... Pin
François Gasnier30-Oct-03 22:53
François Gasnier30-Oct-03 22:53 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
JWood1-Nov-03 4:59
JWood1-Nov-03 4:59 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
Phil Martin2-Nov-03 11:45
professionalPhil Martin2-Nov-03 11:45 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
François Gasnier2-Nov-03 12:48
François Gasnier2-Nov-03 12:48 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
Phil Martin2-Nov-03 13:06
professionalPhil Martin2-Nov-03 13:06 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
François Gasnier4-Nov-03 5:44
François Gasnier4-Nov-03 5:44 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
Phil Martin4-Nov-03 9:47
professionalPhil Martin4-Nov-03 9:47 
GeneralDid anyone try this function 'CSplitterWnd::GetColumnInfo' Pin
Member 65339930-Oct-03 22:25
Member 65339930-Oct-03 22:25 
hi all:

That's too strange.
What variable type should I put into the function's parameter(2nd and 3rd).

By the MFC manual. I should write like that: GetColumnInfo(0, &i1, &i2);?
But that can't pass the compiler's check.
If I write like that: GetColumnInfo(0, i1, i2);?
It goes out the memory access error!.

I wrote a few line code:
----------------------------
CSPlitterWnd my_splitterWnd;
...
{
int cxCur, cxMin;

my_splitterWnd.GetColumnInfo(0, &cxCur, &cxMin);

.....
}
----------------------------

The MFC menual about this function:

void GetColumnInfo(
int col,
int& cxCur,
int& cxMin
) const;

GeneralRe: Did anyone try this function 'CSplitterWnd::GetColumnInfo' Pin
Michael P Butler30-Oct-03 22:46
Michael P Butler30-Oct-03 22:46 
GeneralRe: Did anyone try this function 'CSplitterWnd::GetColumnInfo' Pin
Member 65339930-Oct-03 22:56
Member 65339930-Oct-03 22:56 
GeneralRe: Did anyone try this function 'CSplitterWnd::GetColumnInfo' Pin
Member 65339930-Oct-03 23:00
Member 65339930-Oct-03 23:00 
GeneralRe: Did anyone try this function 'CSplitterWnd::GetColumnInfo' Pin
Michael P Butler30-Oct-03 23:04
Michael P Butler30-Oct-03 23:04 
GeneralLarge string in VC++ Pin
Azghar Hussain30-Oct-03 21:55
professionalAzghar Hussain30-Oct-03 21:55 
GeneralRe: Large string in VC++ Pin
andyj11531-Oct-03 0:39
andyj11531-Oct-03 0:39 
GeneralRe: Large string in VC++ Pin
Azghar Hussain31-Oct-03 17:43
professionalAzghar Hussain31-Oct-03 17:43 
GeneralRe: Large string in VC++ Pin
David Crow8-Jun-04 2:36
David Crow8-Jun-04 2:36 
GeneralShared Directory... Pin
Member 78464530-Oct-03 21:54
Member 78464530-Oct-03 21:54 
GeneralRe: Shared Directory... Pin
Alexander M.,31-Oct-03 4:16
Alexander M.,31-Oct-03 4:16 
GeneralRe: Shared Directory... Pin
David Crow8-Jun-04 2:37
David Crow8-Jun-04 2:37 
GeneralCWnd::Create question. Pin
Brian van der Beek30-Oct-03 21:33
Brian van der Beek30-Oct-03 21:33 
GeneralRe: CWnd::Create question. Pin
Mike Dimmick31-Oct-03 5:59
Mike Dimmick31-Oct-03 5:59 
QuestionHow to run a application in safe mode also? Pin
rohit.dhamija30-Oct-03 20:25
rohit.dhamija30-Oct-03 20:25 
AnswerRe: How to run a application in safe mode also? Pin
Antti Keskinen1-Nov-03 11:22
Antti Keskinen1-Nov-03 11:22 
Questionhow to serialize file through HTTP?? Pin
xxhimanshu30-Oct-03 19:38
xxhimanshu30-Oct-03 19:38 
Questionhow to transfer data betwn two dialogs Pin
Rajesh match30-Oct-03 18:39
Rajesh match30-Oct-03 18:39 

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.