Hello,
Seem to have hit a bit of a random issue trying to compile code using the DISLIN graphics library through Plato.
The DISLIN library is all setup correctly:
DISLIN=c:\dislin
Path appended: c:\dislin\win
dislin.mod in the c:\dislin top path as specified. Checked that it all runs fine from the command line
eg ftn95 -a example.f95 /MOD_PATH c:\dislin f95link -a example.obj
That all goes fine and the executable is built. However, trying to do the same through the Plato build option is not playing ball. The command line option has the MOD_PATH set correctly, the library is added as a reference and all should build correctly, but it fails to see the c:\dislin directory for the module.
If I copy the module to the program folder and build, no problem.
It's not a big deal to just copy the module to the folder where you build your applications, but one would think that the command line options would be read!
Any ideas?
Cheers Lester