Fred P. - 2000-10-28

JString doesn't support
JString( size_t nBufferLen );
to resolve the unknown type of NULL.

Simply use:
JString( "", nBufferLen ); 
instead and it will do the same.

j2k/Fred/Math/
now use pseudo templates
(not finished yet)

j2k/Fred/PThread/
are on the way to get done.

Fred.