我想建一个非模式对话框
HWND hDlgModeless(全局变量)
hWnd 是建立窗口后返回的句柄,
About 是以定义的对话框过程hDlgModeless=CreateDialog(hInst,TEXT("jk"),hWnd,About);但却返回错误如下:
error C2664: 'CreateDialogParamA' : cannot convert parameter 4 from 'long (struct HWND__ *,unsigned int,unsigned int,long)' to 'int (__stdcall *)(struct HWND__ *,unsigned int,
unsigned int,long)'
        None of the functions with this name in scope match the target type