Click here to Skip to main content
15,889,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: delete efficiency question Pin
Stephen Hewitt14-Aug-08 21:40
Stephen Hewitt14-Aug-08 21:40 
GeneralRe: delete efficiency question Pin
Jijo.Raj15-Aug-08 1:15
Jijo.Raj15-Aug-08 1:15 
GeneralRe: delete efficiency question Pin
Mark Salsbery15-Aug-08 5:07
Mark Salsbery15-Aug-08 5:07 
AnswerRe: delete efficiency question Pin
Roger Stoltz15-Aug-08 5:19
Roger Stoltz15-Aug-08 5:19 
GeneralRe: delete efficiency question Pin
Mark Salsbery15-Aug-08 6:01
Mark Salsbery15-Aug-08 6:01 
GeneralRe: delete efficiency question Pin
Stephen Hewitt17-Aug-08 15:46
Stephen Hewitt17-Aug-08 15:46 
Questionapahce sever - writestring - assertion failed Pin
simon alec smith14-Aug-08 14:45
simon alec smith14-Aug-08 14:45 
QuestionAccess Violation error in MFC Pin
Larry Mills Sr14-Aug-08 7:03
Larry Mills Sr14-Aug-08 7:03 
I have a Wizard created class (CSheet1) for a Excel Database. The class is inserted in the project's View class(CDispatcherView) in CDispatcherView.h this is declared: CSheet1* m_pSheet. In debug m_pSheet has this memory address = 0x00000000 which means it is not available due to no memory assignment(I think). How do I get it to be assigned a memory address. Let me explain something. When I created the project I did so with a MS Access database object which is named CDispatcherSet class and in CDispatcherView.h it is also declared as: CDispatcherSet* m_pSet. It always has a menmory address assigned to it. Why doesn't m_pSheet? They both were created by the wizard to install the databases but only the MS Access database has a "live" database pointer!

A C++ programming language novice, but striving to learn
AnswerRe: Access Violation error in MFC Pin
Reagan Conservative14-Aug-08 8:29
Reagan Conservative14-Aug-08 8:29 
GeneralRe: Access Violation error in MFC Pin
Larry Mills Sr14-Aug-08 10:05
Larry Mills Sr14-Aug-08 10:05 
QuestionHow to get SysMonthCal32 to display in the dialog font when a theme is active? Pin
Keith Worden14-Aug-08 6:52
Keith Worden14-Aug-08 6:52 
QuestionASp.NEt how to delete a row from a grid Pin
reogeo200814-Aug-08 6:28
reogeo200814-Aug-08 6:28 
AnswerRe: ASp.NEt how to delete a row from a grid Pin
Mark Salsbery14-Aug-08 6:44
Mark Salsbery14-Aug-08 6:44 
GeneralRe: ASp.NEt how to delete a row from a grid Pin
Jijo.Raj14-Aug-08 20:28
Jijo.Raj14-Aug-08 20:28 
QuestionHow to reuse a dialog resource in another project Pin
Electronic7514-Aug-08 2:36
Electronic7514-Aug-08 2:36 
AnswerRe: How to reuse a dialog resource in another project Pin
SandipG 14-Aug-08 2:43
SandipG 14-Aug-08 2:43 
GeneralRe: How to reuse a dialog resource in another project Pin
ThatsAlok19-Aug-08 20:41
ThatsAlok19-Aug-08 20:41 
GeneralRe: How to reuse a dialog resource in another project Pin
SandipG 19-Aug-08 20:54
SandipG 19-Aug-08 20:54 
Questionchanging windows language in the code Pin
iayd14-Aug-08 1:46
iayd14-Aug-08 1:46 
AnswerRe: changing windows language in the code Pin
_AnsHUMAN_ 14-Aug-08 1:52
_AnsHUMAN_ 14-Aug-08 1:52 
GeneralRe: changing windows language in the code Pin
iayd14-Aug-08 1:58
iayd14-Aug-08 1:58 
GeneralRe: changing windows language in the code [modified] Pin
_AnsHUMAN_ 14-Aug-08 2:06
_AnsHUMAN_ 14-Aug-08 2:06 
AnswerRe: changing windows language in the code Pin
SandipG 14-Aug-08 2:14
SandipG 14-Aug-08 2:14 
GeneralRe: changing windows language in the code Pin
iayd14-Aug-08 2:31
iayd14-Aug-08 2:31 
GeneralRe: changing windows language in the code Pin
David Crow14-Aug-08 3:45
David Crow14-Aug-08 3:45 

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.