Archive

Archive for the ‘Programming’ Category

DoModal() does not show the dialog in a DLL

17:01:09 May 31st, 2009 No comments

I was currently working on an MFC dll and wanted to add some customization function to the model, which prompts a setting dialog. Unfortunately, the code failed to show the dialog…

Categories: Programming Tags: , ,

John Ousterhout’s introduction to Tcl programming language

16:03:44 May 16th, 2009 No comments

Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language. Kathryn Edwards from Computerworld recently had an interview with Tcl creator John Ousterhout, about the most fascinate stuffs about Tcl, including the extensibility of Tcl, its diverse eco-system and use in NASA’s Mars Lander project.

Categories: Programming Tags: