Hello All.  I am having some difficulty with use temporary variable to
populate my database on the Palm unit.  At this point, I have not developed
the conduit yet, therefore the only way to populate my database was to do it
inside my code.  Therefore, in my AppStart procedure, I setup some variables
and arrays to structures that define complete records in my database.  Then,
I will insert these temporary data into the database.   Things were working
fine for two databases until I started on the third.  For the third one, I
cannot even declare or initialize the variable to hold the data.  I get
errors with the memory heaps.  If I only initialize 1 variable, then it will
be fine.  If I do 2, then it goes ok till I exit the program.  It will then
say Bus Error Exception, MemHeapFreeByOwnerID

Can anyone help.  I am in a desperate need to solve this.  Thanks.  
Eric Sun
Developer - RAD systems
Q. Data Inc.
4/17/00 11:49 AM

        -----Original Message-----
        From:   Greg Bungo [SMTP:[EMAIL PROTECTED]]
        Sent:   Monday, April 17, 2000 11:24 AM
        To:     Palm Developer Forum
        Cc:     Jun-Kiat Lam
        Subject:        Re: Unexpected Error #32

        This is NOT harmless!!

        I have encountered it, and recompilation will not
        make the error go away.  So an executable PRC file
        is never created.  If the fix is not available
        on a web site for downloading, please send me the fix.

        Greg Bungo
        [EMAIL PROTECTED]
        (630)949-3250  voice
        (630)949-3299  fax

        ----- Original Message -----
        From: "Jun-Kiat Lam" <[EMAIL PROTECTED]>
        To: "Palm Developer Forum" <[EMAIL PROTECTED]>
        Sent: Friday, April 07, 2000 11:34 AM
        Subject: Re: Unexpected Error #32


        > Hi Alejandro,
        >
        > This is a known bug in the PalmRez Post Linker. Palm has fixed it
and they
        > will be updating it soon. In the meantime, it's a harmless,
although
        > annoying message you can ignore.
        >
        > Rgds,
        > Jun-Kiat Lam
        > Metrowerks Technical Support
        >
        > ----- Original Message -----
        > From: "Alejandro Calvo" <[EMAIL PROTECTED]>
        > To: "Palm Developer Forum" <[EMAIL PROTECTED]>
        > Sent: Friday, April 07, 2000 10:10 AM
        > Subject: Unexpected Error #32
        >
        >
        > > I have instales SDK3.5 in my Codewarrior 6 and when I compile an
        > > application the following error appear:
        > >
        > > Link Error   : Unexpected Error #32. Font index not found..
Compilation
        > halted
        > >
        > >
        > > But if I compile it again, it has no problem.
        > >
        > > What could be happening?
        > >
        > > Thank You
        > > Alejandro Calvo
        > >
        > >
        > >
        > > --
        > > For information on using the Palm Developer Forums, or to
unsubscribe,
        > please see http://www.palm.com/devzone/mailinglists.html
        > >
        >
        >
        > --
        > For information on using the Palm Developer Forums, or to
unsubscribe,
        please see http://www.palm.com/devzone/mailinglists.html
        >
        >


        -- 
        For information on using the Palm Developer Forums, or to
unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to