hi,
i am getting the error displayed below
Chat1.rc(4) : error RC2135 : file not found: 6
gone through the MSDN couldnt find any help. just help me with this
code:
DLG_MAIN DIALOG 6, 18, 289, 303
STYLE DS_MODALFRAME | WS_MAXIMIZEBOX | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "ChatMate"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH _US
FONT 8, "MS Sans Serif"
{
...
...
}
thanks
i am getting the error displayed below
Chat1.rc(4) : error RC2135 : file not found: 6
gone through the MSDN couldnt find any help. just help me with this
code:
DLG_MAIN DIALOG 6, 18, 289, 303
STYLE DS_MODALFRAME | WS_MAXIMIZEBOX | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "ChatMate"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH _US
FONT 8, "MS Sans Serif"
{
...
...
}
thanks
Comment