Yes. On Win32 you will need to use the include files in include\ and include\integer4. Do not use the files in \include\integer8.
There a couple of possible reasons:
1) When you built the program you did tell the compiler that you wanted to build a 64bit executable. Note the default in the Intel compiler is 32-bits.
2) It could be that you have a 32-bit operating system installed (even if your computer has 64-bit hardware).
Hi FEAP_Admin,
I have used instructions from the following youtube video of Prof. Govindjee (I am using
FEAP 8.2)
https://www.youtube.com/watch?v=7QAh6QvOT6s I am using 64 bit Intel Visual Fortran 11.1.048 (with Visual Studio 2008 on Windows 7
64bit). I have checked the compiler version in Visual Studio menu: Tools -> Options -> Intel Fortran -> Compilers : x64

ad the Configuration Manager also uses Release:x64 configuration
ad finally the include files are also integer8

despite all this, I am still getting this error during Build:
Error 1 error #6362: The data types of the argument(s) are invalid. [FREE] D:\feap82_test\ver82\compile\setmem.f 145
Error 2 error #6362: The data types of the argument(s) are invalid. [FREE] D:\feap82_test\ver82\compile\setmem.f 199
Error 3 Compilation Aborted (code 1) D:\feap82_test\ver82\compile\setmem.f 1
I will be very thankful for any hint about resolving the error.
Best regards,
Mubeen.