where can i get purebasic v3.80?
i searched the whole internet and i can't find it!?
anyone knows where to get it?
where can i get purebasic v3.80?
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.
-
localmotion34
- Enthusiast

- Posts: 665
- Joined: Fri Sep 12, 2003 10:40 pm
- Location: Tallahassee, Florida
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



