Search:

Type: Posts; User: Relazule

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,144

    In the resource file, the ID of you menu was...

    In the resource file, the ID of you menu was IDM_MENU.

    Did you change that to IDR_MAINMENU?

    Try adding DISCARDABLE to the menu resource so it doesn't waste memory.


    IDR_MAINMENU MENU...
  2. Replies
    5
    Views
    1,398

    for (*iPointer2=1; *iPointer2

    for (*iPointer2=1; *iPointer2 <= 3; (*iPointer2)++)
    {
    z++;
    if (z == iSquare)
    {
    if (cBoard[(*iPointer1)-1][(*iPointer2)-1] == 0)
    {
    printf("EMPTY");
    return 0;...
Results 1 to 2 of 2