-
Recent Posts
Recent Comments
Zipping files in VA… on VASmalltalk – how to cre… Peter on Smalltalk – Better produ… Vinnie Moag on About arihant on ERROR: Cannot determine the lo… JJACK on ERROR: Cannot determine the lo… Archives
- May 2013
- March 2013
- February 2013
- January 2013
- December 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
Categories
Meta
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
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
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
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
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