dear fred.
i like the idea behind your nice purebasic lanuage but please remove following marketing texts from your website, because its a lie and not truth! :wink:
text from website:
External libraries are fully written in hand optimized assembler for maximum speed and compactness
following ...
Search found 202 matches
- Sun Feb 19, 2006 3:40 pm
- Forum: General Discussion
- Topic: truth and lie about purebasic
- Replies: 109
- Views: 35869
- Thu Nov 10, 2005 12:31 am
- Forum: Feature Requests and Wishlists
- Topic: Wishlist for PureBasic v4.0
- Replies: 232
- Views: 67474
- Mon Oct 10, 2005 4:57 pm
- Forum: Feature Requests and Wishlists
- Topic: Wishlist for PureBasic v4.0
- Replies: 232
- Views: 67474
- Mon Oct 10, 2005 1:54 am
- Forum: Feature Requests and Wishlists
- Topic: Wishlist for PureBasic v4.0
- Replies: 232
- Views: 67474
smaller and more optimized purebasic header! even when compiling a=2, the exe is 2560 bytes! I think this happens, because purebasic has internally a setup code/init code for any program like where to find the jump adress of a included lib and so on... some basically stuff but maybe some to much not ...
- Fri Sep 23, 2005 8:11 pm
- Forum: Coding Questions
- Topic: How to draw a star by using sin() cos() ?
- Replies: 6
- Views: 2759
i need a routine that plot a star like the one on this screenshot http://strider.mjjprod.free.fr/dck/ryuse1.gif (without the long line)
version 1) looks like " + "
version 2) looks like " + " and " x " merged
:roll:
version 1) looks like " + "
version 2) looks like " + " and " x " merged

- Wed Sep 21, 2005 11:08 pm
- Forum: Coding Questions
- Topic: How to draw a star by using sin() cos() ?
- Replies: 6
- Views: 2759
How to draw a star by using sin() cos() ?
how to draw a star with sin() or cos() like in old demos end of the 90th?
the stars are available in the RSI demomaker package and looks something like this (bad example):
often seen with 8 lines (like an + and an x joined ...
the stars are available in the RSI demomaker package and looks something like this (bad example):
often seen with 8 lines (like an + and an x joined ...
- Thu Jun 23, 2005 10:00 pm
- Forum: Coding Questions
- Topic: Use own brush for drawing !?
- Replies: 1
- Views: 1087
- Thu Jun 23, 2005 9:21 pm
- Forum: Coding Questions
- Topic: Flickering #2
- Replies: 6
- Views: 2275
Re: hmmm
yes, seems to be a bug with some sprite/screen stuff!?
http://forums.purebasic.com/english/viewtopic.php?t=15443&highlight=flicker
Adding Delay() seems to be one way to solve the problem but its not the best... until we dont really know what happen this prob...
maybe this workaround will ...
http://forums.purebasic.com/english/viewtopic.php?t=15443&highlight=flicker
Adding Delay() seems to be one way to solve the problem but its not the best... until we dont really know what happen this prob...
maybe this workaround will ...
- Thu Jun 23, 2005 10:30 am
- Forum: Coding Questions
- Topic: Use own brush for drawing !?
- Replies: 1
- Views: 1087
Use own brush for drawing !?
i saw an API example where you can set the size of the brush you want use... for example draw a line with a size of 12 pixel!
Is there any way to draw a line for example with an own brush like...
00000
00000
11111
00000
00000
or
00100
00100
11111
00100
00100
0 = pixel transparent or black ...
Is there any way to draw a line for example with an own brush like...
00000
00000
11111
00000
00000
or
00100
00100
11111
00100
00100
0 = pixel transparent or black ...
- Mon Jun 20, 2005 1:16 pm
- Forum: General Discussion
- Topic: VOTE --- STEP of FOR/NEXT as expression instead #constant !?
- Replies: 11
- Views: 3403
- Sun Jun 19, 2005 2:24 pm
- Forum: Coding Questions
- Topic: Label as argument for Procedure ???
- Replies: 5
- Views: 2421
- Sun Jun 19, 2005 2:07 pm
- Forum: Coding Questions
- Topic: Label as argument for Procedure ???
- Replies: 5
- Views: 2421
- Sun Jun 19, 2005 1:36 pm
- Forum: Coding Questions
- Topic: Label as argument for Procedure ???
- Replies: 5
- Views: 2421
- Sun Jun 19, 2005 1:19 pm
- Forum: Coding Questions
- Topic: Label as argument for Procedure ???
- Replies: 5
- Views: 2421
Label as argument for Procedure ???
Is there any way, to parse a labeladress to a procedure like following "not working" example :?:
; ---- Label as argument in Procedure? ----
Procedure LabelTest(?LabelAdress)
Restore ?LabelAdress
Read text.s
Debug text.s
EndProcedure
LabelTest(?label2)
End
DataSection
label1:
Data.s ...
; ---- Label as argument in Procedure? ----
Procedure LabelTest(?LabelAdress)
Restore ?LabelAdress
Read text.s
Debug text.s
EndProcedure
LabelTest(?label2)
End
DataSection
label1:
Data.s ...
- Mon May 30, 2005 12:23 am
- Forum: General Discussion
- Topic: What is MultiMediaBase Lib?
- Replies: 2
- Views: 1388
What is MultiMediaBase Lib?
when compiling my project with asm output, i noticed a lib called MultiMediaBase (around 10 kb) will be added to my program!
What is this 10k MultiMediaBase for? (when will it be linked to the exe?)
Is there any way to leave this lib out of the exe?
What is this 10k MultiMediaBase for? (when will it be linked to the exe?)
Is there any way to leave this lib out of the exe?