Main Menu

Examples

Started by walt decker, Today at 02:12:37 PM

Previous topic - Next topic

walt decker

First a question:
DECLARE FUNCTION wWinMain (BYVAL hInstance AS HINSTANCE, _
                           BYVAL hPrevInstance AS HINSTANCE, _
                           BYVAL pwszCmdLine AS WSTRING PTR, _
                           BYVAL nCmdShow AS LONG) AS LONG

   END wWinMain(GetModuleHandleW(NULL), NULL, wCommand(), SW_NORMAL) '<--- Why?

Why the end statement at the end of the declare.  I have compiled the code with that statement commented out and it runs fine.

Next, the two rich edit control in AfxNova\examples are corrupt.

Next, in AfxNova\templates\DDT the file ex_ddt_menuwithicons_01.bas fails to compile the  referenced .rc file

Finally, Jose, you have done great work.  I thank you for it.  It will make things easier for me.