Hello everyone, I am very new to feap and fortran so I have a question which may be a very basic one. I am using feap82 on OS Windows 7, 64x in Intel Visual Fortran using Microsoft Visual Studio 2015. I followed the instructions provided in the installation manual and the ones provided in this tutorial:
https://www.youtube.com/watch?v=7QAh6QvOT6s and the result was an error #6362: The data types of the argument(s) are invalid. [FREE]. The line where this error appears is
call free(adr(n)).After some help from a colegue who worked with fortran in the past, we changed the code of the setmem.f to define
integer*8 adr(600) instead of
integer adr(600), which seems to solve this error, but I now get another error #10037: could not find 'lib' , after the building of all the selected .f files is done.
Is the first solution ok, and if so, what can I do to solve the second problem?
Please understand that I am very new to fortran or feap so I may have used some uncorrect terms in explaining the problem, but as far as I know, I followed the instructions in the manual and the video but the error still appears.
Since I am new to this, the question is also would you recomend doing some basic fortran tutorials first or is it enough to just follow the manuals for feap? Seeing how many problems it is causing me just to install the program I am thinking that I should learn something about the code before doing anything with feap.
Regards,
Marko Lavrenčič