Monthly Archives: August 2008

REXX-Wrapper – a short introduction

Introduction I always considered to have a nice batch language extension for my Smalltalk applications. One of the best batch languages I’ve seen is REXX. Perhaps due to the fact, that I’ve OS/2 background knowledge I was always fascinated what … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment

OpenGL wrapper,Wine, VASmalltalk and Linux – no way

Also I have to admit, that my OpenGL binding simply does not work under Wine. At best I get a flashing window (when doing the swap buffer command) or at worse the whole X-server crashes. This is amazing, because the … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment

Some further problems with VA and Wine

Now I’m using something like Wine 1.1.x and I forgot to mention some other problems I have found out with this configuration: – when a callback or event is executed within Smalltalk (like resize) and one tries to write a … Continue reading

Leave a comment

MSKSQLite 3.6.1 Wrapper

A new version of SQLite (3.6.1) for usage with VASmalltalk. This version has been tested under Wine and Windowx XP and it seems to work. Tests under Vista failed when working with database files and I do not know the … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment

OpenGL Wrapper 0.2.3

Some holidays and now a newer version. Lots of refactoring, most of the problems during initialization phase solved. Semaphore introduced to allow several OpenGL windows to work on their own and to secure process switching. A new example framework introduced. … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment