Skip to main content
Home Browse Development Picon Services
Picon Services 1.1
Picon Services icon

Picon Services

Development · v1.1
Filenamepicon-services-11.hqx
Size110.7 KB (113370 bytes)
Mac OS System 7Mac OS X
Architecture PowerPC
Downloads7
Enjoying MacTrove? Anonymous downloads are free and unlimited. Create a free account to track favorites, contribute metadata corrections, and join the community chat.
About
PIconServices 1.1 PIconServices is a library for developers of MacOS applications. Source code is included (Code Warrior project), distributed under the GNU library license. What is does: If you want to write an application/plugin using Apples new IconServicesLib, you will normally also need to add a lot of code to deal with older Systems. PIconServices gives you ref-counted icons all the way back to System 7.5.3. See the following code for an example. GetPIcon('macs','help',&myIcon); PlotPIcon(&myRect,kAlignNone,kTransformNone,myIcon); ReleasePIcon(myIcon); These calls will use IconServices if it is available and will also work on older systems. Libraries are available for CFM and PPC. Will also work with classic code if CFM is installed. New version 1.1 fixes some bugs, makes it faster, a lot of silly code has been changed/removed. You can even set the compile options to use icns resources do you only have to package your resources once (excluding BNDL stuff of course :-) ). Peter
File Info

This file is part of the MacTrove archive. See the Thank You page for the upstream mirrors we rely on. It is BinHex encoded — use The Unarchiver to decode it.

mp.ls