Search found 12 matches
- Sep 01, 2010 17:09
- Forum: General
- Topic: Giving a function data without using arguments
- Replies: 4
- Views: 1160
- Aug 30, 2010 17:31
- Forum: General
- Topic: Giving a function data without using arguments
- Replies: 4
- Views: 1160
Giving a function data without using arguments
Hey guys, I have a little problem which I don´t know how to solve. I´m currently rewriting my FPS-Engine, and I have a UDT for the engine so I can run multiple instances of the engine in one program. Now I use Lua for scripting and the config file, so I have a function which sets engine properties. ...
- Aug 05, 2010 0:18
- Forum: Community Discussion
- Topic: Should gfx library be improved, in newer version?
- Replies: 38
- Views: 8077
Hm, I had two ideas for the gfxlib: 1. A way to initialize OpenGL 3+ Contexts 2. A way to get raw mouse input (important for games) I know how to do both things under Windows, but I don´t know how to contribute to the gfxlib. I think these two features are important, especially for people who develo...
- Mar 29, 2010 2:15
- Forum: Libraries & Headers
- Topic: GTK-headers 2.18.6 for FreeBasic
- Replies: 6
- Views: 3314
- Mar 16, 2009 16:22
- Forum: Linux
- Topic: FBC 0.21 executeable
- Replies: 14
- Views: 4776
ok, thanks very much.
I tried it again under openSuSE, but it didn´t work, so I set up a new virtual PC for Ubuntu, and it works fine.
The project for which I needed the newest compiler is a kernel in FreeBASIC: http://sourceforge.net/projects/frostkernel
I tried it again under openSuSE, but it didn´t work, so I set up a new virtual PC for Ubuntu, and it works fine.
The project for which I needed the newest compiler is a kernel in FreeBASIC: http://sourceforge.net/projects/frostkernel
- Mar 13, 2009 11:44
- Forum: Linux
- Topic: FBC 0.21 executeable
- Replies: 14
- Views: 4776
thx :)
the problem is that I just get errors if I try to compile.
I uploaded the compile-log here, so maybe someone can tell me what I did wrong?
the problem is that I just get errors if I try to compile.
I uploaded the compile-log here, so maybe someone can tell me what I did wrong?
- Mar 12, 2009 11:17
- Forum: Linux
- Topic: FBC 0.21 executeable
- Replies: 14
- Views: 4776
- Mar 03, 2009 11:35
- Forum: Linux
- Topic: FBC 0.21 executeable
- Replies: 14
- Views: 4776
- Feb 26, 2009 11:54
- Forum: Linux
- Topic: FBC 0.21 executeable
- Replies: 14
- Views: 4776
FBC 0.21 executeable
hi,
i have a problem: I need a feature of FBC 0.21 (linux), but I can´t compile it myself.
Has someone a working FBC 0.21 executeable for me?
thx
i have a problem: I need a feature of FBC 0.21 (linux), but I can´t compile it myself.
Has someone a working FBC 0.21 executeable for me?
thx
- Feb 20, 2009 16:34
- Forum: General
- Topic: need naked functions
- Replies: 7
- Views: 1531
- Feb 20, 2009 11:38
- Forum: General
- Topic: need naked functions
- Replies: 7
- Views: 1531
- Feb 19, 2009 11:30
- Forum: General
- Topic: need naked functions
- Replies: 7
- Views: 1531
need naked functions
Hi, I´m writting a kernel in FreeBASIC ( http://sourceforge.net/projects/frostkernel ). To write the interrupt functions in FB, I need naked functions. Searching this forum, I found a post that naked functions support has been added to fbc. Which version do I need (it doesn´t work with fbc 0.20)? Ha...