Search found 84 matches
- Dec 12, 2005 11:44
- Forum: General
- Topic: rendering above else
- Replies: 7
- Views: 1349
- Dec 09, 2005 16:39
- Forum: DOS
- Topic: Large DOS Programs
- Replies: 29
- Views: 12990
- Dec 05, 2005 9:00
- Forum: Beginners
- Topic: Stripping name mangling
- Replies: 7
- Views: 1387
- Dec 05, 2005 8:56
- Forum: Beginners
- Topic: Why is opengl so slow?
- Replies: 18
- Views: 4565
OpenGL is generally slower at least it is said it's more CPU dependant. So to get more speed from OGL you don't need only fast GFX but CPU, too. It is said too that OGL 2.0 which is current version should be as fast as DX or WGF ;). But on the other side OpenGL is portable, this means you are protec...
- Dec 02, 2005 13:34
- Forum: Beginners
- Topic: Stripping name mangling
- Replies: 7
- Views: 1387
- Dec 01, 2005 12:56
- Forum: Beginners
- Topic: Stripping name mangling
- Replies: 7
- Views: 1387
Stripping name mangling
Has some GNU tools/linker guru experience with this ld option: --kill-at If given, the stdcall suffixes (@nn) will be stripped from symbols before they are exported. If I got it right this should be able to strip garbage from BlaBlaBla@33 export name, as I assume FB uses stdcall. Are there a...
- Nov 17, 2005 15:21
- Forum: Linux
- Topic: CGI & COMMAND$
- Replies: 3
- Views: 3318
Ccheck this too: http://hoohoo.ncsa.uiuc.edu/cgi/forms.html
- Nov 11, 2005 9:36
- Forum: Documentation
- Topic: CHM version released..
- Replies: 13
- Views: 5946
- Oct 25, 2005 14:02
- Forum: Windows
- Topic: What are the diffrents between XP and 98SE with FreeBASIC.
- Replies: 20
- Views: 5083
A terminated functions are exactly the same as W terminated functions, but W terminated functions do not exist on W9x platform, W functions exist only on NT platforms. A at the end of the name means "ASCI" and refers to standard byte (8-bit) composed string. On the other side W termination means "WI...
- Oct 20, 2005 13:04
- Forum: Beginners
- Topic: resource problems...
- Replies: 12
- Views: 2920
- Oct 20, 2005 13:01
- Forum: Beginners
- Topic: DAG in plain english
- Replies: 3
- Views: 941
- Oct 20, 2005 0:03
- Forum: Beginners
- Topic: DAG in plain english
- Replies: 3
- Views: 941
DAG in plain english
Can someone intelligent explain what DAGs (Directed Acyclic Graphs) really are to someone less intelligent like me?
- Oct 02, 2005 14:06
- Forum: General
- Topic: Hardware Accelleration?
- Replies: 16
- Views: 2836
Actually human eye is able to perceive FPS up to 70, and in special cases even more. So it's not crap. It all depends on multiple factors, for example lighting, colors, luminance of the screen, moving elements contrast and many other things. For example in dark room like movie theathre with big dist...
- Oct 02, 2005 13:20
- Forum: Beginners
- Topic: Making DLLs for Visual Basic
- Replies: 10
- Views: 4160
- Sep 29, 2005 20:08
- Forum: Projects
- Topic: Operating System
- Replies: 56
- Views: 16293
Mentioning ReactOS, I think that their idea is great, but actually they are just those stubborn C guys ;). I was asking about XBLite support in the past too and they were not very open and happy with it. I guess it's same for FreeBASIC. And they are not interested in doing funky new things like Open...