Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MAPI Help... Pin
PJ Arends25-Dec-03 9:37
professionalPJ Arends25-Dec-03 9:37 
GeneralRe: MAPI Help... Pin
LizardWiz29-Dec-03 5:40
LizardWiz29-Dec-03 5:40 
GeneralC++ programming problems Pin
Vincent Sim24-Dec-03 5:57
Vincent Sim24-Dec-03 5:57 
GeneralRe: C++ programming problems Pin
valikac24-Dec-03 6:01
valikac24-Dec-03 6:01 
GeneralRe: C++ programming problems Pin
Vincent Sim24-Dec-03 6:05
Vincent Sim24-Dec-03 6:05 
GeneralRe: C++ programming problems Pin
Member 78576824-Dec-03 21:22
Member 78576824-Dec-03 21:22 
GeneralRe: C++ programming problems Pin
LizardWiz24-Dec-03 6:18
LizardWiz24-Dec-03 6:18 
GeneralRe: C++ programming problems Pin
nema3224-Dec-03 8:05
nema3224-Dec-03 8:05 
2 problems are obvious:
mwAarray is not declared. looks misspelled to me

also, the function you are using needs a variable of type mxArray** instead of mwArray** which you are sending.

It also returns mxArray* instead of mwArray* which you are trying to stuff the return into.

GeneralQuick CListCtrl question Pin
J.B.24-Dec-03 5:38
J.B.24-Dec-03 5:38 
GeneralRe: Quick CListCtrl question Pin
valikac24-Dec-03 6:06
valikac24-Dec-03 6:06 
GeneralCEditView and page breaks Pin
kjessee24-Dec-03 5:33
kjessee24-Dec-03 5:33 
GeneralRe: CEditView and page breaks Pin
Monty224-Dec-03 20:15
Monty224-Dec-03 20:15 
GeneralRe: CEditView and page breaks Pin
kjessee25-Dec-03 12:42
kjessee25-Dec-03 12:42 
GeneralWindows Media Player Pin
Member 78517224-Dec-03 5:25
Member 78517224-Dec-03 5:25 
GeneralRe: Windows Media Player Pin
Monty224-Dec-03 21:14
Monty224-Dec-03 21:14 
GeneralAllocated memory when converting Unicode to A Pin
Dominik Reichl24-Dec-03 3:42
Dominik Reichl24-Dec-03 3:42 
GeneralRe: Allocated memory when converting Unicode to A Pin
Bo Hunter24-Dec-03 3:57
Bo Hunter24-Dec-03 3:57 
GeneralRe: Allocated memory when converting Unicode to A Pin
Dominik Reichl24-Dec-03 4:02
Dominik Reichl24-Dec-03 4:02 
GeneralRe: Allocated memory when converting Unicode to A Pin
Tim Smith24-Dec-03 14:13
Tim Smith24-Dec-03 14:13 
GeneralPlatform Prob Pin
Prakash Nadar24-Dec-03 3:17
Prakash Nadar24-Dec-03 3:17 
GeneralRe: Platform Prob Pin
Michael Dunn24-Dec-03 6:43
sitebuilderMichael Dunn24-Dec-03 6:43 
GeneralRe: Platform Prob Pin
Prakash Nadar24-Dec-03 15:14
Prakash Nadar24-Dec-03 15:14 
GeneralRe: Platform Prob Pin
Tim Smith24-Dec-03 17:40
Tim Smith24-Dec-03 17:40 
QuestionHow can I grab stderr/out from external libraries Pin
tiba24-Dec-03 2:38
tiba24-Dec-03 2:38 
QuestionWhy commercial software does not have main()? Is it in the Windows? Pin
Link260024-Dec-03 2:20
Link260024-Dec-03 2:20 

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.