Dangerous Words
Do not use any of the following words as a variable name
because they may, under some circumstances, pose conflicts.
- main(upper, lower or mixed case)
- cursor
- hConsole
- color_fg
- color_bg
Do not use any of the following words as a GLOBAL
because they may, under some circumstances, pose conflicts.
- BCX_CLASSNAME(case insensitive)
- CmdLine
- CmdShow
- hInst
- hPrev
- hWnd
- lParam
- Msg
- wParam
- vt_UNKNOWN
- vt_STRLIT
- vt_INTEGER
- vt_SINGLE
- vt_DOUBLE
- vt_STRVAR
- vt_DECFUNC
- vt_NUMBER
- vt_FILEPTR
- vt_UDT
- vt_STRUCT
- vt_UNION
- vt_LPSTR
- vt_BOOL
- vt_CHAR
- vt_LPSTRPTR
- vt_CHARPTR
- vt_VOID
- vt_MATRIX
- vt_LONG
- vt_HINSTANCE
- vt_HWND
- vt_HFONT
- vt_NOTDONE
- vt_RESERVED
Do not use any of the following words as FUNCTION or SUB names
because they may, under some circumstances, pose conflicts.