You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dislin...@googlegroups.com
Hello,
I'm using the Silverfrost FTN95 compiler under Windows 7 64bit system. Building of the dislin example works fine from command line. But when I try to build it in Visual Studio (Silverfrost FTN95 Express) I get the following warning message:
Cleaning... Building project exa_f90... Updating References... Compiling file: dislin.f90 Compiling file: exa_f90.f90 Linking... WARNING the following symbols are missing: SETPAG C:\dislin\examples\exa_f90\Debug\Win32\exa_f90.obj (C:\DISLIN\EXAMPLES\EXA_F90.F90) METAFL C:\dislin\examples\exa_f90\Debug\Win32\exa_f90.obj (C:\DISLIN\EXAMPLES\EXA_F90.F90) etc.
I'm not familiar with the Studio yet, so any hints are welcome.
Thanks and regards, Christoph
Armin Rauthe-Schöch
unread,
Sep 24, 2012, 2:44:10 AM9/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dislin...@googlegroups.com
Hi Christoph,
you need to tell your linker to include the appropriate DISLIN
library. What are the linker options you are using on the
command-line where linking works ?