• 7140阅读
  • 0回复

mingw qwt dll 问题求助 [复制链接]

上一主题 下一主题
离线weihua
 
只看楼主 倒序阅读 楼主  发表于: 2006-11-17
在freebsd下用Qt4.2.1开发的程序,使用了QT qwt gsl库,
在freebsd和debian下运行正常.

在windows2000下用qt-win-opensource-4.2.1-mingw编译通过,
但不能运行.错误信息如下:
The application failed to initialze properly(0xc0000005).Click on OK to
terminate the application.

用Dependency Walker ,.输出信息如下: 请教怎么才能让程序运行起来? 谢谢!

-----------------------------------------------------------------------------
---
Starting profile on 2006-11-17 at 20:03:28

Operating System: Microsoft Windows 2000 Server (32-bit), version 5.00.2195
Service Pack 4
Program Executable: d:\powerload\POWERLOAD.EXE
Program Arguments:
Starting Directory: D:\powerload\
Search Path: D:\Qt\4.2.1\bin;D:\MinGW\bin;C:\WINNT\System32

Options Selected:
  Simulate ShellExecute by inserting any App Paths directories into the
PATH environment variable.
  Log DllMain calls for process attach and process detach messages.
  Log DllMain calls for all other messages, including thread attach and
thread detach.
  Hook the process to gather more detailed dependency information.
  Log LoadLibrary function calls.
  Log GetProcAddress function calls.
  Log thread information.
  Use simple thread numbers instead of actual thread IDs.
  Log first chance exceptions.
  Log debug output messages.
  Use full paths when logging file names.
  Log a time stamp with each line of log.
  Automatically open and profile child processes.
-----------------------------------------------------------------------------
---

00:00:00.000: Started "d:\powerload\POWERLOAD.EXE" (process 0x2154) at
address 0x00400000 by thread 1. Cannot hook module.
00:00:00.000: Loaded "c:\winnt\system32\NTDLL.DLL" at address 0x77F80000 by
thread 1. Cannot hook module.
00:00:00.047: Loaded "c:\winnt\system32\KERNEL32.DLL" at address 0x7C570000
by thread 1. Cannot hook module.
00:00:00.047: Loaded "d:\qt\4.2.1\bin\MINGWM10.DLL" at address 0x6FBC0000
by thread 1. Cannot hook module.
00:00:00.047: Loaded "c:\winnt\system32\MSVCRT.DLL" at address 0x78000000
by thread 1. Cannot hook module.
00:00:00.047: Loaded "c:\winnt\system32\LIBGSL.DLL" at address 0x10000000
by thread 1. Cannot hook module.
00:00:00.063: Loaded "c:\winnt\system32\LIBGSLCBLAS.DLL" at address
0x00330000 by thread 1. Cannot hook module.
00:00:00.063: Loaded "c:\winnt\system32\QWT5.DLL" at address 0x00C60000 by
thread 1. Cannot hook module.
00:00:00.063: Loaded "d:\qt\4.2.1\bin\QTCORE4.DLL" at address 0x00D30000 by
thread 1. Cannot hook module.
00:00:00.063: Loaded "c:\winnt\system32\ADVAPI32.DLL" at address 0x7C2D0000
by thread 1. Cannot hook module.
00:00:00.078: Loaded "c:\winnt\system32\RPCRT4.DLL" at address 0x77D30000
by thread 1. Cannot hook module.
00:00:00.078: Loaded "c:\winnt\system32\OLE32.DLL" at address 0x7CE20000 by
thread 1. Cannot hook module.
00:00:00.078: Loaded "c:\winnt\system32\GDI32.DLL" at address 0x77F40000 by
thread 1. Cannot hook module.
00:00:00.078: Loaded "c:\winnt\system32\USER32.DLL" at address 0x77E10000
by thread 1. Cannot hook module.
00:00:00.078: Loaded "c:\winnt\system32\WS2_32.DLL" at address 0x75030000
by thread 1. Cannot hook module.
00:00:00.078: Loaded "c:\winnt\system32\WS2HELP.DLL" at address 0x75020000
by thread 1. Cannot hook module.
00:00:00.110: Loaded "d:\qt\4.2.1\bin\QTGUI4.DLL" at address 0x00F10000 by
thread 1. Cannot hook module.
00:00:00.110: Loaded "c:\winnt\system32\COMDLG32.DLL" at address 0x76B30000
by thread 1. Cannot hook module.
00:00:00.110: Loaded "c:\winnt\system32\SHLWAPI.DLL" at address 0x70A70000
by thread 1. Cannot hook module.
00:00:00.110: Loaded "c:\winnt\system32\COMCTL32.DLL" at address 0x71710000
by thread 1. Cannot hook module.
00:00:00.110: Loaded "c:\winnt\system32\SHELL32.DLL" at address 0x7CF30000
by thread 1. Cannot hook module.
00:00:00.110: Loaded "c:\winnt\system32\IMM32.DLL" at address 0x75E60000 by
thread 1. Cannot hook module.
00:00:00.125: Loaded "c:\winnt\system32\OLEAUT32.DLL" at address 0x779B0000
by thread 1. Cannot hook module.
00:00:00.125: Loaded "c:\winnt\system32\WINMM.DLL" at address 0x77570000 by
thread 1. Cannot hook module.
00:00:00.125: Loaded "c:\winnt\system32\WINSPOOL.DRV" at address 0x77800000
by thread 1. Cannot hook module.
00:00:00.125: Loaded "c:\winnt\system32\MPR.DLL" at address 0x76620000 by
thread 1. Cannot hook module.
00:00:00.156: Loaded "d:\qt\4.2.1\bin\QTXML4.DLL" at address 0x01690000 by
thread 1. Cannot hook module.
00:00:00.172: First chance exception 0xC0000005 (Access Violation) occurred
in "c:\winnt\system32\NTDLL.DLL" at address 0x77F8C187 by thread 1.
00:00:01.281: First chance exception 0xC0000005 (Access Violation) occurred
in "c:\winnt\system32\NTDLL.DLL" at address 0x77FAC57C by thread 1.
00:00:01.281: Second chance exception 0xC0000005 (Access Violation)
occurred in "c:\winnt\system32\NTDLL.DLL" at address 0x77FAC57C by thread 1.
00:00:01.281: Exited "d:\powerload\POWERLOAD.EXE" (process 0x2154) with
code 128 (0x80) by thread 1.
[ 此贴被XChinux在2006-12-24 10:46重新编辑 ]
快速回复
限100 字节
 
上一个 下一个