I have written some custom classes distributed across multiple script libraries. I have made some minor changes to some of the methods in some classes and therefore I used “recompile all lotusscript”.
I end up with a list of compile errors in 3 libs. When trying to compile each of the errornous libs (by editing it, doing some comment replacement and saving it), each of it compiles without error.
How and where to start my journey, to find the code in error?
LotusScript library names seems to have a maximum length of about 32 characters. When having libraries with longer names, the compiler is unable to resolve and compile them when used in Forms or subforms. When using libraries with longer names as part of library include, the compiler does not throw errors, but runtime errors may occur.
Conculsion: Do not give libraries names longer than approx. 32 characters (was unable to identify the exact limitation).
We’re using Domino Designer client 8.5.1 and suffer the same problem. We never get compilation error even when we have apparent errors in our code in script libraries and agents.
Have you found a solution or a bypass solution? Or, has it disappeared somehow?