Since 5/3/2012 12:20:03 AM, enigma has written 3 articles and participated in 391 conversations. enigma signature: enigma
enigma's articles:
Items(3) /1
How to export a function to a dll in gfortran/mingw?2130 (1/13/2011 4:27:21 PM) comp.lang.fortran Per the subject, I've written a function in Fortran that I'd like to compile into a dll using a mingw version of gfortran (specifically, a 20101201 build of 4.6, obtained from the link at gcc.gnu.org/wiki/GF... Craig
Interaction of generic names and assumed size arguments1055 (3/23/2006 6:33:00 PM) comp.lang.fortran I would like to set up a generic name along the lines of... INTERFACE generic_foo MODULE PROCECURE foo_int, foo_logical !... END INTERFACE SUBROUTINE foo_int(array_bar, n) INTEGER, DIMENSION(*) :: a... Craig
Looking for BREAK-X program549 (8/4/2003 10:25:35 PM) comp.lang.fortran Given the provenance, this seems like a good place to ask... I'm trying to track down the source code for an old program called BREAK-X. I have documentation that indicates it was developed by Illinois Instit... Craig
How invoke hardware port I/O in DLL from Fortran?2062 (2/17/2011 2:45:53 PM) comp.lang.fortran I need to do some serial- and parallel-port I/O from a Fortran program. The program is already written AND WORKING on a DOS 6.22 machine, and it works fine on my Windows XP-home machine when I boot it straight ... mcalhoun3914(4)
Best way to use latest version of gfortran on windows632 (3/13/2011 2:26:49 PM) comp.lang.fortran Hello, At work we use ifort and lahey to compile our fortran source code. Still I want to use gfortran too, as I am used to it and I like it. I use windows at work. I was then thinking of checking out the lat... nntp756(11)
Fortran DLL Dynamic Library497 (3/14/2011 8:23:18 PM) comp.lang.fortran Hello, I have several routines in Fortran and would like to pack them into a DLL file. Later, I will use these routines in a VBA Excel by referencing the dll file that has all these routines. I can create one ... kisitanggang(72)
About the ide for fortran used by you.1670 (5/2/2011 9:31:43 AM) comp.lang.fortran Hi all, I'm using debian, could you please give me some hints on the ide/gui for fortran coding? Regards. -- ..: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :. ... hszhao.cn(86)
Restrictions on actual arguments251 (5/19/2011 5:09:29 AM) comp.lang.fortran I was reading page 76 (Restrictions on actual arguments) of "Fortran 95/2003 Explained" and could not understand exactly what the authors were trying to say in the following text: -------- Actions that affect ... vgfigue(6)
The current state of FORTRAN?2544 (8/27/2011 5:10:26 PM) comp.lang.fortran Is ftn is really in use any more? I mean newer versions since the mid-1990s. I have access to a ftn program written in 1995 at a university. Are Universities still using ftn in some modern form of it? Commer... wolftracks(235)
May I ask a Linux question/ Yacc and Lex1878 (10/30/2011 12:29:46 PM) comp.lang.fortran Sorry, again, this is not really a Fortran question, but I know here are a number og very helpful people who are doing some kind of software development like I do. That's why I just try my three questions: [1] ... cmat.wolfgang(21)