Search found 9 matches

by qBiN
Thu Aug 24, 2006 3:32 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Metasequoia 2.40 is out and....
Replies: 52
Views: 63010

sharaware is NOT COOL!
by qBiN
Fri Aug 04, 2006 2:34 pm
Forum: Project Announcements
Topic: New Project: 3XTR3M3
Replies: 4
Views: 1143

Cool!
Can you post "Code Snippets" for "Car Deformation" or\and take me some documents for this theme?
by qBiN
Fri Jul 21, 2006 3:36 pm
Forum: Advanced Help
Topic: Cartoon render
Replies: 6
Views: 876

Two years ago I work with Blitz3d and I can understand code :)
by qBiN
Thu Jul 20, 2006 1:06 pm
Forum: Advanced Help
Topic: Cartoon render
Replies: 6
Views: 876

I can see your code?
by qBiN
Wed Jul 12, 2006 2:58 pm
Forum: Advanced Help
Topic: Cartoon render
Replies: 6
Views: 876

Cartoon render

subj. How to create cartoon render without shaders(on OpenGL && D3D)?
thx.
by qBiN
Wed Jun 21, 2006 7:57 am
Forum: Project Announcements
Topic: IrrExtensions >> not for V1.3 !!!
Replies: 153
Views: 18004

In MinGW code(Irrwizzard framework lite) compiled and linked success(i linked by hands,in C::B have error too...),but I must link in VC....
HELP!!!
by qBiN
Tue Jun 20, 2006 8:25 pm
Forum: Project Announcements
Topic: IrrExtensions >> not for V1.3 !!!
Replies: 153
Views: 18004

Sorry,but I need help again.In past project I include old lib,and now I patched Irrlicht source(replace ansi to unicode char,becose Irrlicht don't support Russian in EditBox etc) and recompiled.I create Irrlicht.dll libIrrlicht.a libIrrlicht.def then i make libIrrlicht.exp libIrrlicht.lib (VC includ...
by qBiN
Tue Jun 20, 2006 7:48 pm
Forum: Project Announcements
Topic: IrrExtensions >> not for V1.3 !!!
Replies: 153
Views: 18004

You're using both lib types (static and dynamic) ??? Then only one of these types should not be compiled, the other one should work, right? I compiled static then I compiled dynamic.Using static. Well, dynamic and static uses different "Irrlicht.h" files !!! Why? Just create the dynamic p...
by qBiN
Tue Jun 20, 2006 4:05 pm
Forum: Project Announcements
Topic: IrrExtensions >> not for V1.3 !!!
Replies: 153
Views: 18004

I compiled source irrlicht in dinamic lib(dll) and static lib (.a). Compiler-MinGW(standart for C::B) I replace "include" files,add static lib into VC linker. Compiled with 0 errors,but linker don't make exe. Error: Error 3 fatal error LNK1104: cannot open file 'Irrlicht.lib' What I make w...