create dll file from fortran code exported from TRNSYS to create a new type
It's about 4 weeks that I'm trying to export dll file from a fortran code which is exported from TRNSYS to create a new component:
1>C:\Users\amirreza\Desktop\type204.for(34): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [TRNSYSCONSTANTS]
1>C:\Users\amirreza\Desktop\type204.for(35): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [TRNSYSFUNCTIONS]
1>C:\Users\amirreza\Desktop\type204.for(153): error #6404: This name does not have a type, and must have an explicit type. [GETSIMULATIONSTARTTIME]
1>C:\Users\amirreza\Desktop\type204.for(154): error #6404: This name does not have a type, and must have an explicit type. [GETSIMULATIONTIMESTEP]
1>compilation aborted for C:\Users\amirreza\Desktop\type204.for (code 1)
Would you be so kind to tell me how to fix this errors? I'm a beginner in FORTRAN so please guide me as a beginner