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 )

Thursday, June 4, 2015

C# class library

If you create a class library which uses (eg) System.Data, you have to explicitly add a reference to System.Data.

I'm guessing that you have to do that in this context, but not (eg) when making a Windows Forms application, because in the latter case the references are included in the project for you when it's generated.

Followers

Blog Archive