RE: Microsoft BUILD / Windows 8

2011-09-18 Thread John Li
On switching apps: Good-old Alt-Tab works for me? Or Ctrl-Alt-Tab to keep it open and pick? John > From: ton...@tpg.com.au > To: ozdotnet@ozdotnet.com > Subject: RE: Microsoft BUILD / Windows 8 > Date: Sun, 18 Sep 2011 11:41:15 +1000 > > > I have to agr

RE: Decompilation - help unravelling syntax

2010-12-19 Thread John Li
Essentially it is all the magic late-binding stuff which VB does for you when you forget to go "Option Strict On". > RuntimeHelpers.GetObjectValue(x) just returns "x" boxed so you can omit it and the compiler puts it in for you. > NewLateBinding.LateIndexGet(instance, New Object() {"a"}, N

RE: C# to Delphi (more accurately - Delphi to C#)

2010-12-15 Thread John Li
(OT- On Experts Exchange) If you just want to read the answers, visit the page with Google as a referrer and scroll all the way down. John > Date: Thu, 16 Dec 2010 10:08:10 +0800 > From: petermad...@aapt.net.au > To: ozdotnet@ozdotnet.com > Subject: Re: C# to D

RE: Setting CMD-window title

2010-11-29 Thread John Li
Some "thinking out loud":There is a compiled Windows DLL of the library version (librtmp); maybe that would suit your purposes? John > From: il.tho...@iinet.net.au > To: ozdotnet@ozdotnet.com > Subject: RE: Setting CMD-window title > Date: Tue, 30 Nov 2010 13:5

RE: F# Help

2010-10-27 Thread John Li
Not a F# expert by any means, but just playing around in VS, there seem to be two possible causes: 1. The order the files appear in the project matters. The file defining ShareEntity needs to come first (you can right click in Solution Explorer and Move Up/Down). 2. The type is in a modul

RE: OT - Mathematical computing

2010-07-31 Thread John Li
Note that if you have a sufficiently new version of MATLAB (since 2008b I think) with Symbolic Toolbox, then you also get MuPAD (which MathWorks acquired) bundled. It has a "notebook" interface similar to that of Maple or Mathematica. John > Date: Sat, 31 Jul 2010 11:29:41 +1000 > Subject: OT