mIRC Homepage
Posted By: smaskens Extend DLL limit. - 12/12/02 09:39 AM
'Note: The data and parms variables can each hold 900 chars maximum.'

This is what I want extended. To be able to return more data than 900 chars. Atleast a few K would be nice. Why is it 900 chars anyway? Thanks.
Posted By: GrimZ Re: Extend DLL limit. - 12/12/02 01:39 PM
mIRC's parser has a wierd buffer limit. Won't happen unless Khaled changes the parser afaik, which isn't going to happen to my knowledge without a complete re-write ...
Posted By: codemastr Re: Extend DLL limit. - 12/12/02 11:20 PM
He probably uses a static buffer somewhere...
Dynamic allocation is one of the best features of C++!!!
Posted By: GrimZ Re: Extend DLL limit. - 13/12/02 05:23 AM
Well, my point was that the buffer size (being increased that is) has been requested so many times... that I would assume that something is preventing him from doing it if it were so easy to do he would of done it already.

I don't have the code so I can only speculate but that would be my guess.
© mIRC Discussion Forums