Re: My cocoa app don't run on other computers
Re: My cocoa app don't run on other computers
- Subject: Re: My cocoa app don't run on other computers
- From: Eric Peyton <email@hidden>
- Date: Thu, 28 Mar 2002 08:19:16 -0600
There can be a million things wrong, none of which can be answered
without more information.
On the target computer where it crashes, first thing to do is to turn on
the crash reporter in Console.app preferences.
If the machine has gdb and the developer tools, run the app under GDB
and get a backtrace.
Then with that backtrace from either gdb or the crash reporter you
should be able to figure out what went wrong.
Eric
On Thursday, March 28, 2002, at 06:58 AM, Tomas Zahradnicky, Jr. wrote:
Hello,
I've written my first cocoa app --- a old style trash implementation.
However, it does not run on other systems. Where can be a problem? I
set NSUIElement = 1 and I link against both AppKit.framework and
Carbon.framework. Can this cause any problem? If I run it, it simply
quits and don't do anything with no log/crash/console info. What can be
the problem?
-Tomas
-- # Tomas Zahradnicky, Jr
# The Czech Technical University
# Dept of Computer Science, FEE-CTU Prague
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.