Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » PdfDraw isn't linked in when compiling for Win on Linux using Clang-MinGW
Re: PdfDraw isn't linked in when compiling for Win on Linux using Clang-MinGW [message #57495 is a reply to message #57493] Thu, 09 September 2021 10:03 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13984
Registered: November 2005
Ultimate Member
Novo wrote on Wed, 08 September 2021 21:13
For some reason PdfDraw is added only for POSIX ...
There was no such limitation half a year ago ...


It was always this way. (First commit in github: https://github.com/ultimatepp/ultimatepp/blob/73cfd7617ee0d2 e700eb5260b2d0e3167420037c/uppsrc/CtrlLib/CtrlLib.upp)

PdfDraw is used by CtrlLib with POSIX condition because it is used for printing. It is not needed in Win32, so no reason to increase exe size.

If you need PdfDraw in the project, you need to add it without the condition to some of your packages. (I agree this might be confusing as the fact there is a condition is not apparent from theide workspace list, but I see no simple way how to improve that one).

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Exclamation("") and ESCAPE key
Next Topic: curl
Goto Forum:
  


Current Time: Tue Jun 11 19:55:30 CEST 2024

Total time taken to generate the page: 0.01887 seconds