|
Wince6 有个程序过不去,麻烦大侠们帮帮忙
[复制链接]
#include "stdafx.h"
#include
#include
int _tmain(int argc, _TCHAR* argv[])
{
UINT bufIndex = 0;
BYTE buf[262];
DWORD c;
PDWORD pd = (PDWORD)&buf[bufIndex];
c = *pd;
bufIndex++;
pd = (PDWORD)&buf[bufIndex];
c = *pd; //这里出错
return 0;
}
|
|