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

Build Errors: Missing files under clawPDF\clawmon\x86 and clawPDF\clawmon\x64 #10

Closed trentapple closed 4 years ago

trentapple commented 4 years ago

Hello,

When attempting to build the project, I receive the following errors which appear to be files that are missing. I did not see any explicit build events which generate these (such as by the clawmon project) and they are files added as content to the clawPDF.csproj project.

Severity    Code    Description Project File    Line    Suppression State
Error       Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x86\SCPDFPRN.ppd" because it was not found. clawPDF         
Error       Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x64\SCPDFPRN.ppd" because it was not found. clawPDF         
Error       Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x86\ps5ui.dll" because it was not found.    clawPDF         
Error       Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x64\ps5ui.dll" because it was not found.    clawPDF         
Error       Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x64\pscript.ntf" because it was not found.  clawPDF         
Error       Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x86\pscript.ntf" because it was not found.  clawPDF         
Error       Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x86\pscript.hlp" because it was not found.  clawPDF         
Error       Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x86\pscript5.dll" because it was not found. clawPDF         
Error       Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x64\pscript.hlp" because it was not found.  clawPDF         
Error       Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x64\pscript5.dll" because it was not found. clawPDF         

Could you please provide input in resolving this?

trentapple commented 4 years ago

Similar to #5 (Closing this issue).