-
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 2011
VASmalltalk – 8.5 – “Deprecation Exception support”
One of new feature is the “Deprecation Exception support”. This feature allows Instantiations (or for your own frameworks) to tell the users (programmers), that using a special method is not a good idea any more. When looking for a new … Continue reading
VASmalltalk – emsrv als Dienst einrichten
Wie ich ja bereits in einem Posting gestern angemeckert hatte, ist es nicht so ganz einfach, dieses Tools als Dienst lauffähig zu machen. Daher mal eine kleine Anleitung, wie man das unter einem Windows 7 (ohne Domänenverwaltung) machen kann. a) … Continue reading
VASmalltalk – Update 8.5 – CodeAssist, usability at its best !
Another new feature in VASmalltalk 8.5 is CodeAssist. This goodies helps you via a pop-up window to find suitable method names, when entering the first characters in the source code pane. Though other Smalltalk implementation have this feature already, I … Continue reading
VASmalltalk – Update 8.5 – primitiveSystemOffset
What do you think ? Have they fixed the four year old bug in 8.5 ? No, here in Germany we still get … DateAndTime now -> 2011-08-29T22:19:00.777+01:00 And yes: correct would be +02:00. But, who cares for 8.5 !? … Continue reading
VASmalltalk – Update 8.5 – headless packaging
Packaging gets not much easier in 8.5 – at least, when hardly stopped by my first problem. I just tried to port a headless Seaside application (which always uses the application GreaseCoreApp). The application GreaseCoreApp is delivered with the ConfigurationMap … Continue reading
VASmalltalk – emsrv under Windows: usability at its worst
With the new 8.5 I started to install the new stuff and as a special task I wanted to use emsrv under Windows and not simple file I/O. I know I made that stuff running years ago – but then … Continue reading
VASmalltalk – EMan Update
I uploaded new configuration maps of EMan to VASTGoodies. A user send me a small fix to prevent an error, when closing socket connections under special circumstances. Obdobion, EMan – Developer (Thu, 25 Aug 2011 00:10:29 +0100) Obdobion, EMan – … Continue reading
SmalltalkInspect – Smalltalk aus Deutschland – Smalltalk/X
Etwas außerhalb unseres Musters hier nun die 9.te Folge unseres Podcasts rund um die Programmiersprache Smalltalk. In dieser Folge besprechen wir mit Claus Gittinger von der Exept-Software die Smalltalk-Implementation Smalltalk/X, die man von Exept Software AG kostenlos herunterladen kann. Dabei … Continue reading
VASmalltalk – Embedding a Common-Lisp system
I’ve refactored the stuff, corrected some errors, uploaded the 0.0.10 version and created a little GUI to interact with the LISP system: My main attempt was to call the embedded system with the static future feature of VASmalltalk – but … Continue reading
VASmalltalk – Connection to Common LISP systems …
I had the idea to play with a Common Lisp system from VA and decides to build a minimal wrapper around the Common Lisp implementation ECL under Windows. Under the application MSKECLTestsAndResourcesApp I have included a precompiled ecl.dll for use … Continue reading