I have a double problem in this one.
When trying top compile my ReportWriter code to a library it works in release mode. In Debug mode I get an error on loading a layout:
java.lang.RuntimeException: java.lang.Exception: Sub CREATE_CUSTOM_VIEW was not found.
So in my normal manner, I cut down the code to just the loading process. Again it works in release mode, but fails in debug mode but it also gives a different error.
java.lang.IllegalArgumentException: wrong number of arguments
I attach the cut down project, and the library and a test project for the reportwriter.
When trying top compile my ReportWriter code to a library it works in release mode. In Debug mode I get an error on loading a layout:
java.lang.RuntimeException: java.lang.Exception: Sub CREATE_CUSTOM_VIEW was not found.
So in my normal manner, I cut down the code to just the loading process. Again it works in release mode, but fails in debug mode but it also gives a different error.
java.lang.IllegalArgumentException: wrong number of arguments
I attach the cut down project, and the library and a test project for the reportwriter.