empower IDE, maybe good for making libs of objects

Developed or developing a new product in PureBasic? Tell the world about it.
localmotion34
Enthusiast
Enthusiast
Posts: 665
Joined: Fri Sep 12, 2003 10:40 pm
Location: Tallahassee, Florida

empower IDE, maybe good for making libs of objects

Post by localmotion34 »

here is the link for it. check it out; ive found a COM object for a string grid like excel with this program, so it probably might be good for making custom object or COM libs

http://www.vinaeus.com/about.htm

Code: Select all

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