Monthly Archives: June 2013

VASmalltalk – Newer SQLite versions

Today I tested the actual versions of SQLite (3.7.17) and found out, that some parts of my wrapper do not work any more. The last version I tested was 3.7.11. I found out, that the following stuff is not working … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment

VASmalltalk – Console Window under Windows

I posted something similiar around 2012. I uploaded now a new version of MSKPlatformExtension to vastgoodies.com. I added “AllocConsole” to MSKOperatingServices to get the console window back. Therefore to summarize: Perhaps you might know the fact, that if you start … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

VASmalltalk – MSKClick – Updated to VA 8.52

I updated the source code of my “Dalli,Dalli – Click” – like game to VASmalltalk revision 8.52 and uploaded the source code to vastgoodies. I played this game last weekend with some children at a birthday party – and this … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

VASmalltalk – Headless Communication Server the Graphical Way ..

This is my first official communication server in VASmalltalk – programmed in the graphical environment of VASmalltalk. Communication is done via 0MQ. The server shown here is a service registration server for a local network. Local services (written in C#, … Continue reading

Posted in .NET, Smalltalk | Tagged , , | Leave a comment

VASmalltalk – ICU and its Universal Time Scale

The Universal Time Scale api available in ICU has only three calls: one call for get meta information about a different time scale unit (Java, .NET, DB2, Mac, Excel) one call for converting to an external time scale unit one … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

VASmalltalk – ICU 51.2 support

I uploaded a new version of my ICU wrapper to vastgoodies.com. The version 08.05.02-51.02.48 is now supporting the ICU 51.2 libraries and also implements the UniversalTimeScale api calls.

Posted in Smalltalk | Tagged , , | Leave a comment

VASmalltalk – FreeImage Wrapper

I just updated my code at vastgoodies.com (several bug fixes added). Then I realized, that some code was missing, which is very useable for fat clients – I took it off the original map, because we are more or less … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment