Search found 13 matches
- Aug 29, 2011 13:52
- Forum: Libraries Questions
- Topic: Freeglut Troubles
- Replies: 8
- Views: 5338
- Sep 23, 2010 20:21
- Forum: Projects
- Topic: KwikBASIC BASIC Interpreter (Updated Link)
- Replies: 110
- Views: 36201
- 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
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
- 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...
- 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...
- 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...
- 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...
- 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 ...
- 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...
- 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 &...
- 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...
- 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...