When linking any subroutine file(s) (even a basic one) into a DLL, I am always getting the following warnings. To be noted, this is with the latest slink64.exe I was kindly given by Paul.
Loading c:\wlib64\empty.obj
Creating executable file empty.dll
The following symbols were not defined:
__attempt_rlo_load
__record_profile_addresss
Example of empty.for
subroutine empty
integer i
i=1
end subroutine
