Hi,
I need to create my own type and this is what I'm using:
OS: Windows 8.1 Pro
TRNSYS version: 17.01.0025
Microsoft Visual Studio: Version 12.0.30501.00 Update 2
Intel Visual Fortran Composer XE 2013 SP1: Package ID: w_fcompxe_2013_sp1.3.202
I opened:
C:\Trnsys17\Compilers\Ivf11x\lvf11x.sln
in VS and tried to build the release version of the solution. Even before compiling with the type I'm creating, I get the 2 fatal errors and the build is aborted. This is the build output for TRNSYS 17 without any added types:
2>Callprogram.f90
2>C:\Trnsys17\SourceCode\Kernel\Callprogram.f90(50): error #6580: Name in only-list does not exist. [CREATEPROCESS]
2>compilation aborted for C:\Trnsys17\SourceCode\Kernel\Callprogram.f90 (code 1)
Line 50 in Callprogram.f90 where the error is thrown:
50 Use ifport , only:createProcess
Maybe I'm missing something or there's a compatibility problem between TRNSYS and the Fortran compiler? I'd appreciate any insight on this problem.
Thanks,
Briana
Sustainable Building Energy Systems