[GNUWin32] patch irrlicht

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
husqvarna
Posts: 39
Joined: Thu Mar 09, 2006 9:37 am

[GNUWin32] patch irrlicht

Post by husqvarna »

Hello,

I try to apply patch http://parsys.informatik.uni-oldenburg. ... /irrlicht/
to use irrlicht .net in 32 bits.

I found a 32bit.patch and install GnuWin32.

But when I make the commande "patch -p1 < filename" he create a folder named "-p1" and wrote the following error in a file :

Code: Select all

Error: Mon Jul 31 14:53:23 2006 P[2292] T[712] 
AuPatch fetch (common:action) failed.

Info: Mon Jul 31 14:53:23 2006 P[2292] T[712] 
writeResult: start.

Info: Mon Jul 31 14:53:23 2006 P[2292] T[712] 
writeResult: done.
What must I do? thanks
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

I think you should use the complete path to patch, it seems that you're using a different tool right now.
But there are no changes done to Irrlicht.NET, only C++.
husqvarna
Posts: 39
Joined: Thu Mar 09, 2006 9:37 am

Post by husqvarna »

hybrid wrote:I think you should use the complete path to patch, it seems that you're using a different tool right now.
But there are no changes done to Irrlicht.NET, only C++.
Ok, but is it a way to work in C# with the Irrlicht on 32 bits????
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

I don't know anything about the .NET part of Irrlicht, sorry.
Post Reply