Search found 26 matches

by silk.odyssey
May 30, 2006 5:01
Forum: Beginners
Topic: void pointers
Replies: 7
Views: 2390

Thinking about it I find any ptr more intuitive than void *. :)
by silk.odyssey
May 29, 2006 21:42
Forum: Beginners
Topic: void pointers
Replies: 7
Views: 2390

LOL just found "any ptr" browsing the c stdlib headers:)
by silk.odyssey
May 29, 2006 21:39
Forum: Beginners
Topic: void pointers
Replies: 7
Views: 2390

void pointers

Just looked through the data types section of the documentation but I didn't find anything of void pointers so I guess fb doesn't support it. So what's the best workaround?
by silk.odyssey
May 11, 2006 3:12
Forum: Documentation
Topic: chm version of wiki 2006-05-09
Replies: 2
Views: 3578

Thanks chm is much more convenient. :)
by silk.odyssey
May 04, 2006 22:51
Forum: Windows
Topic: Windows and such....
Replies: 3
Views: 1829

Are you a completely new to just freeBASIC or to programming in general? If you know another language like C, there are tutorials you can learn windows programming from but I am not aware of any windows programming tutorials for freeBASIC. There are windows programming examples in the freeBASIC pack...
by silk.odyssey
Apr 27, 2006 23:52
Forum: Windows
Topic: Windows API
Replies: 6
Views: 2906

And so on. The Windows API looks ugly, and it really is.


Not meant for human consumption maybe. :)
by silk.odyssey
Apr 27, 2006 15:47
Forum: Beginners
Topic: Newbie confusion
Replies: 10
Views: 2981

I don't mean to whine, but if you want to spread the word about this wonderful new version of an old computer language PLEASE don't just preach to the choir; there should be an explanation of how to actually use it. otherwise, people will see a blank DOS screen and go do something else. I understan...
by silk.odyssey
Apr 27, 2006 15:15
Forum: Windows
Topic: RADasm
Replies: 4
Views: 2052

I think currently freeBASIC uses the same include file names as microsoft's platform SDK so kernel32.bi really is winbase.bi and user32.bi is winuser.bi. However i think these are included by default when you include windows.bi. So for a basic windows app all you need to include is windows.bi and yo...
by silk.odyssey
Apr 27, 2006 3:51
Forum: Beginners
Topic: ASM help needed
Replies: 12
Views: 2868

Will that move only one byte? (if so, I assume that it's placed in AL). Well the byte would be in al but the code actually copies an entire double word. More efficient that way. The stack is a LAST IN FIRST OUT (LIFO) structure which means the last value stored(pushed) is the first value retrieved(...
by silk.odyssey
Apr 26, 2006 18:40
Forum: Windows
Topic: Old Qbasic and GWbasic Programmer
Replies: 8
Views: 3086

The gtk headers are included in the linux version. I am not sure if they would work for windows but I guess its worth a try. You already have the gtk for windows dlls right? If that doesn't work you could try the c header to bi tool, a link to it should be posted somewhere in the forum.
by silk.odyssey
Apr 24, 2006 14:53
Forum: Beginners
Topic: FBeginner Preview
Replies: 132
Views: 61561

Read the other replies and I thought I had to check it out myself and I must agree its an impressive start. This is exactly what I hoped to find when I was trying to learn FreeBASIC. I look forward to its completion. :)
by silk.odyssey
Apr 20, 2006 3:38
Forum: Beginners
Topic: Less C feel?
Replies: 16
Views: 5154

C is a magnicent Language, and for people who love obtuseness and like to spend more time figuring out the language instead of coding a useful program I think you mean C++. :) In comparision C isn't so bad. The main reason I am interested in fb is the promise of OOP with a language that compiles to...
by silk.odyssey
Apr 19, 2006 14:31
Forum: Beginners
Topic: Less C feel?
Replies: 16
Views: 5154

The C feel about FreeBASIC is good because it makes C simpler. That is to say the power that C allows without the cryptic syntax.
by silk.odyssey
Apr 18, 2006 22:57
Forum: General
Topic: OOP: If not now, when?
Replies: 44
Views: 12973

Would we be getting gcc like compile times as well or that won't be a problem since the freebasic compiler would be doing most of the work?
by silk.odyssey
Apr 17, 2006 19:36
Forum: Beginners
Topic: Program is popping up command prompt under -s gui [Solved]
Replies: 5
Views: 1691

Ah I was wondering about that but then i remember seeing print statements in the code so i thought there must be something to print to.