Search found 4 matches

by dec
Mon Aug 06, 2007 11:53 am
Forum: Irrlicht.NET
Topic: How can I create a device in an UserControl
Replies: 0
Views: 5871

How can I create a device in an UserControl

Hi, I'm trying to create a device into an UserControl in VB 2005 Express. But it's not working. I'm using following code: Public Class _3d_Viewer Private Device As Irrlicht.IrrlichtDevice Private Driver As Irrlicht.Video.IVideoDriver Private Sub _3d_Viewer_Invalidated(ByVal sender As Object, ByVal e...
by dec
Tue Apr 10, 2007 11:16 am
Forum: Game Programming
Topic: I'm having a crazy error with SDL and Irrklang[solved]
Replies: 2
Views: 1317

I'm getting an access violation with "Engine" and not on Sound. However Engine isn't set to null but to 0x000070 or something like this.
by dec
Sun Apr 08, 2007 5:41 pm
Forum: Beginners Help
Topic: Antialiased-font
Replies: 0
Views: 226

Antialiased-font

Is it possible to use Antialiased or "Clear Type" fonts in Irrlicht. I tried it with the font tool but i get a bad result!!!
by dec
Sun Apr 08, 2007 12:36 pm
Forum: Game Programming
Topic: I'm having a crazy error with SDL and Irrklang[solved]
Replies: 2
Views: 1317

I'm having a crazy error with SDL and Irrklang[solved]

Sorry for my bad english! however.... I'm having a very curious error while playing a sound with Irrklang in an SDL application. This is my code: /*Main Function*/ ...... f32 Posoncircle = 0; while(Posoncircle < 16*PI) { SDL_BlitSurface(Loading,&BG->clip_rect,Screen,&Screen->clip_rect); SDL_...