Hi all Has anybody tried to compile TRNDll in IVF 11.1 - 64 bit compiler ? The following component cannot be compiled when using IVF 11.1-64: Callprogram.f90 ; Type62.for ; Type66.for ; CallSingleType.f90 ; Userlib.f90. 1>Callprogram.f90 1>C:\Trnsys17\SourceCode\Kernel\Callprogram.f90(88): warning #6075: The data type of the actual argument does not match the definition. [SIZEOFSTARTUPINFO] 1>C:\Trnsys17\SourceCode\Kernel\Callprogram.f90(89): warning #6075: The data type of the actual argument does not match the definition. [SIZEOFSZARGS] 1>CallSingleType.f90 1>C:\Trnsys17\SourceCode\Kernel\CallSingleType.f90(98): warning #6075: The data type of the actual argument does not match the definition. [LIBFILE 1>Userlib.f90 1>C:\Trnsys17\SourceCode\Kernel\Userlib.f90(196): warning #6075: The data type of the actual argument does not match the definition. [LIBFILE] Type 66 and 62 has got a lot of errors, but they are compulsory for my simulations, hence I removed them from the Kernel. I need to compile the other components (Callingprogram; Callsingle; Userlib) in order to run my simulations in a 64bit environment. Has somebody successfully done that ? |