program does nothing

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Baal Cadar
Posts: 377
Joined: Fri Oct 28, 2005 10:28 am
Contact:

Post by Baal Cadar »

Be specific.
No offense :)
JoeriDC
Posts: 18
Joined: Mon May 22, 2006 5:22 pm

Post by JoeriDC »

The function as shown in Dependecy Walker:

_ZN3irr12createDeviceENS_5video13E_DRIVER_TYPEERKNS_4core11dimension2dIiEEjbbbPNS_14IEventReceiverEPKc

additional information:

----- log of application profile -----
--------------------------------------------------------------------------------
Starting profile on 28/06/2006 at 17:16:36

Operating System: Microsoft Windows XP Personal (32-bit), version 5.01.2600 Service Pack 2
Program Executable: k:\irrlicht-1.0\irrlicht-1.0\bin\win32-visualstudio\HELLOWORLD.EXE
Program Arguments:
Starting Directory: K:\irrlicht-1.0\irrlicht-1.0\bin\Win32-VisualStudio\
Search Path: "K:\Program Files\Microsoft DirectX SDK (April 2006)\Utilities\Bin\x86";C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\PROGRA~1\CA\SHARED~1\SCANEN~1;C:\PROGRA~1\CA\ETRUST~1;C:\Program Files\Common Files\Autodesk Shared\;C:\Program Files\backburner 2\;K:\Program Files\Autodesk\backburner\;;C:\PROGRA~1\COMMON~1\MUVEET~1\030625

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.
Hook the process to gather more detailed dependency information.
Log LoadLibrary function calls.
Log GetProcAddress function calls.
Log first chance exceptions.
Log debug output messages.
Automatically open and profile child processes.
--------------------------------------------------------------------------------

Started "HELLOWORLD.EXE" (process 0x708) at address 0x00400000. Successfully hooked module.
Loaded "NTDLL.DLL" at address 0x7C900000. Successfully hooked module.
Loaded "KERNEL32.DLL" at address 0x7C800000. Successfully hooked module.
DllMain(0x7C900000, DLL_PROCESS_ATTACH, 0x00000000) in "NTDLL.DLL" called.
DllMain(0x7C900000, DLL_PROCESS_ATTACH, 0x00000000) in "NTDLL.DLL" returned 1 (0x1).
DllMain(0x7C800000, DLL_PROCESS_ATTACH, 0x00000000) in "KERNEL32.DLL" called.
DllMain(0x7C800000, DLL_PROCESS_ATTACH, 0x00000000) in "KERNEL32.DLL" returned 1 (0x1).
Injected "DEPENDS.DLL" at address 0x08370000.
DllMain(0x08370000, DLL_PROCESS_ATTACH, 0x00000000) in "DEPENDS.DLL" called.
DllMain(0x08370000, DLL_PROCESS_ATTACH, 0x00000000) in "DEPENDS.DLL" returned 1 (0x1).
Loaded "IRRLICHT.DLL" at address 0x10000000. Successfully hooked module.
Loaded "USER32.DLL" at address 0x77D10000. Successfully hooked module.
Loaded "GDI32.DLL" at address 0x77E40000. Successfully hooked module.
Loaded "ADVAPI32.DLL" at address 0x77F40000. Successfully hooked module.
Loaded "RPCRT4.DLL" at address 0x77DA0000. Successfully hooked module.
Loaded "OPENGL32.DLL" at address 0x5F160000. Successfully hooked module.
Loaded "MSVCRT.DLL" at address 0x77BE0000. Successfully hooked module.
Loaded "GLU32.DLL" at address 0x5F400000. Successfully hooked module.
Loaded "DDRAW.DLL" at address 0x736D0000. Successfully hooked module.
Loaded "DCIMAN32.DLL" at address 0x73B30000. Successfully hooked module.
First chance exception 0xC0000139 (DLL Not Found) occurred in "NTDLL.DLL" at address 0x7C964ED1.
First chance exception 0xC0000139 (DLL Not Found) occurred in "NTDLL.DLL" at address 0x7C964ED1.
Second chance exception 0xC0000139 (DLL Not Found) occurred in "NTDLL.DLL" at address 0x7C964ED1.
Exited "HELLOWORLD.EXE" (process 0x708) with code -1073741511 (0xC0000139).

---- End of log ----

I looked for those dll's and they are present on my pc
Baal Cadar
Posts: 377
Joined: Fri Oct 28, 2005 10:28 am
Contact:

Post by Baal Cadar »

Make sure that the irrlicht dll you are using is from the exact same build as the irrlicht lib you link your helloworld against.
No offense :)
Post Reply