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

Call VB-code from Fortran

hildecodron
Beginner
532 Views
I use Fortran and VB.
I am in a situation where my VB-code calls fortrans functions and this no problem to do this.

However, I have also com-dll's written in VB that I need to call from within my Fortran code. Is this possible?
If yes, how can I do this.

Thanks in advance,
Hilde
0 Kudos
1 Reply
gfthomas8
Novice
532 Views
Yes, CFV can call VB. Check the archieve for past discussions of this issue. Also, look at http://www.canaimasoft.com/f90VB/Index.htm. It has nothing to do with threading unless you also want to add this complication.

CVF doesn't provide a way of creating a container for COM objects but IIRC Leo T. (the CVF COM guru) hoped to do so.

HTH,
Gerry T.
0 Kudos
Reply