Thank you WJR for responding.
Some of my problems were in the WM_PAINT section of the program.
The Winmain Locals had a few items missing and when I added them the
program partially started working. One time it works and the next time it
gets a "c0000374" error, which is of no use to me. HOWEVER, they showed
up in the compile as unreferenced symbols in error. The compiler did not
show these items as missing. The symbols in question are used in the program.
The missing items are: hBrush, hdc, hMenu, vdc, vbrush, vMenu
WinMain:
FRAME hInst,hPrevInst,CmdLine,CmdShow
LOCAL ovl:WNDCLASSEXA,msg,RR:RECT,hWnd,hBrush,hdc
Local lb:LOGBRUSH,ps:PAINTSTRUCT,pt:POINT,hMenu,vdc
Local jps:WNDCLASSEXA,vWnd,vInst,vBrush,vMenu