-
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: February 2011
VASmalltalk – Initial zLib wrapper
I needed initial support for in-memory compression/uncompression. Though I had wrapped this stuff already in my FreeImage library wrapper I wanted to have a standalone wrapper with a much smaller shared library (the freeImage library is a pretty large library … Continue reading
Posted in Smalltalk
Leave a comment
VASmalltalk – NLS cat Editor – UTF8 storage
I updated the NLS cat editor yesterday and introduced a so-called UTF8 storage mode. I needed this mode, because I develop in my native language – German – and then I also write all my messages in my methods during … Continue reading
Posted in Smalltalk
Leave a comment
Podcast zum Thema “Smalltalk”
Joachim Tuchel, Sebastian Heidbrink und ich haben heute die erste Episode von “SmalltalkInspect” – einem Podcast rund um die Programmiersprache Smalltalk veröffentlicht.
Posted in Smalltalk
Leave a comment
VASmalltalk – External Resources
Ok, the MSKResourceManager has been uploaded to vastgoodies.com and its doing its first work: Importing into and exporting from ENVY.
Posted in Smalltalk
Leave a comment
VASmalltalk – External Resources into the repository
After years of being not satisfied how to handle external resources with my source code I decided to build a little goodie to get rid of this situation.
VASmalltalk – CodeManagement updated
Due to 8.03 I updated the CodeManagement tool (my modelling tool to generate source code). The CodeManagement tool also now supports the ByteArray (for Smalltalk) or byte[] under C#.
Posted in Smalltalk
Leave a comment
VASmalltalk – NLS cat Editor
I published today a “cat”-file editor at vastgoodies: MFNLSManagement. The “cat”-files contains the NLS versioned texts in various locales for your software and/or VA itselfs. The editor has been written around 2005 – but I never published it there, because … Continue reading
Posted in Smalltalk
Leave a comment
VASmalltalk – 8.03 The Update
Well the 8.03 update is not a pretty big step, therefore I can give a short overview on the new features I’ve found so far.
Posted in Smalltalk
Leave a comment
VASmalltalk – 8.03 Ini-file reading bug …
I think, that a new (?) bug has been entered the handling of the ini file. I have several directory defined under: [CommonGraphics] bitmapPath=D:\Program Files (x86)\Instantiations\VA Smalltalk\8.0\bitmaps\pum;D:\Program Files (x86)\Instantiations\VA Smalltalk\8.0\bitmaps;D:\Program Files (x86)\Instantiations\VA Smalltalk\8.0\bitmaps\icons;D:\Program Files (x86)\Instantiations\VA Smalltalk\8.0\bitmaps\resources; and the system only … Continue reading
Posted in Smalltalk
Leave a comment
VASmalltalk – 8.03 Installation
I did updates of VASmalltalk 8.02 on my two W7/64 machines. Actually the update seemed to have installed all stuff needed – but both: the client and the manager update (on both machines) ended with that typical error dialog, that … Continue reading
Posted in Smalltalk
Leave a comment