Click here to Skip to main content
15,891,409 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating a COM object in another thread? Pin
NormDroid10-Oct-01 3:59
professionalNormDroid10-Oct-01 3:59 
GeneralRe: Creating a COM object in another thread? Pin
10-Oct-01 4:08
suss10-Oct-01 4:08 
GeneralRe: Creating a COM object in another thread? Pin
NormDroid10-Oct-01 4:16
professionalNormDroid10-Oct-01 4:16 
GeneralRe: Creating a COM object in another thread? Pin
10-Oct-01 4:41
suss10-Oct-01 4:41 
AnswerRe: Creating a COM object in another thread? Pin
Not Active10-Oct-01 3:20
mentorNot Active10-Oct-01 3:20 
GeneralRe: Creating a COM object in another thread? Pin
NormDroid10-Oct-01 3:52
professionalNormDroid10-Oct-01 3:52 
QuestionHow i manage Events of a run time created DBGrid control Pin
Khalil10-Oct-01 2:36
Khalil10-Oct-01 2:36 
GeneralCRuntimeClass::CreateObject() and delete Pin
BruteBertus10-Oct-01 2:18
BruteBertus10-Oct-01 2:18 
I tried to create a cobject derived class:

CObject*t=(CObject*)RUNTIME_CLASS(CHScrollTitle)->CreateObject();

and then i tried to free it with:
delete t; or CHScrollTitle::operator delete(t);

but the delete operator failes in debug-mode with an assert-notice. (something with pHead->nBlockUse==nblockuse)

does anybody know how to free a with CreateObject(or CArchive::ReadObject()) created object?
\
TIA B.Bruggeman
GeneralRe: CRuntimeClass::CreateObject() and delete Pin
Tomasz Sowinski10-Oct-01 3:53
Tomasz Sowinski10-Oct-01 3:53 
GeneralRe: CRuntimeClass::CreateObject() and delete Pin
BruteBertus10-Oct-01 22:05
BruteBertus10-Oct-01 22:05 
GeneralRe: CRuntimeClass::CreateObject() and delete Pin
Tomasz Sowinski11-Oct-01 1:50
Tomasz Sowinski11-Oct-01 1:50 
GeneralRemote MS-ACCESS database connect. Pin
10-Oct-01 0:09
suss10-Oct-01 0:09 
QuestionHow can i do this? Pin
zhangyifei10-Oct-01 0:00
zhangyifei10-Oct-01 0:00 
AnswerRe: How can i do this? Pin
Jon Hulatt10-Oct-01 0:41
Jon Hulatt10-Oct-01 0:41 
GeneralAdding MFC class to ATL object Pin
9-Oct-01 23:34
suss9-Oct-01 23:34 
GeneralRe: Adding MFC class to ATL object Pin
Michael P Butler10-Oct-01 0:48
Michael P Butler10-Oct-01 0:48 
GeneralRe: Adding MFC class to ATL object Pin
Bill Wilson10-Oct-01 11:27
Bill Wilson10-Oct-01 11:27 
GeneralRe: Adding MFC class to ATL object Pin
Carlos Antollini10-Oct-01 11:43
Carlos Antollini10-Oct-01 11:43 
GeneralRe: Adding MFC class to ATL object Pin
Christian Graus10-Oct-01 11:46
protectorChristian Graus10-Oct-01 11:46 
GeneralWTL And CListView With LVS_EX_FULLROWSELECT Pin
Port9-Oct-01 23:34
Port9-Oct-01 23:34 
GeneralRe: WTL And CListView With LVS_EX_FULLROWSELECT Pin
Michael P Butler10-Oct-01 0:52
Michael P Butler10-Oct-01 0:52 
GeneralRe: WTL And CListView With LVS_EX_FULLROWSELECT Pin
Port10-Oct-01 1:22
Port10-Oct-01 1:22 
QuestionHow to do this Pin
binnu9-Oct-01 23:06
binnu9-Oct-01 23:06 
GeneralWhere can i find info on using Outlook button bars Pin
foobat9-Oct-01 21:39
foobat9-Oct-01 21:39 
Generaladding ATL to MFC project Pin
9-Oct-01 21:38
suss9-Oct-01 21:38 

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.