谢谢

解决方案 »

  1.   

    见:http://expert.csdn.net/Expert/topic/1167/1167100.xml?temp=.6817591
    http://expert.csdn.net/Expert/topic/1167/1167095.xml?temp=.3446009
      

  2.   

    一是也说不清,反正弹不出对话框。
    代码全贴在
     http://expert.csdn.net/Expert/topic/1167/1167100.xml?temp=.6817591
    http://expert.csdn.net/Expert/topic/1167/1167095.xml?temp=.3446009
    看看把,谢谢
      

  3.   

    你的代码很长
    int PASCAL WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int nShowCmd)
    {
    MSG msg;
    if(!hPrevInstance)
    if(!Register(hInstance))
    return FALSE;
    MessageBox( "fsdafs" );//加上这个或者AfxMessageBox
    if(!(MainWindow=Create(hInstance,nShowCmd)))
    return FALSE;
     while (GetMessage(&msg,NULL,0,0))
     {
     TranslateMessage(&msg);
     DispatchMessage(&msg);
     }
     return msg.wParam;
    }
      

  4.   

    Error executing cl.exe.
    'MessageBoxA' : function does not take 1 parameters
    这个MessageBox用来做什么的啊?
    我不是要这种对话框啊。我要弹出Dialog呢。
    是包含在rc文件里头的Dialog