Search found 15 matches
- Mon Dec 27, 2010 4:47 am
- Forum: Beginners Help
- Topic: Help..it's really torturing my brain..[ntdll.dll!7c96478e()]
- Replies: 12
- Views: 4241
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...
- Sat Dec 11, 2010 2:08 am
- Forum: Beginners Help
- Topic: Help..it's really torturing my brain..[ntdll.dll!7c96478e()]
- Replies: 12
- Views: 4241
- Fri Dec 10, 2010 5:29 pm
- Forum: Beginners Help
- Topic: Help..it's really torturing my brain..[ntdll.dll!7c96478e()]
- Replies: 12
- Views: 4241
- Fri Dec 10, 2010 4:53 pm
- Forum: Beginners Help
- Topic: Help..it's really torturing my brain..[ntdll.dll!7c96478e()]
- Replies: 12
- Views: 4241
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...
- Fri Dec 10, 2010 4:01 pm
- Forum: Beginners Help
- Topic: Help..it's really torturing my brain..[ntdll.dll!7c96478e()]
- Replies: 12
- Views: 4241
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...
- Thu Dec 02, 2010 10:55 am
- Forum: Beginners Help
- Topic: Chase cam sample code
- Replies: 2
- Views: 587
dear mr.sunandar..
can you give the complete code that you post above..?
i rather confuse how to use it..
Thanks..
can you give the complete code that you post above..?
i rather confuse how to use it..
Code: Select all
'move_camera' : undeclared identifier
Thanks..
- Wed Dec 01, 2010 7:14 pm
- Forum: Project Announcements
- Topic: XEffects - Reloaded - New Release (V 1.4)
- Replies: 826
- Views: 436133
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... ...
- Wed Dec 01, 2010 2:37 pm
- Forum: Project Announcements
- Topic: XEffects - Reloaded - New Release (V 1.4)
- Replies: 826
- Views: 436133
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 ...
- Wed Dec 01, 2010 4:18 am
- Forum: Project Announcements
- Topic: XEffects - Reloaded - New Release (V 1.4)
- Replies: 826
- Views: 436133
- Tue Nov 30, 2010 1:51 pm
- Forum: Beginners Help
- Topic: Irrlicht Texture Masking Question
- Replies: 0
- Views: 330
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
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
- Sun Nov 28, 2010 3:37 pm
- Forum: Project Announcements
- Topic: XEffects - Reloaded - New Release (V 1.4)
- Replies: 826
- Views: 436133
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
Which DirectX sdk series that suitable for XEffect..?
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..?
- Sun Nov 28, 2010 10:19 am
- Forum: Project Announcements
- Topic: Depth Of Field
- Replies: 25
- Views: 10637
- Sun Nov 28, 2010 6:08 am
- Forum: Code Snippets
- Topic: Depth of Field ...
- Replies: 27
- Views: 16909
- Mon Nov 15, 2010 6:55 am
- Forum: Beginners Help
- Topic: Using Multiple setEventReceiver
- Replies: 3
- Views: 784
- Mon Nov 15, 2010 4:21 am
- Forum: Beginners Help
- Topic: Using Multiple setEventReceiver
- Replies: 3
- Views: 784
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....