Search found 6 matches

by jayvatar
Wed Oct 31, 2007 4:22 pm
Forum: Bug reports
Topic: [fixed]Can't compile SVN with MSVC++ 2005 Express Edition
Replies: 6
Views: 1642

MasterGod wrote:You were right, I fixed the paths and it compiles now!
Thanks.
Can you give more details about how you fixed this? I am having the same error and I am not sure where to find $(VCInstallDir)PlatformSDK in project settings.
by jayvatar
Fri Dec 01, 2006 10:15 pm
Forum: Bug reports
Topic: [fixed] .x face color
Replies: 9
Views: 879

This must be the problem I was having as well... I was trying to load a .irr file which has a .x static mesh attached to it, at runtime the colors would not load using directx and then the colors would load when I rendered with the opengl driver.... http://irrlicht.sourceforge.net/phpBB2/viewtopic.p...
by jayvatar
Mon Nov 27, 2006 8:00 pm
Forum: Beginners Help
Topic: Help, panda 3ds export
Replies: 2
Views: 349

My scene does contain textures. I use irredit to import a static mesh node(a .x file). Irredit apparently uses dx to render in its window because it does not show colors in the editor as well. However if I use openGL as my renderer in my exe the colors and textures work.
by jayvatar
Mon Nov 27, 2006 6:20 pm
Forum: Beginners Help
Topic: Help, panda 3ds export
Replies: 2
Views: 349

Help, panda 3ds export

Every time I export my max file from 3ds to a .x file using panda exporter my colors fail to load using directx as my driver in irrlicht.
by jayvatar
Wed Nov 15, 2006 12:38 am
Forum: Irrlicht.NET
Topic: WinForm Use Using VS2003.NET
Replies: 1
Views: 1894

This works well, except you need to insert code to check to see if the device is running on close, cause if you close it after you click button1, the application does not close in memory.
by jayvatar
Tue Nov 14, 2006 10:46 pm
Forum: Irrlicht.NET
Topic: Tutorial 4: movement
Replies: 7
Views: 4289

I keep getting an error saying:

"An unhandled exception of type 'System.IO.IOException' occurred in mscorlib.dll

Additional information: The handle is invalid."

at the line:

string input = tIn.ReadLine();