I have successfully (yet to be tested!) created a .DLL file containing various functions and subroutines in plain old .FOR. I also included a .F95 file for a data module in the solution. Everything seemd to work OK resulting in the creation of xxxx.DLL.
Then, I decided to run a test programme in .NET (which had run in FTN95 using a data module inside a .DLL). I set up specific references to FTN95lib.dll, salflibc.dll and the newly created xxxx.dll. I then created my test programme which contains a reference to the data module (USE yyyy and so on) which should be inside the xxxx.dll.
It did not compile and I received errors when I tried to build the solution:
'Cannot find definition for MODULE yyyy' which should have been the .F95 file contained in the xxxx.dll.
Is there something obvious that I am missing? Perhaps the compiler and linker options are missing? But which ones?
Thnk you in advance.
regards
Norm :?