HydrologicEngineeringCenter / hec-dss

source code for HEC-DSS (Data Storage System)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fortran interface heclib.dll having linker issue

ktarbet opened this issue · comments

C:\project\hec-dss\heclib\VB_interface\x64\Debug\heclib.dll : fatal error LNK1169: one or more multiply defined symbols found

Investigation

source function name obj dumpbin
zfname6.f zfname zfname6.obj zfname_
zfname.c zfname zfname.obj zfname
zfname_.c zfname_ zfname_.obj zfname_

It Looks like zfname_.c should be removed. zfname_.c was not included in the previous Makefiles/vcxproj