clawsoftware / clawPDF

Open Source Virtual (Network) Printer for Windows that allows you to create PDFs, OCR text, and print images, with advanced features usually available only in enterprise solutions.
https://github.com/clawsoftware/clawPDF
GNU Affero General Public License v3.0
661 stars 147 forks source link

Issue in clawmon\monitor\mon.cpp #23

Closed twooclock closed 1 year ago

twooclock commented 4 years ago

Line 1290: WriteToIniFile(_T("0"), _T("PinterName"), m_szPrinterName, infpath); shoud be WriteToIniFile(_T("0"), _T("PrinterName"), m_szPrinterName, infpath);

This prevents usage of different profiles since profiles are determined via PrinterName. LastUsedProfile is always used.

Axachi commented 1 year ago

So will there bee anew update on the MSI with the changes for this soon?. As the latest one is from 2019... ???

Axachi commented 1 year ago

I can not find mon.cpp in the project Am I doing something wrong?? I only find monitor.cpp but that file contains only 500+ lines. and nothing with the change you sugested..

twooclock commented 1 year ago

Sorry title refers to issue in mon.cpp. My change is in port.cpp wich is in ...\clawmon\monitor\ folder (see line 1290).

clawsoftware commented 1 year ago

Patched with version 0.8.6