in VC++ EE I can't find any documentation on the following:
- WinMain
- WNDCLASSEX
- Basicly cheasy windows stuff
- RC.EXE functions
Are they there or if not is there any way to add help files to the C++ help gui
in VC++ EE I can't find any documentation on the following:
Are they there or if not is there any way to add help files to the C++ help gui
Missing Documentation?
rbhatia
yousifnet
Search http://msdn.microsoft.com for such issues and you should find some details. For example, for WinMain, I have found http://search.msdn.microsoft.com/search/results.aspx qu=WinMain&View=msdn&st=b&c=4&s=1&swc=4
Thanks, Ayman Shoukry VC++ Team