Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to implement ".exp" file to CW Pro



Hello mate,

1) Dose anyone know how to implement ".exp" file shown below to CodeWarrior Pro?
This sample is from apple's Web and I am still using CodeWarrior Pro1 with MacOS 8.1.

This "sample.exp"is made for ASLM in MPW environment.

--- start sample.exp------
#define kMyVersion "1.0"

Library
{
flags = noSegUnload, !mc68000, !emulated, stayloaded;
id = kOTLibraryPrefix "MyConfigurator";
version = kMyVersion;
memory = local;
heap = system;
};

FunctionSet MyConfiguratorFunctionSet
{
id = kOTClientPrefix "MyConfigurator," kMyVersion;
interfaceId = kOTConfiguratorInterfaceID;
exports =
extern OTSetupConfigurator;
};
--- end sample.exp------

How to configure values of such as "stayloaded", "id" and "interfaceId" in
the project's property of CW Pro ?
Do I have to use ResEdit?


2) How to obtain ID and password to access this mailing list's archives?



Thank you your support.

------------------------------------------------------------
edmond Email email@hidden




Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.