Dear Paul,
Thanks for your help! I did exactly the following:
1.) Built DLL (filename 'mod01.dll') from object file
'mod01.obj', using the SLINK commands:
slink
dll
lo mod01.obj
exportall
file
2.) Opened new project in Plato.
3.) Added 'mod01.dll' as a REFERENCE in the
Projet Explorer Window on the right hand side.
4.) Used 'Add Existing Items' to incorporate the calling code
that is supposed to use the subroutines in 'mod01.dll'.
5.) Tried to BUILD. Only REBUILD was usable on the BUILD menu.
Although there was the applicable USE statement in the calling code,
the compiler could not fine that module name (which resides within
'mod01.dll').
I am puzzling over what I missed doing - do you know what is amiss? :?:
With many thanks,
Ludwig