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 be even better if I could somehow
use the DFLIB in visual fortran.
Dilip K. Paul
Naval Undersea Warfare Center
Code 8121, Bldg. 1273
Newport, RI 02841
Tel: (401) 832-1412
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/