Hello,
I have a little problem:
I have built a Fortran routine in dll in order to use it in Excel with a VBA macro. The problem is that my Fortran routine opens a external text file ( OPEN(unit=1,file='text.dat') and when I launching the dll from the VBA macro, the procedure is unable to find this external text file.
Is it existing a way to include this external text file in the Fortran dll to avoid this problem?
Thank you for your help.
I have a little problem:
I have built a Fortran routine in dll in order to use it in Excel with a VBA macro. The problem is that my Fortran routine opens a external text file ( OPEN(unit=1,file='text.dat') and when I launching the dll from the VBA macro, the procedure is unable to find this external text file.
Is it existing a way to include this external text file in the Fortran dll to avoid this problem?
Thank you for your help.