<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<div>Hi Andy,
<br />
<br />
I have changed both lines from coproc to main, but the error message remains the same.
<br />
<br />
Best,
<br />
Thomas
<br />
 
<div>
<div>Am Montag, 24. Oktober 2016 22:00 schrieb Andy Bauer <andy.bauer@kitware.com>:
<br />
 </div>
<blockquote type="cite">
<div>
<div dir="ltr">
<div>
<div>
<div>
<div>Hi Thomas,
<br />
 </div>
If you change from coproc to main in the "program" and "end program" lines in FEDriver.f90 does that fix the problem?
<br />
 </div>
I'm working on a fix for this but don't have access to any MSVS compilers.
<br />
 </div>
Thanks,</div>
Andy</div>
<div> 
<div>On Sat, Oct 22, 2016 at 1:46 PM, <span dir="ltr"><<a href=
"mailto:thomasblome@startmail.com">thomasblome@startmail.com</a>></span> wrote:
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>Hello,
<br />
<br />
I'm trying to compile the Fortran90FullExample using MSVS (Intel Fortran Compiler 2017 and Visual C++ 2015 compiler).
<br />
Doing so I'm getting following linker error:
<br />
<br />
Error    LNK2019    unresolved external symbol main referenced in function "int __cdecl
__scrt_common_main_seh(void)" (?__scrt_common_main_seh@@YAHXZ)    Fortran90FullExample.
<br />
<br />
Obviously, the source code doesn't contain a main method at all, since the entry point is given by the fortran program
in file 'FEDriver.f90'.
<br />
Nevertheless, I guess the compiler internally creates a main method, and the linker cannot resolve the reference due to
a name mangling problem, as there are different compilers involved. But I'm not quite sure about that, nor how to solve
it, at that matter.
<br />
<br />
Can you give me a hint how to solve that problem?
<br />
<br />
Kind regards,
<br />
Thomas</div>

<br />
_______________________________________________
<br />
Powered by <a target="_blank" href="http://www.kitware.com">www.kitware.com</a>
<br />
<br />
Visit other Kitware open-source projects at <a target="_blank" href=
"http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>
<br />
<br />
Search the list archives at: <a target="_blank" href=
"http://markmail.org/search/?q=Paraview-developers">http://markmail.org/search/?q=Paraview-developers</a>
<br />
<br />
Follow this link to subscribe/unsubscribe:
<br />
<a target="_blank" href=
"http://public.kitware.com/mailman/listinfo/paraview-developers">http://public.kitware.com/mailman/listinfo/paraview-developers</a>
<br />
 </blockquote>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</body>
</html>