Wanna share some light ???In fact, i have a brandnew, ready to use PB library on my computer which
i finished somewhen during the beta time and that i would have
loved to introduce to the public, but we are holding it back for the very reason
as to not make the beta-period any longer. So please stop telling me we are adding too much new stuff!
Fr34k ???
-
Num3
- PureBasic Expert

- Posts: 2812
- Joined: Fri Apr 25, 2003 4:51 pm
- Location: Portugal, Lisbon
- Contact:
Fr34k ???
-
dracflamloc
- Addict

- Posts: 1648
- Joined: Mon Sep 20, 2004 3:52 pm
- Contact:
- Joakim Christiansen
- Addict

- Posts: 2452
- Joined: Wed Dec 22, 2004 4:12 pm
- Location: Norway
- Contact:
-
DarkDragon
- Addict

- Posts: 2347
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
va!n wrote:the secret of the lib is the new command
SYS(64738)
Hmm maybe it's the MakeFredtastic... uhm I meant MakeFangtastic... no, it's MakeFantasticGame() and MakeWonderfulApplication() commands that can be initialised through InitBrain().
bye,
Daniel
Daniel
-
techjunkie
- Addict

- Posts: 1126
- Joined: Wed Oct 15, 2003 12:40 am
- Location: Sweden
- Contact:
traumatic wrote:Here's the deal:freak wrote:Ok, now i am the curious one.. what is that?
Get this legendary library done and we'll explain you all the things
you ever wanted to know about the magic of the C64!
I knew this would be the answer
But hey, the lib is allready _done_, i am just not telling anything about it
Ok, now for your part of the deal...
quidquid Latine dictum sit altum videtur
IMHO about beta's:
Beta's are the place for bug-smashing AND feature additions.
I wouldnt mind to get a few more betas (i must say that i find the latest beta very stable, and i have developed a commercial data parsing/handling app with it, and havent found any bugs yet..), if it meant extra functionality.
So in my eyes, you should reveal your secret
Beta's are the place for bug-smashing AND feature additions.
I wouldnt mind to get a few more betas (i must say that i find the latest beta very stable, and i have developed a commercial data parsing/handling app with it, and havent found any bugs yet..), if it meant extra functionality.
So in my eyes, you should reveal your secret
I agree with thefool!
The beta is here being used for production. We can stick with a !stable! beta
Or release the RC now, the real thing 5 minutes later, and PB4.01 beta 1 right after that!
@}--`--,-- A rose by any other name ..
Ok, you told me your secret command, i'll tell you mine: DoDragDrop_()
That sort of says it all.
Basically the lib is for easy drag & drop, both between gadgets and also with other programs.
It will not be in v4.00 anymore. The final will be out soon (remember, beta11 was mostly because of the string stuff),
and then we will focus on the other OS for a while.
Wether you will have to wait for this till the next Windows version, or wether we will put it out somewhen inbetween, i don't know.
That sort of says it all.
Basically the lib is for easy drag & drop, both between gadgets and also with other programs.
It will not be in v4.00 anymore. The final will be out soon (remember, beta11 was mostly because of the string stuff),
and then we will focus on the other OS for a while.
Wether you will have to wait for this till the next Windows version, or wether we will put it out somewhen inbetween, i don't know.
quidquid Latine dictum sit altum videtur
-
LuCiFeR[SD]
- 666

- Posts: 1033
- Joined: Mon Sep 01, 2003 2:33 pm
Code: Select all
lda #$00
tax
tay
jsr $1000
mainloop: lda $d012
cmp #$80
bne mainloop
inc $d020
jsr $1003
dec $d020
jmp mainloop

