TweetFollow Us on Twitter

Jul 95 Tips
Volume Number:11
Issue Number:7
Column Tag:Tips & Tidbits

Tips & Tidbits

By Neil Ticktin, Editor-in-Chief with special thanks to Steve Sisak

Note: Source code files accompanying article are located on MacTech CD-ROM or source code disks.

TIP OF THE MONTH

Tag Your PowerPC Code
With a Call To _eieio()

When disassembling PowerPC code with CodeWarrior, it isn’t always easy to find the instructions associated with a given set of C statements. Putting in call like Debugger(); can turn a leaf routine into a trunk.

If you use the CodeWarrior intrinsic __eieio(), this is no April Fools joke, it will add the eieio instruction to the stream. Wrap your statements in this and moo. Also, it is fairly benign to accidentally execute.

Chris Sears
sears@netcom.com

Load Extensions After Boot-Time.

This is a cool hack to load Extensions without restarting the Mac. It is the main part of my Freeware utility LoadADrive 1.1, that can load a CD-ROM Driver after the Mac has been started. (You can mount CDs without restarting your Mac if you haven’t switched on your CD-ROM Drive at boot time. Works with System 7.x and even PowerMacs)

I also use this code to debug Extensions. It is anoying to reboot the mac all the time. With this code as the main part of a small application and a good Debugger (I use Jasik’s The Debugger) you can easily check the loading of the Extension.

I tested this code with some other Extensions and it works fine. Of course, this simple version will definitly not work with most Extensions, but you can improve the code to handle special situations.

Maybe someone, who has more free time than I have, will even develop an Uninstaller for Extension. You have to keep track of all patches, allocated memory, changes in Low Memory and so on. (not easy, I know :-)

I just want to demonstrate that it is NOT impossible to load Extensions after boot time.

Dieter Spaar
Friedberg, Germany

Boolean LoadInit(FSSpecPtr extensionFSSpec)
{
    short refNum, ret;
    Handle hdl;

    // Open resource fork

    refNum = FSpOpenResFile(extensionFSSpec, fsCurPerm);
    if(refNum == -1 || ResError() != noErr)
      return FALSE; // Cannot open file

    // Load INIT into System Zone

    SetZone(SystemZone()); // Set zone to system zone
    hdl = Get1IndResource(‘INIT’,1);
    if(hdl == 0) {
      SetZone(ApplicZone());
 CloseResFile(refNum);
 return FALSE; // Cannot load INIT from driver
    }

    HLock(hdl); // lock the resource
    HNoPurge(hdl);

    // Call INIT, we don’t handle the return value ret here

    ret = (*(short(*)())(*hdl))(); // Looks nice, doesn’t it ;-)

     // Is it still a resource ? (don’t unlock if detached)
     // Some INIT’s detach the resource to keep the INIT’s memory block

    if(HGetState(hdl) & 0x20)
    {
        HUnlock(hdl);
        ReleaseResource(hdl);
    }

    SetZone(ApplicZone()); // Back to application zone
    CloseResFile(refNum); // Close the resource file

    // Redraw desktop (Extension may draw startup icon)

    PaintOne(nil, GetGrayRgn());

    return TRUE;
}

...And Thus Spake the App, “Another Bug!”

Have a piece of code that hard to debug with the debugger? Trying to debug a code resource? Usually a quick and dirty solution is to put in a bunch of SysBeep(10) calls to get an idea of where your code is at. However, you can use Apple’s Speech Manager in a similar fashion and get a much better “speak-out”. Here’s how:

Include SpeakIt.c to your project. (The code is included on the disk, and at the usual online places.) Include SpeakIt.h in all the files you want to have any debug statements spoken. In SpeakIt.h is the macro DebugSpeech. Define it like “#define DebugSpeech 1” when you want to use the speech debugger, and comment it out when you don’t want to use it. Within the code you want to debug, call the speech debugger by adding code like this example:

