--- In [email protected], "totallyfreeenergy" <totallyfreeene...@...> wrote: > > Still the dll crashes.
:
char* displaystr = "displaystr";
:
else if (ValidateField2(szField2) != VALIDATION_SUCCESS)
{
_tcscat(displaystr, szField2);
:
If your code executes this _tcscat() call, it might crash (because it is
attempting to modify constant data).
