Search found 13 matches

by Lionheart2020
Aug 29, 2011 13:52
Forum: Libraries Questions
Topic: Freeglut Troubles
Replies: 8
Views: 5338

hello. I am looking for the "freeglut.bi" file. the file zip above with example from d.j.peter doesn't work here. anybody can help or give another link? thanks! -tom_lion
by Lionheart2020
Sep 23, 2010 20:21
Forum: Projects
Topic: KwikBASIC BASIC Interpreter (Updated Link)
Replies: 110
Views: 36201

dear vince, I cannot understand why you have abandoned such a nice and great little tool ? :) -> There is any IDE you've made (sorry I found this page last hour) for your parser ? -all in all: good work! I like that kind of work. A lot stuff to learn. thanks, Lionheart
by Lionheart2020
May 22, 2010 17:23
Forum: Sources, Examples, Tips and Tricks
Topic: Example to Evaluate Basic Numeric Expressions
Replies: 2
Views: 1975

expand your parser example ?

hi d.j. peters :)

it's possible to expand (add with functionality) your interesting parser code example with inputs for calculations by users ? would be nice. -> good job! I like this one. much to learn.

nice day, bye, lionheart
by Lionheart2020
Sep 26, 2009 11:14
Forum: Archive
Topic: elephant basic fx_warp start :)
Replies: 1
Views: 1536

update: with button and asm calculation included

hello again, have done a little update with a) ... shows a new little Button (you can find the button appearance in console modus after point "5) .. this shows new little BUTTON message" with triple using and humour ! b) .. ASM Calculation with multiplication Input :) new version I include...
by Lionheart2020
Sep 26, 2009 3:34
Forum: Archive
Topic: elephant basic fx_warp start :)
Replies: 1
Views: 1536

elephant basic fx_warp start :)

dear freebasic friends, good morning! because I am relative new with freebasic language I am going to do best way of learning for myself by making experiments :) I use a dll script and a testing fb code in this way for the first time. my idea for the "elephant basic fx_warp" project: a) us...
by Lionheart2020
Sep 24, 2009 10:40
Forum: Projects
Topic: FB CAD
Replies: 160
Views: 124397

hi owen, all,

where I can download the last fbcad issue ? I have fixed for myself this morning fbcad 8 :) your current links at board aren't guilty anymore. project has changed to another place or forum? would be nice to get any nice feedback. - bye, leroy
by Lionheart2020
Sep 03, 2009 6:13
Forum: Archive
Topic: Crystal Compiler
Replies: 2
Views: 1934

great and question for asm translation

hi themg, first: great work, I have downloaded your project, many thanks! :) although I am a freebasic beginner I try your crystal compiler. Usage instructions: CC.bat will compile whatever is in test.bas of the same directory. Otherwise, you can just do execute it with the file you want compiled as...
by Lionheart2020
Aug 14, 2009 12:13
Forum: Beginners
Topic: circle center+distance
Replies: 4
Views: 1745

that's it ! :D great. many thanks richard. this one was important for me: touch = rc1 + rc2 ' critical separation when touching dx = xc1 - xc2 dy = yc1 - yc2 dist = Sqr(dx*dx + dy*dy) Exactly what I was looking for. It looks so simple but I am sure I couldn't do it with my few skills. thanks for thi...
by Lionheart2020
Aug 14, 2009 8:43
Forum: Beginners
Topic: circle center+distance
Replies: 4
Views: 1745

hi agamemnus, sorry, it was only a first test script for me how to going on with circle and pset and try to calculate distance. I never have done it before. my simple wish to have: a) two circles (like wheels) with a certain distance to each other, perhaps a line connecting the circles from circle1 ...
by Lionheart2020
Aug 13, 2009 19:17
Forum: Beginners
Topic: circle center+distance
Replies: 4
Views: 1745

circle center+distance

hi dear freebasic friends, I have some simple questions but I haven't idea to realize it. have tested not so many example with freebasic yet, sorry. ;) I would like to have a geometric centre (with PSET) of a first circle and a second one. after that I want to calculate the distance between the cent...
by Lionheart2020
Jul 31, 2009 19:53
Forum: Sources, Examples, Tips and Tricks
Topic: ASM Code
Replies: 29
Views: 11974

dear thorham, all :) thank you for your nice example. I have tried your example and would like to learn more about asm coding. I am new here. here's my result: speed: 0.1259669036148234 sec ! second. do my a favour? somebody can check this asm code and perhaps anybody can say what's the meaning of &...
by Lionheart2020
Jul 23, 2009 15:57
Forum: General
Topic: kernel.o to link for window ?
Replies: 0
Views: 1081

kernel.o to link for window ?

dear freebasic friends, I say hello as a newbie ;) my question to freebasic users or other nice folks here, how I can "link" a kernel.bas file under window ? "melf_i386" is good for linux, not for window, that's for sure my little problem. I have create a kernel.o (object file) w...
by Lionheart2020
May 30, 2009 18:20
Forum: Beginners
Topic: Specifying another constructor for a member UDT object
Replies: 6
Views: 2198

hi dear freebasic users :) I have a simple question about vertex... and see this post at the board.. :) I plan a dll and must declare a vertex , but I cannot do that as double or long, isn't it ??? what dimension has vertex ??? Freebasic has defined it as... Type Polygon As Vertex Ptr verts As Segme...