Search found 7 matches

by rlwoodjr
Thu Jan 25, 2007 2:35 am
Forum: Beginners Help
Topic: "Could not create Direct3D Driver".
Replies: 5
Views: 870

I had the same problem. I changed some settings to true in the create device, now directx works.

Code from my program:
device = createDevice(driverType, core::dimension2d<s32>(1024, 768), 32, true, true, true,&receiver );
by rlwoodjr
Wed Jan 24, 2007 1:40 am
Forum: Irrlicht.NET
Topic: Need stong name or PIA
Replies: 0
Views: 1408

Need stong name or PIA

I copied the note below from another forum. I was using Visual Basic Visual Studio Express 2005. I have my program running but I cannot publish it because Irrlicht.net.dll does not have a strong name, nor will it take one temporarily.

Has anyone published a VB.net? If so how did you get around ...
by rlwoodjr
Fri Oct 20, 2006 9:37 pm
Forum: Beginners Help
Topic: Compile for a MAC on a PC
Replies: 5
Views: 424

Thanks

Thanks, I have sent the link to my friend.
by rlwoodjr
Thu Oct 19, 2006 9:58 pm
Forum: Beginners Help
Topic: Compile for a MAC on a PC
Replies: 5
Views: 424

Re: Compile for a MAC on a PC

Does anyone know if it is possible to compile for a Mac on a PC using Visual C++?

I have a friend who want a game for a MAC, but all I have is a PC

What do you want to compile? I develop on a Mac.

Amen-Moses

I am new to C++, most of my coding as a design engineer is in Visual Basic for ...
by rlwoodjr
Thu Oct 19, 2006 1:56 am
Forum: Beginners Help
Topic: Compile for a MAC on a PC
Replies: 5
Views: 424

Compile for a MAC on a PC

Does anyone know if it is possible to compile for a Mac on a PC using Visual C++?

I have a friend who want a game for a MAC, but all I have is a PC
by rlwoodjr
Sun Oct 01, 2006 1:03 am
Forum: Beginners Help
Topic: Steering wheel and brake pedal
Replies: 2
Views: 448

Thanks I will give it a try!
by rlwoodjr
Sat Sep 30, 2006 2:12 am
Forum: Beginners Help
Topic: Steering wheel and brake pedal
Replies: 2
Views: 448

Steering wheel and brake pedal

Hello,
I am new to C++,I have programmed in Fortran and Visual basic ,but I am trying to make a game that can use a brake pedal and steering wheel.

Is there any code samples that I can review?