When a library is compiled by "Check all pool objects" from Build-menu and there occure build errors (which are displayed in die Build message window) it is nevertheless possible to save the library as "compiled library" - why?
How can build/compile errors be detected in a python script if the "Check all pool objects" command is also triggered by python script?
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
DBaur hat geschrieben:
When a library is compiled by "Check all pool objects" from Build-menu and there occure build errors (which are displayed in die Build message window) it is nevertheless possible to save the library as "compiled library" - why?
How can build/compile errors be detected in a python script if the "Check all pool objects" command is also triggered by python script?
Why don't you use the method of the project object?
Here some example code which "builds" a loaded library and prints the compiler error:
When a library is compiled by "Check all pool objects" from Build-menu and there occure build errors (which are displayed in die Build message window) it is nevertheless possible to save the library as "compiled library" - why?
How can build/compile errors be detected in a python script if the "Check all pool objects" command is also triggered by python script?
Thanks in advance.
Hi DBaur.
Why don't you use the method of the project object?
Here some example code which "builds" a loaded library and prints the compiler error:
BR
Martin