程序
#include "windows.h"
#include "resource.h"int WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance, LPSTR lpCmdLine,int nShowCmd)
{
DialogBoxParam(hInstance,(LPSTR)IDD_DLG_MAIN,NULL,NULL,0);
return 0;
}      
Linking...
Microsoft (R) Segmented Executable Linker  Version 5.60.220 Sep  9 1994
Copyright (C) Microsoft Corp 1984-1993.  All rights reserved.LINK : fatal error L1026: unmatched right parenthesis
 LINK returned error code 2.
Creating browser database...
BSCMAKE: error BK1506 : cannot open file 'TEST.SBR': No such file or directory
 BSCMAKE returned error code 4.
TEST.EXE - 2 error(s), 0 warning(s)请问是何原因?如何解决?谢谢!