Handling automation events in an Intel Visual Fortran Windows application



Hello,



I have an Intel Visual Fortran 10.1 application that I am working on.
I have used the Fortran Module Wizard to create a Fortran wrapper for
a COM server...let's call is xxx.dll

I can invoke the COM routines in xxx.dll fine. However, the xxx.dll
generates "notfication events" that appear to be automation events of
some kind.

I need my client (a windows SDI application at the moment) to process
the "notfication events" from xxx.dll. I need to duplicate the
functionality of a C++ MFC example that appears to use an MFC dispatch
map to handle automation events and register a callback function to
handle the events. Is there a way to do this or something similar or
equivalent in Intel Visual Fortran.

Sincerely,



John McGowan







.