Monthly Archives: June 2008

Embedded OO-database DyBase 0.19 (Wrapper 0.57)

In contrast to SQLite (embedded database based on relational concept) one could see DyBase as the object-oriented part. I wrote a wrapper for the original library (based on version 0.19) and added two additional API-calls. The original c source, the … Continue reading

Posted in Smalltalk | Leave a comment

SDL Wrapper (0.32)

Long before I looked at the OpenGL subsystem I also looked at the SDL library. Here is my actual – again not finished – code base for the wrapper. Due to the fact, that VA does not support cdecl calling … Continue reading

Posted in Smalltalk | Leave a comment

OpenGL Wrapper 0.0.5

After writing the GLFW wrapper it seemed to be time to test it with OpenGL code. Therefore I had to write a wrapper around the C-API of OpenGL. Here’s is my first – again not finished – automatically generated code … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment

GLFW wrapper code (0.17)

I asked at the Instantiations forum for OpenGL support. I’m not aware of any public code, which supports OpenGL under VASmalltalk. I looked around a had lots of problems getting a rendering context (for OpenGL) on a standard windows – … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment

MSKKernel 1.24

A new version is out. This version adds support for the data conversions to platform parameter values mskkernel-1-24dat

Posted in Smalltalk | Tagged | Leave a comment

VASmalltalk 7.5.2 and Wine 1.0

Wine 1.0 is out and the situation is here (Ubuntu 8.04-AMD64) the same as with rc1 … rc5: most of the stuff is working

Leave a comment

VisualAge Smalltalk under OS/2, eComStation 1.x, 2.x

I think, that this IDE is still one of the best development IDE for this operating system. The latest version available for OS/2 is 6.01. It possible to import source code from newer system – but especially the IP socket … Continue reading

Posted in Smalltalk | Leave a comment

NamedPipe Example 0.04

In the following archive you find C# example source code (and binaries – not from me) for a named pipe server and client under Windows. In addition you find sourcecode for a Smalltalk named pipe client under Windows. The client … Continue reading

Posted in Smalltalk | Leave a comment

VASmalltalk 7.5.2 under Wine 1.0 RC5

They release the candidate 5 (the last one before the official release) and the system works under this release candidate as usual with the same problems mentioned before.

Tagged | Leave a comment

zlib-support

It’s not from me, but the code seems to be at least 8 years old … ziplibraryapp

Posted in Smalltalk | Leave a comment