Logo
flag german flag uk flag us Tip: Bookmark this page with Ctrl-D (Win) or Apple-D (Mac) MainProductsKnow How / FAQStoreContact

Manual - Mac OS X Barcode Library

Introduction

The Wolf Software Mac OS X Barcode Library creates all common linear and 2D barcode symbologies. The library is very easy to use, yet it is fast and lightweight at only 500 kB (Universal Binary). The Dylib can be used in all Mac OS X programming environments, a sample Cocoa application is included.

Supported barcodes
Features
System requirements

Mac OS X 10.5 or higher. Xcode 3.x

Demo / Purchasing

The demo prints the text DEMO near the barcode. Please see the online store for licensing options and pricing.

Installation and Setup

Please see the file README.TXT in the downloaded archive.

Where to go from here

We've provided a ready-to-compile Cocoa sample project in Objective-C. You'll find the sample in the Sample folder. For your convenience, we also provide a pre-compiled, ready-to-run i386 binary of the sample, you find it in the Build/Debug folder of the sample.

The sample is a simple Cocoa view-based application that exposes some of the Dylib's properties to the user; the end result looks like this:

screenshot barcode-Dylib

The relevant parts of the sample source code have been extensively commented to give you a starting point. The sample also contains some utility functions that deal with CGImageRef / NSImage conversion and PNG export.

Make sure to also see the reference section of the manual.