By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!I'm playing with the MAPM API and running into a 16K limit somewhere. This is OK ...32K bytes. That hasn't changed since plugins were introduced.
v:\> echo %@fact[5015] | wc
Lines Words Chars
1 1 16384
m_apm_factorial(f, n);
CHAR *szResult = (CHAR*) AllocMem(32768);
m_apm_to_integer_string(szResult, f);
ASCIIToUnicode(szResult, psz, 32767);
FreeMem(szResult);
Did you increase this? Today I can write 32K WCHARs to it.32K bytes. That hasn't changed since plugins were introduced.
v:\> echo %@ipow[10 32765] | wc
Lines Words Chars
1 1 32768