xuhaiyuan
驱动牛犊
驱动牛犊
  • 注册日期2004-08-10
  • 最后登录2004-09-27
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1058回复:0

谁知道filemon3.6为什么release可以debug却不行

楼主#
更多 发布于:2004-08-16 12:21
HWND InitInstance( HANDLE hInstance, int nCmdShow )
{
HWND hWndMain;

// get the window position settings from the registry
Get_Position_Settings();

// create the main window
hInst = hInstance;
hWndMain = CreateWindow( _T("FileMonClass"), _T("File Monitor"),
WS_OVERLAPPEDWINDOW,
PositionInfo.left, PositionInfo.top,
PositionInfo.width, PositionInfo.height,
NULL, NULL, hInstance, NULL );

。。。
+++++++++++++++++++++++++++++++++++
程序执行到CreateWindow就报0000000访问异常,?
游客

返回顶部