where can i get purebasic v3.80?

Windows specific forum
c0unta
New User
New User
Posts: 1
Joined: Fri Aug 20, 2004 4:26 am

where can i get purebasic v3.80?

Post by c0unta »

where can i get purebasic v3.80?
i searched the whole internet and i can't find it!?
anyone knows where to get it?
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

Is there any reason why you want an older version? The current version is v3.91. If you own a PureBasic license you can download the latest version here: http://www.purebasic.com/download.php3.
--Kale

Image
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> Is there any reason why you want an older version?

Maybe because there's more likely to be a crack/keygen for it. ;)
Kendrel
User
User
Posts: 58
Joined: Fri Apr 25, 2003 7:00 pm

hmm

Post by Kendrel »

i will also stick with 3.90, since some of the userlibs doesnt work with 3.91... and i really need some of them...

but asking for 3.80 is strange...
localmotion34
Enthusiast
Enthusiast
Posts: 665
Joined: Fri Sep 12, 2003 10:40 pm
Location: Tallahassee, Florida

Post by localmotion34 »

actually it isnt. if they have code that they wrote about a year ago like i have, and havent fully ported it over to 3.90 yet, they may want to use 3.8 for that code. i have every version from 3.5 to 3.9. i wrote a program for my dissertation that is 3.8 compatible, and if i need to quick fix a bug, i dont have to rewrite 3000 lines of code. alot of my code used LIBS that now dont work with 3.9.

Code: Select all

!.WHILE status != dwPassedOut
! Invoke AllocateDrink, dwBeerAmount
!MOV Mug, Beer
!Invoke Drink, Mug, dwBeerAmount
!.endw
TIGER
User
User
Posts: 81
Joined: Mon Feb 23, 2004 8:33 pm

Post by TIGER »

I agree.

I also got to give up to all librarys when i ve switched to 3.91.

Can live with that.
Always got API.
PIII450 128RAM TNT2
Post Reply