Search found 144 matches

by Plasma
Sep 28, 2005 22:47
Forum: Windows
Topic: I like tomater juice.
Replies: 45
Views: 19032

Why exactly are you making a keylogger?
by Plasma
Sep 20, 2005 16:41
Forum: Archive
Topic: AFlib2 Preview.
Replies: 160
Views: 65731

but the 85 fps is probably because it's waiting for vsync. The captured image shows a windows frame which is a clear indication that it's running windowed, not fullscreen. Assuming that it's running windowed, then vsync doesn't exist. There is no way to time to vsync except through software as wind...
by Plasma
Sep 20, 2005 3:44
Forum: Archive
Topic: AFlib2 Preview.
Replies: 160
Views: 65731

I have never used AFlib, so I can't comment on the speed, but the 85 fps is probably because it's waiting for vsync.
by Plasma
Sep 19, 2005 0:38
Forum: General
Topic: text on new line
Replies: 3
Views: 1893

Change

Code: Select all

print choosehf$; thecolor$;
to

Code: Select all

print choosehf$; thecolor$
(The semicolon keeps the cursor from advancing to the next line.)
by Plasma
Sep 13, 2005 19:42
Forum: Beginners
Topic: IS True and False already internally defined?
Replies: 14
Views: 3901

Are you sure constants are stored as variables in memory with FB? In QB and most every other compiler they're not.

Usually the difference is that #define is a direct preprocessor replacement, with no type-checking, while const is evaluated by the compiler, and it does type checking.
by Plasma
Sep 11, 2005 6:55
Forum: Archive
Topic: FreeBASIC Screensaver Kit
Replies: 57
Views: 38192

Very cool.
by Plasma
Aug 28, 2005 3:56
Forum: Archive
Topic: Windows File Protection Hacker
Replies: 3
Views: 3617

Cool, that xerox directory Π$/- me off too. I'll try it next time I restart.
by Plasma
Jun 24, 2005 16:25
Forum: General
Topic: unknown data files
Replies: 8
Views: 3061

You can check wotsit.org for file format information if you know the extension (and it hasn't been changed). Otherwise I would use a hex editor to examine the file.
by Plasma
Jun 09, 2005 5:41
Forum: Windows
Topic: Self modifying app
Replies: 9
Views: 5988