I am having a problem with getting my printer to work with programmes compiled under windows vista 64. My old computer ran windows XP. When I move exe files to the new computer, they work fine. When I compile the BAS files on the new computer under vista the print routines do not work.
I use the function PrinterDialog (in COMDLG32.INC) to show the printerdialog box to choose the tray, paper size and orientation. I then use DDOC printing routines to build and print the pages.
The programmes compiled under vista function correctly, show no error messages and exit. It is as though the print file is sent to the wrong port. It vanishes.
Anybody got any suggestions.
regards
Iain
I use the function PrinterDialog (in COMDLG32.INC) to show the printerdialog box to choose the tray, paper size and orientation. I then use DDOC printing routines to build and print the pages.
The programmes compiled under vista function correctly, show no error messages and exit. It is as though the print file is sent to the wrong port. It vanishes.
Anybody got any suggestions.
regards
Iain
Comment