Click here to Skip to main content
15,896,154 members
Home / Discussions / COM
   

COM

 
AnswerRe: How to Interop 2D char from COM function in c# Pin
Stuart Dootson16-Jun-09 8:59
professionalStuart Dootson16-Jun-09 8:59 
Questionhelp me ! resolve this error and tell me . Why ? Pin
chungduy14-Jun-09 17:00
chungduy14-Jun-09 17:00 
AnswerRe: help me ! resolve this error and tell me . Why ? Pin
Stuart Dootson14-Jun-09 23:34
professionalStuart Dootson14-Jun-09 23:34 
QuestionCOM wrapper for .net library Pin
noob42013-Jun-09 1:21
noob42013-Jun-09 1:21 
QuestionOut of memory problem in Matlab with ActiveX event handling Pin
LaiAlan11-Jun-09 17:32
LaiAlan11-Jun-09 17:32 
QuestionRe: Out of memory problem in Matlab with ActiveX event handling Pin
Roger Stoltz11-Jun-09 21:59
Roger Stoltz11-Jun-09 21:59 
AnswerRe: Out of memory problem in Matlab with ActiveX event handling Pin
LaiAlan14-Jun-09 15:56
LaiAlan14-Jun-09 15:56 
AnswerRe: Out of memory problem in Matlab with ActiveX event handling Pin
Roger Stoltz15-Jun-09 21:36
Roger Stoltz15-Jun-09 21:36 
LaiAlan wrote:
??? Out of memory. Type HELP MEMORY for your options.

Error in ==> comeventcallback at 3
args = hEvent.get;

Warning: Error occurred while evaluating listener callback.


This looks interesting. It looks like an error message from MatLab
To me it seems reasonable that such an error won't occur unless the application is trying to allocate memory. The text "Error occurred while evaluating listener callback", makes me suspect that this error occurs before your callback is called.
The above suggests that MatLab is allocating memory internally prior to calling your callback. This could be due to how the callback interface is declared.
What does the callback interface look like? Post the declaration of it.

If you don't allocate any memory in your callback and the third party DLL doesn't allocate memory when calling your callback, then it must be some kind of internal MatLab stuff that is going on and it should be possible to find in the MatLab documentation.

Have you tried writing another client to avoid MatLab related stuff with e.g. MFC?
What happens?


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown


GeneralRe: Out of memory problem in Matlab with ActiveX event handling Pin
LaiAlan15-Jun-09 22:42
LaiAlan15-Jun-09 22:42 
QuestionBand Object - Get Is toolbar is enabl eor Disable. Pin
Nehal Pandya MCA11-Jun-09 0:53
Nehal Pandya MCA11-Jun-09 0:53 
AnswerRe: Band Object - Get Is toolbar is enabl eor Disable. Pin
myLongNic9-Jul-09 15:20
myLongNic9-Jul-09 15:20 
QuestionCom POrt Pin
sahu.shikha10-Jun-09 2:13
sahu.shikha10-Jun-09 2:13 
AnswerRe: Com POrt Pin
Roger Stoltz10-Jun-09 5:20
Roger Stoltz10-Jun-09 5:20 
QuestionGlobal OLE instance pointers - Termination hangs Pin
lavate malllik9-Jun-09 5:23
lavate malllik9-Jun-09 5:23 
AnswerRe: Global OLE instance pointers - Termination hangs Pin
CPallini9-Jun-09 6:18
mveCPallini9-Jun-09 6:18 
AnswerRe: Global OLE instance pointers - Termination hangs Pin
Stuart Dootson9-Jun-09 22:27
professionalStuart Dootson9-Jun-09 22:27 
QuestionHOW CAN I ADD dll to windows .net application Pin
lnmca5-Jun-09 22:17
lnmca5-Jun-09 22:17 
AnswerRe: HOW CAN I ADD dll to windows .net application Pin
Stuart Dootson6-Jun-09 4:30
professionalStuart Dootson6-Jun-09 4:30 
GeneralRe: HOW CAN I ADD dll to windows .net application Pin
Md. Marufuzzaman6-Jul-09 22:02
professionalMd. Marufuzzaman6-Jul-09 22:02 
GeneralRe: HOW CAN I ADD dll to windows .net application Pin
Stuart Dootson6-Jul-09 22:04
professionalStuart Dootson6-Jul-09 22:04 
AnswerRe: HOW CAN I ADD dll to windows .net application Pin
Sonhospa12-Jun-09 1:29
Sonhospa12-Jun-09 1:29 
QuestionRedirecting JavaScript Function Calls to My C++ Code Pin
kochikoo5-Jun-09 2:29
kochikoo5-Jun-09 2:29 
AnswerRe: Redirecting JavaScript Function Calls to My C++ Code Pin
kochikoo15-Jun-09 21:44
kochikoo15-Jun-09 21:44 
GeneralRe: Redirecting JavaScript Function Calls to My C++ Code Pin
nat32_support21-Jun-09 13:43
nat32_support21-Jun-09 13:43 
QuestionQuerying WMI from inside WMI Provider Pin
krishiyengar4-Jun-09 9:23
krishiyengar4-Jun-09 9:23 

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.