This commit is contained in:
世元 李
2020-03-20 16:13:48 +08:00
parent 6ba09c63be
commit 06d419e563
17 changed files with 13 additions and 8 deletions

View File

@@ -52,9 +52,9 @@ void ApplyStringToCV(LPCWSTR ws, DWORD pDf)
// return;
// SetWindowTextW(GetForegroundWindow(),ws);
TESTDATA loadFirst = *((TESTDATA*)(*(DWORD*)pDf));
//if (pNewDf)
// free(pNewDf);
pNewDf =(TESTDATA*) malloc(1024*96);
if (pNewDf&& pNewDf== (TESTDATA*)*(DWORD*)pDf)
free(pNewDf);
pNewDf = (TESTDATA*)malloc(1024 * 96);