M
Mike Schilling
Dirk said:Next problem I've got is that I get the message: "code too large"
when I try to compile. Have I got to break up the byte array(s) and
put them in separate constants classes?
The "too large" probably refers to your method. Break up the
intiialization into multiple methods, and write a master method that
calls all of them.