Click here to Skip to main content
15,905,782 members
Home / Discussions / COM
   

COM

 
QuestionExcel grids? Pin
-Dy22-Nov-02 4:04
-Dy22-Nov-02 4:04 
AnswerRe: Excel grids? Pin
Steve S28-Nov-02 21:33
Steve S28-Nov-02 21:33 
QuestionOCX controls in a container - instantiation mechanism? Pin
Debs20-Nov-02 23:58
Debs20-Nov-02 23:58 
AnswerRe: OCX controls in a container - instantiation mechanism? Pin
Anonymous21-Nov-02 10:40
Anonymous21-Nov-02 10:40 
GeneralMS Project SDK Pin
Abubakar Siddque20-Nov-02 23:15
Abubakar Siddque20-Nov-02 23:15 
GeneralRe: MS Project SDK Pin
Christian Graus21-Nov-02 20:36
protectorChristian Graus21-Nov-02 20:36 
GeneralCalling Other DLLS from VC application Pin
Kashif Manzoor20-Nov-02 21:23
Kashif Manzoor20-Nov-02 21:23 
GeneralRe: Calling Other DLLS from VC application Pin
AboMalek10-Dec-02 3:48
AboMalek10-Dec-02 3:48 
try/catch and __try/__except blocks are setting per thread exception frames , so your Fortran dll may spawns another threads that may throw the unhandled exceptions you are faced.
Try to set a proccess wide exception filter that will exceutes as the last recover to the unhandled exceptions that may be thrown by your dll.
the key function is the Win32 SetUnhandledExceptionFilter function.
I hope it works for you.

AbuMalek
GeneralCOM object pooling Pin
Dudi Avramov17-Nov-02 22:24
Dudi Avramov17-Nov-02 22:24 
GeneralRe: COM object pooling Pin
Daniel Turini17-Nov-02 22:36
Daniel Turini17-Nov-02 22:36 
GeneralRe: COM object pooling Pin
Dudi Avramov17-Nov-02 23:49
Dudi Avramov17-Nov-02 23:49 
GeneralRe: COM object pooling Pin
Daniel Turini18-Nov-02 0:32
Daniel Turini18-Nov-02 0:32 
GeneralRe: COM object pooling Pin
Ranjan Banerji18-Nov-02 3:45
Ranjan Banerji18-Nov-02 3:45 
GeneralRe: COM object pooling Pin
Dudi Avramov18-Nov-02 4:10
Dudi Avramov18-Nov-02 4:10 
GeneralRe: COM object pooling Pin
Ranjan Banerji18-Nov-02 7:14
Ranjan Banerji18-Nov-02 7:14 
GeneralRe: COM object pooling Pin
Dudi Avramov18-Nov-02 20:58
Dudi Avramov18-Nov-02 20:58 
GeneralRe: COM object pooling Pin
geo_m25-Nov-02 22:47
geo_m25-Nov-02 22:47 
GeneralRe: COM object pooling Pin
Dudi Avramov27-Nov-02 4:45
Dudi Avramov27-Nov-02 4:45 
GeneralRe: COM object pooling Pin
geo_m29-Nov-02 22:19
geo_m29-Nov-02 22:19 
GeneralRe: COM object pooling Pin
Dudi Avramov30-Nov-02 20:47
Dudi Avramov30-Nov-02 20:47 
GeneralNeed help in accessing ATL COM property of type coclass. Pin
bahruddina15-Nov-02 5:38
bahruddina15-Nov-02 5:38 
GeneralRe: Need help in accessing ATL COM property of type coclass. Pin
Hans Ruck17-Nov-02 4:44
Hans Ruck17-Nov-02 4:44 
Generalpass an array from C# to a COM object Pin
gharrison14-Nov-02 21:09
gharrison14-Nov-02 21:09 
GeneralRe: pass an array from C# to a COM object Pin
Christian Graus17-Nov-02 8:24
protectorChristian Graus17-Nov-02 8:24 
QuestionCComPtr or CComQIPtr??? Pin
LukeV14-Nov-02 4:08
LukeV14-Nov-02 4:08 

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.