Random number generator

2002-05-03 Thread Paul Dilip K NPRI
I am trying to use the random number generator for my fortran routine- but both RAN and SRAND does not work. Is there any other random number generating function which works with g77. Dilip K. Paul mailto:[EMAIL PROTECTED]   -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

Mathematical Functions

2002-05-02 Thread Paul Dilip K NPRI
While using g77 compiler to compile fortran routines I got error message regarding COSD, ACOSD, SIND, ASIND etc. which are used with the angles in degrees, rather in radian. These are available with windows Compaq Fortran, also in UNIX. Are they available in CYGWIN with different names? Als

RE: Printing PostScript file

2002-04-04 Thread Paul Dilip K NPRI
ECTED]] Sent: Thursday, April 04, 2002 2:27 PM To: Paul Dilip K NPRI; [EMAIL PROTECTED] Subject: RE: Printing PostScript file Did you share it? Larry Hall [EMAIL PROTECTED] RFK Partners, Inc. http://www.rfk.com 838 Washington Street

RE: Printing PostScript file

2002-04-04 Thread Paul Dilip K NPRI
Any other thought about printing postscript files from cygwin; still can not print. Somehow the printer is unknown even with hostname and device name. Dilip Paul -Original Message- From: Charles Wilson [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 6:38 PM To: Lester Ingber; [EM

RE: Printing postscript file

2002-04-02 Thread Paul Dilip K NPRI
Dilip K NPRI Cc: Cygwin Subject: Re: Printing postscript file Paul, Please keep your replies on-list! On Mon, Apr 01, 2002 at 01:13:44PM -0500, Paul Dilip K NPRI wrote: > I already have a ps graphics file. I need not convert a text file to > ps file. I understand the above. > Also I

RE: Printing postscript file

2002-04-01 Thread Paul Dilip K NPRI
PROTECTED]] Sent: Monday, April 01, 2002 11:07 AM To: [EMAIL PROTECTED]; Paul Dilip K NPRI Subject: Re: Printing postscript file From: "Charles Wilson" <[EMAIL PROTECTED]> To: "Paul Dilip K NPRI" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, Apri

RE: Printing postscript file

2002-04-01 Thread Paul Dilip K NPRI
-Original Message- From: Charles Wilson [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 10:30 AM To: Paul Dilip K NPRI Cc: [EMAIL PROTECTED] Subject: Re: Printing postscript file I don't know. Please keep cygwin email on the cygwin list. --Chuck Paul Dilip K NPRI

Printing postscript file

2002-03-29 Thread Paul Dilip K NPRI
I have a postscript graphics file draw.ps. If I give the command- notepad /p draw.ps- it prints few pages of postscript language text. I am sending the file to a postscript printer.    Can anyone suggest please. Dilip K. Paul mailto:[EMAIL PROTECTED]   -- Unsubscribe info: http://cy

RE: csh.exe

2002-03-22 Thread Paul Dilip K NPRI
Thanks. NCAR graphics needs csh; I gather tcsh is enhanced csh. But it does not work. Dilip Paul -Original Message- From: Hack Kampbjørn [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 8:59 AM To: Paul Dilip K NPRI Cc: '[EMAIL PROTECTED]' Subject: Re: csh.exe >

csh.exe

2002-03-22 Thread Paul Dilip K NPRI
Hi, How do I get csh.exe. I did not see that in shell options.   Thanks Dilip K. Paul mailto:[EMAIL PROTECTED]   -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Using libgdi32.a

2002-03-15 Thread Paul Dilip K NPRI
Hi Corinna, I tried use the method outlined in 'How do I use win32 api calls' to use a windows routine in the library gdi32; somehow g77 -o a.o routine.f -lgdi32 can not find the routine setpixel which is a windows routine. Now in cygwin/lib/w32api you have libgdi32.a- how may I use this to com

Using windows routine

2002-03-15 Thread Paul Dilip K NPRI
Hi, I am trying to compile a routine which calls the windows routine SETPIXELRGB( IX, IY, RGB ). I tried to link with few windows api libraries eg. g77 -o a.o routine.f -luser32 -lgdi32 -advapi32 -lcomdlg32 etc. But it can not find that routine. Does anyone know how to go about it? It will

Disspla Library

2002-03-13 Thread Paul Dilip K NPRI
Does anyone has the Disspla graphics library which can be linked to Fortran or C++ program executable?   Thanks, Dilip K. Paul Naval Undersea Warfare Center Code 8121, Bldg. 1273 Newport, RI 02841 Tel: (401) 832-1412 mailto:[EMAIL PROTECTED]   -- Unsubscribe info: http://cygwin.co

RE: FW: Suggestion for setup

2002-03-07 Thread Paul Dilip K NPRI
Hi Corinna, Looks like you are the developer for cygwin. I need to use some windows graphics library with my g77 compiled program in cygwin. I posted it previosly and did not get any response. I am trying to use windows library specifically graphics library for plotting from my cygwin program.

RE: Using windows graphics routines from cygwin

2002-02-20 Thread Paul Dilip K NPRI
    I am trying to use windows library specifically graphics library for plotting from my cygwin program. I need to use windows routines like: GETWINDOWCONFIG, DFLIB, SETCOLORRGB, $GCLEARSCREEN. I have a folder wich is called visual. How to go about linking the required windows

Using windows graphics routines

2002-02-19 Thread Paul Dilip K NPRI
I am trying to use windows library specifically graphics library for plotting from my cygwin program. I need to use windows routines like: GETWINDOWCONFIG, DFLIB, SETCOLORRGB, $GCLEARSCREEN. I have a folder wich is called visual. How to go about linking the required windows VISUAL FORTRAN li