Gerasimos1986
Vendor
Hi. I am having trouble running a program. This program was written in 1981 and was again revised in 1997
I get this error and i don't know what to do. i use the microsoft developer studio with fortran power station 4.0
Linking...
R005.obj : error LNK2001: unresolved external symbol _GROWHANDLES@4
R005.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
R005.exe - 2 error(s), 0 warning(s)
initially i had a problem with this line. it found an error statement inside this line, between / and 1X118. there was no comma after 1X and i added one. after making modifications it now looks like this:
FORMAT(A,'R005 MWM', 4X, 18A4, 1X, A, 2X, 'BLATT', I4 /
1 1X, 118('*'),/ 1X)
Does anybody know why this GROWHANDLES@4 come up? am i missing a library? i am using windows vista.
Thank you for any help
Greetings
Ger
P.S. i don't know if the following info is usefull to you:
The program starts with the statement include 'fsublib.fi'
This library is not part of the fortran power station 4.0, so i downloaded the open watcom compiler and added the directory with fsublib into the program.
I get this error and i don't know what to do. i use the microsoft developer studio with fortran power station 4.0
Linking...
R005.obj : error LNK2001: unresolved external symbol _GROWHANDLES@4
R005.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
R005.exe - 2 error(s), 0 warning(s)
initially i had a problem with this line. it found an error statement inside this line, between / and 1X118. there was no comma after 1X and i added one. after making modifications it now looks like this:
FORMAT(A,'R005 MWM', 4X, 18A4, 1X, A, 2X, 'BLATT', I4 /
1 1X, 118('*'),/ 1X)
Does anybody know why this GROWHANDLES@4 come up? am i missing a library? i am using windows vista.
Thank you for any help
Greetings
Ger
P.S. i don't know if the following info is usefull to you:
The program starts with the statement include 'fsublib.fi'
This library is not part of the fortran power station 4.0, so i downloaded the open watcom compiler and added the directory with fsublib into the program.