Search found 23 matches

by omarb
Mon Aug 28, 2006 12:44 pm
Forum: Advanced Help
Topic: possible bug in irrlicht.net
Replies: 0
Views: 251

possible bug in irrlicht.net

hi, i got an exception in the irrlicht.net version, the crash was happening in the class: irrlicht.net.cpp and it came from the line: 103 and 104 //Device->drop(); //Device = 0; removing these lines will fix the problem.. is this possible? thanks //! Destructor IrrlichtDevice::~IrrlichtDevice() { tr...
by omarb
Tue Aug 22, 2006 7:37 am
Forum: Beginners Help
Topic: compiling irrlicht code problem
Replies: 2
Views: 330

compiling irrlicht code problem

hi
while trying to compile the irrlicht code, i got a missing file the stdio.h and many other file like d3d8.h ...
is there anything missing on my computer that needs to be included in the solution?
thanks in advance
by omarb
Mon Aug 14, 2006 6:01 am
Forum: Beginners Help
Topic: adding text
Replies: 1
Views: 219

adding text

hi, i am adding text using this function:
device.SceneManager.AddTextSceneNode (...)
but the problem is that the text's position is not fix, it's always visible by the user, is there a way to make is static!? dont need it to move along the camera.
thanks
by omarb
Thu Aug 10, 2006 6:43 am
Forum: Irrlicht.NET
Topic: driver problem..
Replies: 1
Views: 1331

driver problem..

hi, i tried this: this is not crashing but i am getting a grey screen Try If device Is Nothing Then device = New IrrlichtDevice(Irrlicht.Video.DriverType.OPENGL, New Dimension2D(c.Width, c.Height), 32, False, False, False, True, c.Handle) End If Catch ex As Exception End Try Try If device Is Nothing...
by omarb
Wed Aug 09, 2006 1:28 pm
Forum: Beginners Help
Topic: shall i install direct9 or allow him to select the driver?
Replies: 3
Views: 246

hi, i tried this: (as u notice i am using .net) this is not crashing but i am getting a grey screen Try If device Is Nothing Then device = New IrrlichtDevice(Irrlicht.Video.DriverType.OPENGL, New Dimension2D(c.Width, c.Height), 32, False, False, False, True, c.Handle) End If Catch ex As Exception En...
by omarb
Wed Aug 09, 2006 5:53 am
Forum: Beginners Help
Topic: shall i install direct9 or allow him to select the driver?
Replies: 3
Views: 246

shall i install direct9 or allow him to select the driver?

when creating my application.. shall i install Directx9 on the users computer along with it, or allow him to select the most suitable driver?
what is the best practice.. thanks
by omarb
Tue Aug 08, 2006 2:46 pm
Forum: Beginners Help
Topic: weird connection to this ip: 24.205.1.14:53
Replies: 14
Views: 1062

sorry, dont know if i am missing something, i only saw the version 1.0 -- Irrlicht SDK 1.0 Software development kit required to develop applications with the Irrlicht engine. Included is the documentation, the source code and a precompiled version of the engine, 17 tutorials, some useful tools, expo...
by omarb
Tue Aug 08, 2006 9:54 am
Forum: Beginners Help
Topic: weird connection to this ip: 24.205.1.14:53
Replies: 14
Views: 1062

hi, i check the download site: http://irrlicht.sourceforge.net/downloads.html and no new version is posted.. is there another place where i can find the version 1.1? since source code is not being compiled correctly with me, there are missing file d3d8.h this is causing build errors. thanks again, w...
by omarb
Tue Aug 08, 2006 8:28 am
Forum: Beginners Help
Topic: Irrlicht device could not be created with the parm...
Replies: 0
Views: 114

Irrlicht device could not be created with the parm...

hi, i tried to run my application on a PC containning the win2003 and i got this exception: Irrlicht device could not be created with the parameters you specified this is the code that should create the device.. device = New IrrlichtDevice(Irrlicht.Video.DriverType.DIRECT3D9, New Dimension2D(c.Width...
by omarb
Tue Aug 08, 2006 6:34 am
Forum: Beginners Help
Topic: weird connection to this ip: 24.205.1.14:53
Replies: 14
Views: 1062

thanks guys, your help is really appreciated
by omarb
Wed Aug 02, 2006 12:15 pm
Forum: Beginners Help
Topic: weird connection to this ip: 24.205.1.14:53
Replies: 14
Views: 1062

thanks guys, but i didnt call this function in my class.
and i cant ask all the clients to disable this functionality in windows..
is there a fix to that??
thanks again
by omarb
Tue Aug 01, 2006 1:13 pm
Forum: Beginners Help
Topic: urgently need help (device is crashing)
Replies: 1
Views: 127

urgently need help (device is crashing)

HI my device is crashing, this is after showing/hiding a node many times please check the following code, this is used to show and hide the node: device.SceneManager.RootSceneNode.Children(k).Visible = not (device.SceneManager.RootSceneNode.Children(k).Visible) (i am using vb.net) any idea why is th...
by omarb
Tue Aug 01, 2006 11:51 am
Forum: Beginners Help
Topic: weird connection to this ip: 24.205.1.14:53
Replies: 14
Views: 1062

Thanks Jam...
But i need to know the tool that u used in order to know the location of this IP, and any idea why the name of my executable was mentioned
again Thanks a lot for the help..
by omarb
Tue Aug 01, 2006 10:32 am
Forum: Beginners Help
Topic: weird connection to this ip: 24.205.1.14:53
Replies: 14
Views: 1062

weird connection to this ip: 24.205.1.14:53

HI, i need to know please if the irrlicht library connects to the internet! i got a message from norton while running my 3D application in a customer's computer, please notice that he was sharing this 3D application using webEx, (can webex be responsible for this connection??) this is the IP: 24.205...
by omarb
Tue Jul 11, 2006 2:24 pm
Forum: Open Discussion and Dev Announcements
Topic: Geometric Primitives
Replies: 3
Views: 667

HI,
is there a way to get a .net version of this new code?
and if yes from where i can get it?
thanks