Search found 12 matches

by darkinsanity
Sep 01, 2010 17:09
Forum: General
Topic: Giving a function data without using arguments
Replies: 4
Views: 1160

Thanks for your answer, but I´ts a bit hard for me to understand it. ;) Could you explain it to me again? Do you mean that I would have to pass a a pointer to "script" to the "setproperty"-function? That would be bad, because the function call is done by lua, and lua expects the ...
by darkinsanity
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. ...
by darkinsanity
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...
by darkinsanity
Mar 29, 2010 2:15
Forum: Libraries & Headers
Topic: GTK-headers 2.18.6 for FreeBasic
Replies: 6
Views: 3314

great, now I can use GtkBuilder ^^
I'll try it out when I have time.
by darkinsanity
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
by darkinsanity
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?
by darkinsanity
Mar 12, 2009 11:17
Forum: Linux
Topic: FBC 0.21 executeable
Replies: 14
Views: 4776

can someone help me please?
It´s really important, and I only need fbc (no runtime/gfxlib), and I can´t compile it myself.
by darkinsanity
Mar 03, 2009 11:35
Forum: Linux
Topic: FBC 0.21 executeable
Replies: 14
Views: 4776

I have OpenSuSE 11.1. The feature I need are the naked functions.
by darkinsanity
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
by darkinsanity
Feb 20, 2009 16:34
Forum: General
Topic: need naked functions
Replies: 7
Views: 1531

thanks, but, as i wrote in my post, I need the linux-version...
by darkinsanity
Feb 20, 2009 11:38
Forum: General
Topic: need naked functions
Replies: 7
Views: 1531

ok, but I don´t know where to get this and how to build the compiler.
by darkinsanity
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...