Receive Event Notification Broad-casted from Fortran in Managed Code
Posted
by Ngu Soon Hui
on Stack Overflow
See other posts from Stack Overflow
or by Ngu Soon Hui
Published on 2010-04-16T05:53:08Z
Indexed on
2010/04/16
6:23 UTC
Read the original article
Hit count: 235
I have a fortran (unmanaged code) dll as the calculation engine, and a C# form as the GUI.
Now, the calculation in fortran is long, so in order not to bore the users, I decided to use Asynch command to create a progress bar. The fortran dll would be responsible for putting messages in the progress bar as the calculation proceeds.
Any idea how this can be done?
© Stack Overflow or respective owner