Anti-nuisance lawsuit warning: The purpose of these notes is to remind me, Zoegond, of stuff or to help me work stuff out. They may contain mistakes.

Quick

  • ($a, $b....) = unpack("A2A7...", $packed)
  • push( array, list )

Monday, March 28, 2011

SharpDevelop /r mystery

If there is a SharpDevelop way of doing this

"C:\Program Files\Mono-2.4.2.3\bin\gmcs" prog.cs /r:Interop.IWshRuntimeLibrary.dll

(where Interop.IWshRuntimeLibrary.dll is in current directory), then I haven't been able to find out what it is.
I haven't tried it with that specific example, but for more common reference cases it's simply
-reference:System.Windows.Forms
or whatever

Followers

Blog Archive