Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: need workaround for pro*fortran precompiler missing from ms windows

Re: need workaround for pro*fortran precompiler missing from ms windows

From: Ed Prochak <edprochak_at_adelphia.net>
Date: Wed, 30 Apr 2003 21:59:32 GMT
Message-ID: <3EB04B5C.3080400@adelphia.net>


sol gongola wrote:
> I am porting fortran code from vms and unix to windows.
> It includes pro*fortran code for which no windows precompiler
> exists.
>
> We want to use the vms or unix pro*fortran precompiler
> to generate the intermediate fortran code and use that with
> the windows fortran compiler (compaq visual fortran).
>
> Will their be missing libraries? If i have windows pro*c
> installed, will it supply the missing libraries?
>
> Is their any other practical workaround?
>
> thank you
> sol gongola

the precompiler changes the embedded SQL to OCI calls, BUT...

the calling conventions of C and FORTRAN are different. So I doubt the C based OCI libraries would work. (NOTE: opinion only. I never tried this in Windows.)

Drop me an email and maybe I can give more help off-line.

-- 
Ed Prochak
running    http://www.faqs.org/faqs/running-faq/
netiquette http://www.psg.com/emily.html
--
"Two roads diverged in a wood and I
I took the one less travelled by
and that has made all the difference."
robert frost
Received on Wed Apr 30 2003 - 16:59:32 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US