Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29253 Discussions

COMPAQ VISUAL FORTRAN CODE FOR PRINTING

grummel
Beginner
421 Views
This is requesting source code for printing.
In the past I have used LPT1 even on our network where I have access to about 10 printers. In the last week network changes have been made and our computer department is not familiar with Fortran to help.
Explorer designates the properties of the printer port of my choice as 10.31.204.201:PASSTHRU on Printer D PSA4050N ON SERVER 31 with a sharing designation as Printer.003
This is thanking you in advance for your reply.
Thanks
George Rummel
0 Kudos
1 Reply
Steven_L_Intel1
Employee
421 Views
Your new printer is the kind known as a GDI printer - it does not just take text and print it, but instead prints a bitmap sent to it by the printer driver. This means a new way of printing.
See the FORPRINT sample provided with CVF for a callable routine that does this. It is very flexible and easy to use.
0 Kudos
Reply