Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29067 Discussions

Can IVF 11 raise a .net event for handling by a VB2005 subroutine?

Al_Worth
Beginner
453 Views
The title pretty well says it all. I have a IVF 11 compiled DLL. I would like it to be able to raise an event to which a sub in the VB2005 project (which is the main calling the DLL) will respond.
0 Kudos
1 Reply
onkelhotte
New Contributor II
453 Views
Quoting - Al Worth
The title pretty well says it all. I have a IVF 11 compiled DLL. I would like it to be able to raise an event to which a sub in the VB2005 project (which is the main calling the DLL) will respond.

Since IVF is not part of the .net framework I think not.

But maybe your DLL calls a VB Method, that raises this event.

Markus
0 Kudos
Reply