Hi
I was attempting to create a DLL file using the 'ftn95' and 'slink' commands. Running the following command creates the obj file with out any problems: ftn95 user_force.f90
I then run the slink command with the following inputs: dll LO USER_FORCE.OBJ EXPORTALL FILE USER_FORCE.DLL
The following error message is produced during this process:
##################################### Runtime error from program:c:\program files (x86)\silverfrost\ftn95\slink.exe Access Violation The instruction at address 004196c8 attempted to read from location 0013f20c
00419426 loadDll(<ptr>char,int) [+02a2]
004028ed loadObject(<ptr>char) [+0291]
004259d9 loadCatenatedObject(<ptr>char) [+02ac]
00402c17 loadNamedObjectFile(<ptr>char) [+0143]
00420708 findDLL(<ptr>char) [+01b0]
004208d0 loadStandardDLLs(void) [+01b2]
0040766a parcelUpExe(void) [+0857]
004081d9 processFileCommand(<ptr>char,int) [+023d]
eax=00142c6b ebx=001425f4 ecx=0014191c edx=00000000 esi=000005dc edi=0013f208 ebp=0370e734 esp=0370e680 IOPL=1 ds=002b es=002b fs=0053 gs=002b cs=0023 ss=002b flgs=00010203 [CA OP NZ SN DN NV]
004196c8 mov esi,[edi+0x4] 004196cb mov [ebp-0x7c],esi 004196ce push 0xf0f0f0f0
#########################
Can you please let me know what might be the problem?
I am running Silverfrost FTN95 version 5.3 on 64-bit Windows7 Enterprise. I have Microsoft .NET framework 4.5.1 installed
Thanks in advance