Search found 1778 matches

by Imortis
Nov 16, 2006 16:24
Forum: Community Discussion
Topic: Darwin - New Game that Might Suck
Replies: 18
Views: 5644

*bump*
by Imortis
Nov 15, 2006 17:46
Forum: Archive
Topic: RadASM, IDE for FreeBASIC
Replies: 356
Views: 100692

I third the motion... Wait... Is that possible? Oh well... It is now.
by Imortis
Nov 14, 2006 16:35
Forum: General
Topic: My almost foolproof computer locking program
Replies: 21
Views: 5267

You need the latest version of FB from the CVS.

You can get it here: http://ecowles.dyndns.org/fbdu/
by Imortis
Nov 14, 2006 12:54
Forum: Community Discussion
Topic: Darwin - New Game that Might Suck
Replies: 18
Views: 5644

@anonymous1337:
I am sorry if I offended you. I merely didn't think. If you like I will edit all of my post and add all updates to the top post.
by Imortis
Nov 10, 2006 17:30
Forum: Community Discussion
Topic: Darwin - New Game that Might Suck
Replies: 18
Views: 5644

anonymous1337 wrote:You mean it makes you think you're doing more work than you are. . .?
No. I mean it makes me less likely to just drop it and walk away and never come back to it.

@cha0s:
This will be no LL. I played LL. It was fantastic. This will be more like Pong's genius cousin.
by Imortis
Nov 09, 2006 16:07
Forum: Community Discussion
Topic: Darwin - New Game that Might Suck
Replies: 18
Views: 5644

See first post for details.
by Imortis
Nov 09, 2006 14:02
Forum: Beginners
Topic: Mouse and Keyboard Event simultaneously.
Replies: 18
Views: 4915

What is it that you want this program to do? It seems to work just fine on my end.
by Imortis
Nov 08, 2006 16:23
Forum: Archive
Topic: RadASM, IDE for FreeBASIC
Replies: 356
Views: 100692

See, when you first start a project, you may want it to be a console app, but then when you're into it you change your mind. Should you now have to delete the project file and start over? No. Just hit the Insert Button on the window you showed a picture of. That will add an empty line to your proje...
by Imortis
Nov 08, 2006 14:17
Forum: Beginners
Topic: Mouse and Keyboard Event simultaneously.
Replies: 18
Views: 4915

Oh, yeah. You need to call screenres or screen before you can use getmouse. If you want a non-graphics screen, just call screen 0.
by Imortis
Nov 07, 2006 18:57
Forum: Beginners
Topic: Mouse and Keyboard Event simultaneously.
Replies: 18
Views: 4915

I didn't know that. Sorry about that.
by Imortis
Nov 07, 2006 18:55
Forum: Archive
Topic: RadASM, IDE for FreeBASIC
Replies: 356
Views: 100692

That's the way it's suposed to be. You can manually add other build options to it if you like, but by default, it only adds the one that you chose when you make the project.
by Imortis
Nov 07, 2006 17:05
Forum: Archive
Topic: Simple GUI
Replies: 39
Views: 11450

I am going to try to compile with .17 unstable testing from july 30 and get back to you on this. Edit: Okay. The Open Dialog Filter works just fine in the version I compiled with .17 unstable for july 30. It will not compile on CVS. It has the error I mentioned above. That seems like an FBC Error, n...
by Imortis
Nov 07, 2006 16:56
Forum: Archive
Topic: Simple GUI
Replies: 39
Views: 11450

I tried to compile with the latest download of fbgui1.1b and I get this error:
GUI.bi(64) error 14: Expected identifier, found '(' in 'Const TTN_NEEDTEXT = -520'
It says there is a ( in the const line, but I don't see one.
by Imortis
Nov 07, 2006 14:27
Forum: Archive
Topic: Simple GUI
Replies: 39
Views: 11450

I did notice one error. The open dialog file filter in the simple editor example does not work quite right. I'll see If I can fix it.

edit:
Nope. I have no clue what the format for the filter text is supposed to be... Oh well... Can't win 'em all...
by Imortis
Nov 07, 2006 13:41
Forum: Beginners
Topic: Mouse and Keyboard Event simultaneously.
Replies: 18
Views: 4915

These suggestions are from a few versions back. The file user32.bi is not included directly anymore. Instead, do this:

Code: Select all

#include "windows.bi"
That will do what you need.