До Profiling, уже при открытии файла
Error: Modules with different CPU types were found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
IESHIMS.dll Error opening file.
SYSNTFY.dll Error opening file.
И в логе Profiling
GetProcAddress(0x71DA0000 [ATIGLPXX.DLL], "DrvSwapMultipleBuffers") called from "OPENGL32.DLL" at address 0x6F6DAE89 and returned NULL. Error: (127).
GetProcAddress(0x75760000 [GDI32.DLL], "D3DKMTWaitForsynchronizationObject2") called from "ATICFX32.DLL" at address 0x6F7D08DF and returned NULL. Error: (127).
GetProcAddress(0x75760000 [GDI32.DLL], "D3DKMTChangeSurfacePointer") called from "ATICFX32.DLL" at address 0x6F7D0AA6 and returned NULL. Error: (127).
LoadLibraryA("atiadlxx.dll") returned NULL. Error: (126).
GetProcAddress(0x75760000 [GDI32.DLL], "D3DCloseAdapter") called from "ATIADLXY.DLL" at address 0x0056094A and returned NULL. Error: (127).
GetProcAddress(0x75760000 [GDI32.DLL], "D3DCloseAdapter") called from "ATIADLXY.DLL" at address 0x0056094A and returned NULL. Error: (127).
GetProcAddress(0x75760000 [GDI32.DLL], "D3DCloseAdapter") called from "ATIADLXY.DLL" at address 0x0056094A and returned NULL. Error: (127).
GetProcAddress(0x75760000 [GDI32.DLL], "D3DCloseAdapter") called from "ATIADLXY.DLL" at address 0x0056094A and returned NULL. Error: (127).
GetProcAddress(0x75760000 [GDI32.DLL], "D3DCloseAdapter") called from "ATIADLXY.DLL" at address 0x0056094A and returned NULL. Error: (127).
GetProcAddress(0x75760000 [GDI32.DLL], "D3DCloseAdapter") called from "ATIADLXY.DLL" at address 0x0056094A and returned NULL. Error: (127).
GetProcAddress(0x75760000 [GDI32.DLL], "D3DCloseAdapter") called from "ATIADLXY.DLL" at address 0x0056094A and returned NULL. Error: (127).
Second chance exception 0xC0000005 (Access Violation) occurred in "HMM.EXE" at address 0x00401476.
Exited "HMM.EXE" (process 0xA8) with code -1073741819 (0xC0000005).
и это под светилось в "дереве"
GPSVC.dll Error opening file.
IESHIMS.dll Error opening file.
ATIADLXX.dll Error opening file.
Потом скинул gpsvc.dll IEShims.dll sysntfy.dll ничего не изменилось, разве что ошибка эта ищезла "Warning: At least one delay-load dependency module was not found."
PS GPSVC.dll и IESHIMS.dll пишуься при открытие любого ехе.
PSS пробовал другие примеры, бывает что программа завершилась с кодом 1, но ничего не происходило вообще, и depends говорит что все нормально, при том что в некоторых примерах говорит что есть ошибки, написанные выше.
PSSS при LIBS += "C:\libirrlicht.a" вообще ужос
Выполняется сборка проекта Hmm...
Запускается: c:/qt/qt/bin/qmake.exe D:/Additional/Hmm/Hmm.pro -spec win32-g++ -r
Завершено с кодом 0.
Запускается: C:/Qt/mingw/bin/mingw32-make.exe -w
mingw32-make: Entering directory `D:/Additional/Hmm'
C:/Qt/mingw/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `D:/Additional/Hmm'
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"c:\Qt\qt\include\QtCore" -I"c:\Qt\qt\include\QtGui" -I"c:\Qt\qt\include" -I"c:\Qt\qt\include\ActiveQt" -I"debug" -I"c:\Qt\qt\mkspecs\win32-g++" -o debug\new.o new.cpp
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o debug\Hmm.exe debug/new.o -L"c:\Qt\qt\lib" -lmingw32 -lqtmaind C:\libirrlicht.a -lQtGuid4 -lQtCored4
C:\libirrlicht.a: file not recognized: File truncated
collect2: ld returned 1 exit status
mingw32-make[1]: Leaving directory `D:/Additional/Hmm'
mingw32-make: Leaving directory `D:/Additional/Hmm'
mingw32-make[1]: *** [debug\Hmm.exe] Error 1
mingw32-make: *** [debug] Error 2
Завершено с кодом 2.
Ошибка во время сборки проекта Hmm
Во время выполнения сборки на этапе 'Make'
Может надо в свойствах проекта что то изменить.
Сообщение отредактировал RazrFalcon - 25.6.2010, 16:40