Search found 15 matches

by Belajar
Mon Dec 27, 2010 4:47 am
Forum: Beginners Help
Topic: Help..it's really torturing my brain..[ntdll.dll!7c96478e()]
Replies: 12
Views: 4104

Thanks for the help.. Yeah, i use avira too..and following your advice to disable proactive and avguard, make my Irrlicht running smooth again.. I'm very stuck that day, and makes to have no passion to continue my project.. And hell yeah, it's running flawlessly again like beauty of a rose in the su...
by Belajar
Sat Dec 11, 2010 2:08 am
Forum: Beginners Help
Topic: Help..it's really torturing my brain..[ntdll.dll!7c96478e()]
Replies: 12
Views: 4104

..i have updated my windows..
and recheck if in my system folder have wrong Irrlich.dll..
reinstalling my MSVC and updating it..
But still have the same result..


Okay, maybe i'm stuck with the ALT-Tab solution right now..
by Belajar
Fri Dec 10, 2010 5:29 pm
Forum: Beginners Help
Topic: Help..it's really torturing my brain..[ntdll.dll!7c96478e()]
Replies: 12
Views: 4104

mmm...if i running example from "C:\Program Files\irrlicht-1.7.2\examples" it will automatically use the irrlicht.dll from "C:\Program Files\irrlicht-1.7.2\bin\Win32-VisualStudio" right..? I always using irrlicht.dll from "bin\Win32-VisualStudio" folder. Sorry if i rath...
by Belajar
Fri Dec 10, 2010 4:53 pm
Forum: Beginners Help
Topic: Help..it's really torturing my brain..[ntdll.dll!7c96478e()]
Replies: 12
Views: 4104

Thanks for the fast responses @lazerblade I using the november 2008 update of windows XP SP3.. Okay, i try to update it right now.. Bare minimum..mmm, before the problem happen, i was using the windows with plenty programs. like..blender, gimp, inkscape, OpenOffice etc.. And if only MSVC and irrlich...
by Belajar
Fri Dec 10, 2010 4:01 pm
Forum: Beginners Help
Topic: Help..it's really torturing my brain..[ntdll.dll!7c96478e()]
Replies: 12
Views: 4104

Help..it's really torturing my brain..[ntdll.dll!7c96478e()]

Okay... Two days ago, my MSVC and irrlicht 1.7.2 working flawlessly.. It's running smooth like beauty of red rose in the summer.. But.. Suddenly..and i even do not know why..when i tried to compile irrlich thorugh my MSVC it gives me some error like this..:shock: :shock: From MSVC call stacks > ntdl...
by Belajar
Thu Dec 02, 2010 10:55 am
Forum: Beginners Help
Topic: Chase cam sample code
Replies: 2
Views: 559

dear mr.sunandar..

can you give the complete code that you post above..?

i rather confuse how to use it..:D

Code: Select all

'move_camera' : undeclared identifier

Thanks..
by Belajar
Wed Dec 01, 2010 7:14 pm
Forum: Project Announcements
Topic: XEffects - Reloaded - New Release (V 1.4)
Replies: 825
Views: 422325

You probably also need the .lib [This includes dll and lib] Irrlicht 1.7.2 lib and dll Also when you earlier recompiled Irrlicht yourself did you maybe forget to set the #define _IRR_COMPILE_WITH_DIRECT3D_9_ line in IrrCompileConfig.h ? Whoaaa...it's work..:D.. Thankyou very-very-very-very much... ...
by Belajar
Wed Dec 01, 2010 2:37 pm
Forum: Project Announcements
Topic: XEffects - Reloaded - New Release (V 1.4)
Replies: 825
Views: 422325

Ok so here's a Recompiled MSVC 2008 Irrlicht 1.7.2 dll Works fine for me. :) Irrlicht 1.7.2 Dll mmm..when i tried to compile irrlicht 1.7.2 with the with your dll, it gives me error like this... First-chance exception at 0x100c5410 in 07.Collision.exe: 0xC0000005: Access violation reading location ...
by Belajar
Wed Dec 01, 2010 4:18 am
Forum: Project Announcements
Topic: XEffects - Reloaded - New Release (V 1.4)
Replies: 825
Views: 422325

mmm...or anyone that already build irrlicht.dll in MSCV..
enlightening me please..:D
by Belajar
Tue Nov 30, 2010 1:51 pm
Forum: Beginners Help
Topic: Irrlicht Texture Masking Question
Replies: 0
Views: 322

Irrlicht Texture Masking Question

Hello..

Does irrlicht natively support texture masking..?

I wanna make huge terrain with extra detail.

if it not support, so what is the best method to apply huge terrain with many texture in irrlicht..

Thank you very much
by Belajar
Sun Nov 28, 2010 3:37 pm
Forum: Project Announcements
Topic: XEffects - Reloaded - New Release (V 1.4)
Replies: 825
Views: 422325

i was recompile irrlicht.dll with DirectX SDK june 2010..
but it still not working..

when i tried to compile XEffect.sln , it gives me error like this

Code: Select all

DIRECT3D9 Driver was not compiled into this dll. Try another one.

Which DirectX sdk series that suitable for XEffect..?
by Belajar
Sun Nov 28, 2010 10:19 am
Forum: Project Announcements
Topic: Depth Of Field
Replies: 25
Views: 10299

Well, i've got various error while try it.. 1. in line 23 virtual bool OnEvent(SEvent event) i've change it to virtual bool OnEvent(const SEvent& event) 2. in line 104-105 core::dimension2di windowSize(800,600); device = createDevice(driverType, windowSize, 32, false, false, false, &receiver...
by Belajar
Sun Nov 28, 2010 6:08 am
Forum: Code Snippets
Topic: Depth of Field ...
Replies: 27
Views: 16403

the download link is not working anymore
by Belajar
Mon Nov 15, 2010 6:55 am
Forum: Beginners Help
Topic: Using Multiple setEventReceiver
Replies: 3
Views: 729

Thank's for the advice..

ok, i'll try it..

i want to make multiple input from my keyboard, mouse and GUI button..
so i can move the object through my keyboard..and also i can click the GUI button..

i've been search the sample, but there's seems no example that give me explanation how to do that..:D
by Belajar
Mon Nov 15, 2010 4:21 am
Forum: Beginners Help
Topic: Using Multiple setEventReceiver
Replies: 3
Views: 729

Using Multiple setEventReceiver

Hello.. I just learn irrlicht a few days ago.. For the shake of simplicity :D, i'm using IrrEventManager.. link: http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=156510#156510 so everything running well..till i learn the Tutorial 5 User Interface.. So, i've got two setEventReceiver in my code....