I am trying to work through the examples in Simdem package. However, after several attempts I cannot produce simdem.exe (probably for some trival reason). Below is the error message I get when trying to build simdem.exe. My questions : (a) which dll's should be added as a reference (see list at bottom) and (b) what does this error means?
Cleaning...
Clean completed.
Compiling file: simdem.for
Compiling file: runsim.for
Linking...
*** Multiple definition of symbol: _RUNSIM
H:\\FTN95\\Clearwin\\simdem00\\CheckMate\\Win32\\simdem.obj
(H:\\FTN95\\CLEARWIN\\SIMDEM00\\SIMDEM.FOR)
and,
H:\\FTN95\\Clearwin\\simdem00\\CheckMate\\Win32\\runsim.obj
(H:\\FTN95\\CLEARWIN\\SIMDEM00\\RUNSIM.FOR)
'Files'
{
'simdem.for'
{
'ProjRelPath' = 'T'
'CustomCompilerOptions' = '0'
'CustomSwitches' = ''
'ExcludeFromBuild' = 'F'
'FileGUID' = ''
}
'runsim.for'
{
'ProjRelPath' = 'T'
'CustomCompilerOptions' = '0'
'CustomSwitches' = ''
'ExcludeFromBuild' = 'F'
'FileGUID' = ''
}
}
'References'
{
'C:\\\\Progs\\\\Simdem\\\\bin\\\\w_menus.dll'
{
'CopyLocal' = 'F'
'ProjectRef' = ''
'IsProject' = 'F'
'IsSTDCALL' = 'F'
'ExcludeFromBuild' = 'F'
'ReferenceName' = ''
'ReferencePath' = ''
}
'C:\\\\Progs\\\\Simdem\\\\bin\\\\w_graphics.dll'
{
'CopyLocal' = 'F'
'ProjectRef' = ''
'IsProject' = 'F'
'IsSTDCALL' = 'F'
'ExcludeFromBuild' = 'F'
'ReferenceName' = ''
'ReferencePath' = ''
}
'C:\\\\Progs\\\\Simdem\\\\bin\\\\w_clearwin.dll'
{
'CopyLocal' = 'F'
'ProjectRef' = ''
'IsProject' = 'F'
'IsSTDCALL' = 'F'
'ExcludeFromBuild' = 'F'
'ReferenceName' = ''
'ReferencePath' = ''
}
}