Search found 21 matches

by ~EXIS~
Jan 31, 2008 16:04
Forum: Libraries Questions
Topic: Who know how use FB swig?
Replies: 10
Views: 4907

Ok.
by ~EXIS~
Jan 30, 2008 21:08
Forum: Libraries Questions
Topic: Who know how use FB swig?
Replies: 10
Views: 4907

Ok i'm make name.i file with
%module dinput.h
%include dinput.h
make batch file
swig name.i
pause
and run it. The swig write any errors in console. How convert it?
by ~EXIS~
Jan 30, 2008 18:20
Forum: Libraries Questions
Topic: Who know how use FB swig?
Replies: 10
Views: 4907

ok i'm download it? but i can not understand how convert *.H file to *.bi?
what write into command line?
by ~EXIS~
Jan 29, 2008 17:47
Forum: Libraries Questions
Topic: Who know how use FB swig?
Replies: 10
Views: 4907

Who know how use FB swig?

Hwo know how use fb swig?
And were download it?
Im wont try parse directx november 2007 headers.
by ~EXIS~
Jan 29, 2008 17:19
Forum: Game Dev
Topic: A* Pathfinding Demo
Replies: 14
Views: 14526

Good examples =)
by ~EXIS~
Jan 25, 2008 23:10
Forum: Windows
Topic: FBXL - Simple DirectX Library
Replies: 15
Views: 6287

The amaizing site! Now it moved to http://extcode.com
by ~EXIS~
Jan 25, 2008 21:16
Forum: Windows
Topic: FBXL - Simple DirectX Library
Replies: 15
Views: 6287

5 version of library http://www.deck4.narod.ru/FBXL005.rar Additionals: Fast rotate translate object #defines. Correct camera set. Now for drawing not needed XCamera structure. function TestOnQuitMessage for test on WM_QUIT message With fuction MakeHWindow you can make windows with handler function....
by ~EXIS~
Jan 25, 2008 14:45
Forum: General
Topic: looking for 3d programmer:)
Replies: 15
Views: 4791

313studio wrote:i can make another 3d model if you wish, but with these i have a plan.. of course if i find someone with this same goal.
Image

If it not strong, can you make any colors 5 ordinary mushroms. Size and texture how on orange mushrom on picture.
by ~EXIS~
Jan 24, 2008 6:43
Forum: General
Topic: looking for 3d programmer:)
Replies: 15
Views: 4791

I'm wont use this models in fbxl lib examales :)
Do you can add whells save this models in *.x format? And post models there?
by ~EXIS~
Jan 23, 2008 14:47
Forum: Windows
Topic: FBXL - Simple DirectX Library
Replies: 15
Views: 6287

Antoni wrote:DX diag says i have dx9c installed but your samples complain about a missing d3dx9d.dll....
Rename d3dx9_??.dll to d3dx9d.dll and copy it to application directory.
by ~EXIS~
Jan 22, 2008 6:51
Forum: Windows
Topic: FBXL - Simple DirectX Library
Replies: 15
Views: 6287

nice no fun with OpenGL for Lin and Win ? Joshy 100% OpenGL be not supported, the freebasic forum have any threads about OpenGL, and OpenGL not so strong API for programming, programms writed with DirectX have so dirty code, and need special librares for simple use. 1000101 Maybe im release it as a...
by ~EXIS~
Jan 21, 2008 18:30
Forum: Windows
Topic: FBXL - Simple DirectX Library
Replies: 15
Views: 6287

FBXL - Simple DirectX Library

Have Types: XMesh - Mesh, Materials, Textures XState - d3dmatrix of position XObject = XMesh+XObject XCamera - matrix of world XWindow - hwnd XDevice - Direct3D device Support only one subsets Models when arrays in types not supported Smple of program: '------------------------------------ ' FBXL Me...
by ~EXIS~
Jan 19, 2008 16:32
Forum: Beginners
Topic: TYPE, and redim array in them
Replies: 15
Views: 5428

Thanks a lot, for ideas. I'm hope this feature be added in next relases of compilator.
by ~EXIS~
Jan 19, 2008 11:00
Forum: Beginners
Topic: TYPE, and redim array in them
Replies: 15
Views: 5428

by ~EXIS~
Jan 19, 2008 9:26
Forum: Beginners
Topic: TYPE, and redim array in them
Replies: 15
Views: 5428

TYPE, and redim array in them

Im write the code
Type aaa
b(0) As integer
End Type

Dim a As aaa

ReDim a.b(0 To 10)
But compiler write
Build error(s)
C:\Program Files\FreeBASIC\fbc -s gui "(Untitled).bas"
(Untitled).bas(7) error 59: Expected array, a in 'ReDim a.b(0 To 10)'
Why? What mistake im do?