Hi,
I am facing a strange problem in Delphi. We have a COM component that does printing and we need it for high volume printing. When this is invoked from VB client (for test), it works fine. When run from Delphi client (which I need), in debug mode it sometime gives access violation in Winspool.drv. In run mode though, it just terminates abnormally without any message and the exe even vanishes from task manager. I am yet to figure out is this due to that print spooler can't handle the load, or is it related to Delphi's accessing COM.
If anyone has any suggestions, it will be very helpful
I am facing a strange problem in Delphi. We have a COM component that does printing and we need it for high volume printing. When this is invoked from VB client (for test), it works fine. When run from Delphi client (which I need), in debug mode it sometime gives access violation in Winspool.drv. In run mode though, it just terminates abnormally without any message and the exe even vanishes from task manager. I am yet to figure out is this due to that print spooler can't handle the load, or is it related to Delphi's accessing COM.
If anyone has any suggestions, it will be very helpful