How to install and use spintz in 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
ming
Posts: 11
Joined: Thu May 04, 2006 4:16 pm

How to install and use spintz in irrlicht?

Post by ming »

I have download the staff from spintz's website but I can install spintz because I couldn't find spintz.dll ...their contains only code which I don't know how to use it. Which is the proper way to install and use it ?...
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Basically, every code is used the same way. You compile it :idea:
If you can't compile you won't get any benefits from IrrSpintz because you app will have to be recompiled against IrrSpintz. IrrSpintz is, just as Irrlicht, a developer library that you won't need if you don't develop. If you just use an app take the dll that comes with the app. You cannot change it.
stodge
Posts: 216
Joined: Fri Dec 05, 2003 5:57 pm

Post by stodge »

Um DLL files are Windows only. Linux uses .so or .a file extensions for Libraries.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

So what :?:
The same holds for .so files, too. If you use mingw you'll also see .a files under windows, and there are also .lib files. Anyways, it's just interesting if you compile apps, otherwise use the things that others built for you.
Post Reply