[DGD] Max String Size
Noah Gibbs
angelbob at monkeyspeak.com
Mon May 27 18:42:47 CEST 2002
In the DGD server's config.h, there's a constant called
"MAX_STRLEN". You'll want to increase it. You'll also want to change the
type of ssizet to an four-byte int. You can find this information at
http://phantasmal.sourceforge.net/DGD/DGD_Config.html#StringSize, among
other places :-)
In any case, you'll need to change the max string size in the DGD server
code (in C) rather than in the MUDLib code (in LPC).
--
angelbob at monkeyspeak.com
See my page of DGD documentation at
"http://phantasmal.sourceforge.net/DGD/"
If you post to the DGD list, you may see yourself there!
On Mon, 27 May 2002, Lord Lerkista wrote:
> It's possible to raise the max string size to have a string with 2000000
> chars??
> where is defined the max??
> the definition in limits.h says that is obsolete
>
> _________________________________________________________________
> List config page: http://list.imaginary.com/mailman/listinfo/dgd
>
_________________________________________________________________
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list