TweetFollow Us on Twitter

Jul 95 Top 10
Volume Number:11
Issue Number:7
Column Tag:Symantec Top 10

Symantec Top 10

This monthly column, written by Symantec’s Technical Support Engineers, aims to provide you with technical information based on the use of Symantec products.

By Kevin Quah and Scott Morison, Symantec Technical Support

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

Q: I have a 68K Macintosh and want to create Native or Fat applications. How can I do this with Symantec C++ 8.0?

A: In the Pre-release folder on your Symantec C++ CD there is a Fat version of the Symantec Project Manager. It is located in the Symantec C++ 8.0:Pre-release folder in the form of a self extracting archive (.sea) file. You can use this to compile and link PPC native code on either a PowerMac or 68K Macintosh.

Q: I keep getting a “bomb” dialog box with an ID=15 error when I run my program. How can I fix this?

A: An ID 15 error is a Segment Loader error. Either your program has corrupted the heap or you have not allocated enough memory for your program to run. Go to the Set Project Type dialog box under the Project menu and make sure that your application has been given enough memory to run.

Q: I want to rebuild my project by using the AppleScripts Save project as text and Create project from text. I am having problems running these scripts because my project file generates a file larger than 32K. Additionally, the scripts are not saving my project options and compiler settings. Is there a new version of the scripts that overcome these limitations?

A: Yes. We have written new versions of these scripts which avoid using the Scriptable Text Editor to create the text files. The new scripts also save off the options for all the current tools and restore them. You can download the new scripts from devtools.symantec.com (or 155.64.182.73).

Q: I want to check a source or a header file but I do not know where it is located. How can I find the file quickly?

A: You can switch to the Finder and choose Find from the File menu, but here is another way to open a file: With your project file open, create a new untitled document by choosing New from the file menu, then type the name of the file and extension (e.g. CDirector.cp) into the window. Select the filename and choose Open Selection from the File menu or type Command-D. The file will automatically open.

Q: I’m having problems with the Symantec Project Manager keeping up with my typing. It stops accepting keystrokes every few seconds or so. Is there any way to get rid of these interruptions?

A: Yes. Choose Check Dependencies from the Build menu. Make sure that you uncheck the Quick Scan button. This will force the Project Manager to check all the dependencies immediately instead of running it as a background task that may interrupt your foreground tasks.

Q: I’m trying to read in extended numbers on a PowerMac, but the numbers do not hold the correct values. What is the problem?

A: There is a problem in Apple’s Universal Headers. In Types.h, the definition for extended is incorrect for PPC compilers. Find the section of code in the header that looks like the following:

#ifdef THINK_C

    typedef struct { short man[4]; } comp;
    typedef struct { short exp[1], man[4]; } extended80;
    typedef struct { short exp[2], man[4]; } extended96;
    typedef extended80 __extended;  //  <-- this line is magic
    typedef __extended extended;

#elif defined(applec) || defined(__SC__)
    #ifdef mc68881
    #if defined(powerc) || defined (__powerc)
    #pragma options align=mac68k
    #endif
    struct extended80 {
        short   w[5];
    };

Find the line that reads “#ifdef mc68881” and change it to “#ifndef mc68881”.

Q: How do I make a colored background for a window in a VA application?

A: We have written two new classes for handling background colorization: CColorBackground and CColorBorder. These classes are designed to enable colorization of window and dialog backgrounds and to provide 3D-like borders. You can download these files from our ftp server: devtools.symantec.com (155.64.182.73).

Q: I am using Symantec C++ 8.0, and when I run with the debugger, the debugger data window says “not enough memory” and the stack crawl window does not work. How do I fix this?

A: The out of memory error may indicate that the SPM is out of memory, just as in the 68K debugger. It may also indicate that the project was compiled without the Enable Symbolic Debugging option turned on for the current compiler. Make sure Enable Symbolic Debugging is checked in the debugging section of the compiler options.

Q: Do the Symantec 68K compilers provide support for the Apple Shared Library Manager(ASLM)?

A: Not yet. Apple is currently working on a revision of the 68 K version of the Apple Shared Library Mangager. Symantec plans to support version 2.0 of ASLM when it is completed.

Q: I have installed Symantec C++ 8.0. When I create a New Project and use a project model with the THINK Project Manager, I get the message:

 “The Project model ‘ProjectName’ has no project file”.  

What is wrong?

A: This happens in the THINK Project Manager (7.0.6) when you try to create a new project based on a Symantec Project Manager project model. The THINK Project Manager can only use the project models that start with TPM. For example, if you want to create an ANSI C project, choose TPM ANSI C Project instead of ANSI C Project. The project types that do not start with TPM are used by the Symantec Project Manager only.

Special Thanks to Glenn Austin, Michael Hopkins, Craig Conner, Mark Baldwin, Andy McFarland and Levi Brown.

 
AAPL
$565.32
Apple Inc.
-5.24
MSFT
$29.07
Microsoft Corpora
-0.04
GOOG
$603.66
Google Inc.
-5.80
MacTech Search:
Community Search:

