対象書籍
猫でもわかるWindowsプログラミング 『猫でもわかるWindowsプログラミング』に下記の誤りがありました。深くお詫びいたしますとともに、ここに訂正させて頂きます。
訂正箇所 | 誤 | 正 | p.67 15-19行目 p.69 11-14行目 |
if (id == IDYES){ DeleteObject(hFont1); DeleteObject(hFont2); DestroyWindows(hWnd); } |
if (id == IDYES){ DeleteObject(hFont1); DeleteObject(hFont2); DeleteObject(hFont3); DestroyWindows(hWnd); } |
---|---|---|
p.86 4行目、5行目 | PolyLine関数 | Polyline関数 |
p.88 3行目 | SetDBrushColor | SetDCBrushColor |
p.89 表3-2 | HS_BDIAGONAL 右下がり … HS_FDIAGONAL 右上がり |
HS_BDIAGONAL 右上がり … HS_FDIAGONAL 右下がり |
p.114 2行目 | DeleteObject(hFont2) | DeleteObject(hFont1) |
p.141 14-15行目 | 「終了」(ID_END) | 「終了」(IDM_END) | p.180 25-34行目 |
case SB_PAGELEFT: nPos -= 10; if(nPos > 100) nPos = 100; break; case SB_PAGERIGHT: nPos += 10; if(nPos < 0) nPos = 0; break; |
case SB_PAGELEFT: nPos -= 10; if(nPos 100) nPos = 100; break; |
p.490 | PolyLine関数 | Polyline関数 |
p.497 下から2行目 | PolyLine関数 | Polyline関数 |
近日刊行予定
猫でもわかるネットワークプログラミング
A5判 400ページ 予価:2,800円 |