All,
I have a Fortran dll project that creates a 'project.dll' file , the subroutine of whom is called inside of an other executable file. This subroutine inside 'project.dll' needs to read some data from a text file called 'project.txt' that I have to put in the same folder.
My question is the following: how could I include this text file 'project.txt' inside 'project.dll' so that I just have one file, 'project.dll', to import in my executable.
Thank you!
I have a Fortran dll project that creates a 'project.dll' file , the subroutine of whom is called inside of an other executable file. This subroutine inside 'project.dll' needs to read some data from a text file called 'project.txt' that I have to put in the same folder.
My question is the following: how could I include this text file 'project.txt' inside 'project.dll' so that I just have one file, 'project.dll', to import in my executable.
Thank you!