-
Recent Posts
Recent Comments
Archives
- March 2023
- December 2022
- November 2022
- October 2022
- September 2022
- July 2022
- June 2022
- March 2022
- February 2022
- December 2021
- September 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- January 2020
- December 2019
- January 2019
- September 2018
- April 2018
- March 2018
- January 2018
- December 2017
- October 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- October 2016
- May 2016
- March 2016
- January 2016
- December 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- March 2015
- January 2015
- November 2014
- October 2014
- April 2014
- March 2014
- February 2014
- December 2013
- October 2013
- September 2013
- August 2013
- June 2013
- 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: September 2010
VASmalltalk – pdf and libHaru 0.4
After the font demo was working yesterday, now with published version 0.4 the line demo is working and a more OO like interface has been introduced. The example from yesterday now looks like: ExampleFontDemo “MSKHaruInterface ExampleFontDemo” | aHPDFDoc aHPDFPage aHPDFFont … Continue reading
VASmalltalk – pdf creation using libHaru
I’ve just published a first, not ready code for a wrapper around libHaru – an external ANSI c library to produce PDF documents. The actual work is just the plain procedural 1:1 conversion of the C-API into Smalltalk – nothing … Continue reading
VASmalltalk and Ghostscript – Synchronous and asynchronous usage
I’ve published 0.4 to support either synchronous – or asynchronous usage of that interface. Synchronous usage is done in the GUI thread (therefore blocking the GUI) | anInstance anArray | Transcript cr ; show: ‘Starting !’. anArray := Array new: … Continue reading
VASmalltalk – Example wrapper for Ghostscript-dll
Someone asked in the Instantiation support forum how to wrap the ghostscript dll. I took a look at that library, did some work and published a small wrapper around that dll – just to produce a pdf document. Actually I … Continue reading
VASmalltalk: SQLite using Smalltalk defined functions …
In one of the last postings I showed how one can use instances of EsEntryPoint to let SQLite call VASmalltalk and execute Smalltalk code. In this posting I want to show, that you can use the same technique to build … Continue reading
VASmalltalk – SQLite 3.7.2-06
Several tests in the GLORP code delivered with VA 8.02 are simply commented out. Binding stuff for example: object binding and position binding. After looking at VW and the latest Glorp code there I understand how that should work. Therefore … Continue reading
VASmalltalk – SQLite and Trace-API
With the newest version of the wrapper I start working on using EsEntryPoints within VASmalltalk to offer SQLite callback handlers to tell VASmalltalk, what the database is doing. This offers several new possibilities – the best ones would be to … Continue reading
VASmalltalk – First code for SQLite/Glorp support
I wrote some initial code to get direct Glorp support for my MSKSQLite wrapper. To admit several tests are still failing – either by pure errors, some are failing, because SQLite does not understand the SQL syntax and some are … Continue reading
VASmalltalk – Some comments about the SQLiteWrapper
I was asked to write some words about the usage of the MSKSQLiteWrapper. Well, actually I hoped, that most of the stuff can be read from the tests delivered with application “MSKSQLiteWrapperTests”, but additional documentation may not be that bad … Continue reading
VASmalltalk – SQLite wrapper updated
I updated the SQLite wrapper for VASmalltalk. Actually nothng has to be changed and I only added specific tests against the version 3.7.2 of SQLite. The MSKSQLite application is available for download at vastgoodies.