#ifdef DebugSpeech
    CheckSpeechMgr();   // should be called once in your initialization code
#endif

. code ...

#ifdef DebugSpeech
    SpeakIt( “Before while loop.”, true );
#endif

. more code ...

#ifdef DebugSpeech
    SpeakIt( “Made it through the while loop.”, true );
#endif

. and more code ...

#ifdef DebugSpeech
    SpeakIt( “Right before bringing up main window.”, true );
#endif


Cool!

Bill Modesitt
billm@maui.com, http://www.maui.com/~billm

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All


Price Scanner via MacPrices.net

Early Black Friday Deal: Apple’s newly upgrad...
Amazon has Apple 13″ MacBook Airs with M2 CPUs and 16GB of RAM on early Black Friday sale for $200 off MSRP, only $799. Their prices are the lowest currently available for these newly upgraded 13″ M2... Read more
13-inch 8GB M2 MacBook Airs for $749, $250 of...
Best Buy has Apple 13″ MacBook Airs with M2 CPUs and 8GB of RAM in stock and on sale on their online store for $250 off MSRP. Prices start at $749. Their prices are the lowest currently available for... Read more
Amazon is offering an early Black Friday $100...
Amazon is offering early Black Friday discounts on Apple’s new 2024 WiFi iPad minis ranging up to $100 off MSRP, each with free shipping. These are the lowest prices available for new minis anywhere... Read more
Price Drop! Clearance 14-inch M3 MacBook Pros...
Best Buy is offering a $500 discount on clearance 14″ M3 MacBook Pros on their online store this week with prices available starting at only $1099. Prices valid for online orders only, in-store... Read more
Apple AirPods Pro with USB-C on early Black F...
A couple of Apple retailers are offering $70 (28%) discounts on Apple’s AirPods Pro with USB-C (and hearing aid capabilities) this weekend. These are early AirPods Black Friday discounts if you’re... Read more
Price drop! 13-inch M3 MacBook Airs now avail...
With yesterday’s across-the-board MacBook Air upgrade to 16GB of RAM standard, Apple has dropped prices on clearance 13″ 8GB M3 MacBook Airs, Certified Refurbished, to a new low starting at only $829... Read more
Price drop! Apple 15-inch M3 MacBook Airs now...
With yesterday’s release of 15-inch M3 MacBook Airs with 16GB of RAM standard, Apple has dropped prices on clearance Certified Refurbished 15″ 8GB M3 MacBook Airs to a new low starting at only $999.... Read more
Apple has clearance 15-inch M2 MacBook Airs a...
Apple has clearance, Certified Refurbished, 15″ M2 MacBook Airs now available starting at $929 and ranging up to $410 off original MSRP. These are the cheapest 15″ MacBook Airs for sale today at... Read more
Apple drops prices on 13-inch M2 MacBook Airs...
Apple has dropped prices on 13″ M2 MacBook Airs to a new low of only $749 in their Certified Refurbished store. These are the cheapest M2-powered MacBooks for sale at Apple. Apple’s one-year warranty... Read more
Clearance 13-inch M1 MacBook Airs available a...
Apple has clearance 13″ M1 MacBook Airs, Certified Refurbished, now available for $679 for 8-Core CPU/7-Core GPU/256GB models. Apple’s one-year warranty is included, shipping is free, and each... Read more

Jobs Board

Seasonal Cashier - *Apple* Blossom Mall - J...
Seasonal Cashier - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Read more
Seasonal Fine Jewelry Commission Associate -...
…Fine Jewelry Commission Associate - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) Read more
Seasonal Operations Associate - *Apple* Blo...
Seasonal Operations Associate - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Read more
Hair Stylist - *Apple* Blossom Mall - JCPen...
Hair Stylist - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Blossom Read more
Cashier - *Apple* Blossom Mall - JCPenney (...
Cashier - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Blossom Mall Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.