I'm editing a model written in C and fortran- I've worked out how to use fortran variables in C, but not the reverse- any advice on what I'm doing wrong, or links to info on how to do this greatly appreciated- I don't even know the basics, like should I be using pointers (it seems to fall over...
I am trying a test build of some old code (hence the old compiler). I need to link C and F files, but I am getting the following error
error LNK2001: unresolved external symbol _flow
for each mention of a C file in the F code. Below is an example of how the f files link to the C files...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.