Empire of the Eclipse Review
Empire of the Eclipse Review By Carter Dotson on May 24th, 2012 Our Rating: :: OVERSHADOWINGiPhone App - Designed for the iPhone, compatible with the iPad Empire of the Eclipse is an ambitious strategy MMO that is very deep, and... | Read more »
Bejeweled HD Review
Bejeweled HD Review By Jennifer Allen on May 24th, 2012 Our Rating: :: ADDICTIVEiPad Only App - Designed for the iPad The iPad version of the ever addictive Match Three title.   Developer: PopCap Price: $3.99 Version Reviewed: 1... | Read more »
Facebook Releases New Camera App To Stre...
While not a replacement for Instagram, Facebook Camera is a good first step in this month+ old union of the two companies. Released today, Facebook camera looks to streamline the viewing of photos and the uploading of them. The app allows you to... | Read more »
Missile Monkey Review
Missile Monkey Review By Lisa Caplan on May 24th, 2012 Our Rating: :: FLYING LOWUniversal App - Designed for iPhone and iPad Missile Monkey is a must miss   Developer: Munsey Clan Games Price: $0.99 Version Reviewed: 1.0 Device... | Read more »
Boomlings Review
Boomlings Review By Lisa Caplan on May 24th, 2012 Our Rating: :: FUN FREEBIEUniversal App - Designed for iPhone and iPad Boomlings is a traditional matching puzzle game, with some explosive twists   | Read more »
Dave vs Cave Review
Dave vs Cave Review By Jason Wadsworth on May 24th, 2012 Our Rating: :: WATCH FOR FALLING ROCKSUniversal App - Designed for iPhone and iPad Kid falls down hole, kid gets trapped in cave, kid fights evil rock monsters to escape... | Read more »
Python Pocket Power: Python Bytes 3 – Mo...
Python fans are certain to welcome the best bits from the penultimate season of the BBC sketch comedy in a new iPhone app: Python Bytes 3 – Monty Python Series 3. If you have a flair for the obvious, you’ll correctly assume this is third in a series... | Read more »

Price Scanner via MacPrices.net

13″ 2.8GHz MacBook Pro on sale for $100 off MSRP
Adorama has lowered their price on the 13″ 2.8GHz MacBook Pro to $1399 including free shipping plus NY/NJ sales tax only. Their price is $100 off MSRP, and it’s the lowest price for this model from... Read more
Apple refurbished iPads available starting at $279
 The Apple Store Online has dropped prices on Apple Certified Refurbished iPad 2s and original iPads by as much as $50, with models now starting at $279. Apple’s one-year warranty is included with... Read more
Security Based Portable Operating System, Pocket D...
In conjunction with their consumer technology product, Pocket Desktop, a USB device that offers consumers enhanced security and portability in computing, has announced a new strategic alliance with... Read more
Apple’s Jonathan Ive Knighted By Britain’s Princes...
The BBC reports that Apple Senior Vice President Of Industrial Design Jonathan Ive is now Sir Jonathan Ive, having been knighted by Queen Elizabeth II’s daughter Anne, the Princess Royal (and an iPad... Read more
Microsoft Fixing to release Office for iOS and And...
BGR’s Jonathan S. Geller says BGR has learned from a “reliable source” that Microsoft is planning to release the company’s full Office suite for not only Apple’s iPad, but for Android tablets as well... Read more
Mac mini Server available for $949, $50 off MSRP
Adorama has Mac mini Servers on sale for $949 including free shipping. Their price is $50 off MSRP, and it’s the lowest price available for this model from any Apple Authorized Reseller. NY and NJ... Read more
21″ 2.7GHz iMac on sale for $1399, $100 off full r...
Adorama has the 21″ 2.7GHz iMac on sale for $1399 including free shipping. Their price is $100 off MSRP, and it’s the lowest price for this model from any Apple Authorized Reseller. NY and NJ sales... Read more
iMacs on sale bundled with free upgrade to 8GB RAM
MacConnection has 2011 iMacs in stock today with a free upgrade to 8GB of RAM. Shipping is also free. Their prices represent a $200+ savings over custom 8GB iMacs at The Apple Store: - 21″ 2.5GHz... Read more

Jobs Board

iOS Developer (iPhone and iPad) at Mahal...
Mahalo is looking for talented iOS developers to join its team of highly skilled engineers. Weve already released multiple successful apps in the Apple App Store with well over a million installs... Read more
MAC Imaging/Packaging, Administration.Pr...
Skills: Very good experience in building MAC ( Apple Macintosh ) operating system images. OS imaging Knowledge on ... Knowledge on configuring the LAN and Wireless network on MAC note books Knowledge... Read more
*Apple* Solutions Consultant-Retail Sal...
Requisition Number 15545402 Job title Apple Solutions Consultant-Retail Sales Location Mobile Country United States City Mobile State Alabama Job type Job description Read more
iPhone Developer at Mastech (Los Angeles...
We are currently seeking an Android/ iPhone Developer for our client in the Insurance domain. We value our professionals, providing comprehensive benefits, exciting challenges, and the opportunity... Read more
24 funny 2d Charaters for iPhone game. a...
We are developing an iPhone game and desire to have 24 characters drawn to our specification. Attached is the detailed spec. Desired Skills: Cartoon, Illustration Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.