unsigned int i = strtol("0x80000000", &p, 16);
とやって,i が 0x7fffffff になる。正解は strtoul。
プログラミング Win32 RSS レスポンス
Δ