PBOSL Compiled for PB 4.30?

Everything else that doesn't fall into one of the other PB categories.
localmotion34
Enthusiast
Enthusiast
Posts: 665
Joined: Fri Sep 12, 2003 10:40 pm
Location: Tallahassee, Florida

PBOSL Compiled for PB 4.30?

Post by localmotion34 »

After trying to compile all the sources of PBOSL, well it basically destroyed my installation of PB 4.30. I had to modify the PB home directory and add "_" to the "PureBasic 4.3" folder. This caused havoc in Japbe, Tailbite, and NASM.


Then, my previously configured tailbite wouldn't start and gave me several error messages.


Then after trying to compile, the .BAT file would scream about XXXXXX.log file not being able to be found. The BAT execution finally said some libs had been compiled, but I have yet to find a single PBOSL_XXXX lib anywhere on my computer.

The residents file did manage to get compiled, but it conflicts with some other userlib I have - have not found out which yet still. Then i got the some message about not being able to initialize the compiler.

In short, I had to redownload PB 4.30, Japbe, all the userlibs and start fresh.

Has ANYONE compiled the PBOSL as PB libs for 4.3 that would be willing to share them? The BAT files seem to no longer work, and cause alot of trouble for me.

Code: Select all

!.WHILE status != dwPassedOut
! Invoke AllocateDrink, dwBeerAmount
!MOV Mug, Beer
!Invoke Drink, Mug, dwBeerAmount
!.endw