Will FTN95 work in a mixed programming environment with Java?
James Williams
Welcome to our forums
Will FTN95 work in a mixed programming environment with Java?
James Williams
James
You will probably be able to create an FTN95 DLL for Win32 and call it from Java but bear in mind that all arguments are passed by reference and by default the calling convention is 'C External'. STDCALL is also available if you use the keyword F_STDCALL. Further information is available in the help file (search for STDCALL).