Run time Issues on XCode 2.1
Run time Issues on XCode 2.1
- Subject: Run time Issues on XCode 2.1
- From: "Sumeet Goyal" <email@hidden>
- Date: Wed, 10 Aug 2005 11:25:29 +0530
- Thread-topic: Run time Issues on XCode 2.1
Hi All
I am porting an Code Warrior 8.3 applicaton to XCode 2.1.
In code warrior,I was using a third party dylib whose name was say
abc.dylib
That gave me a lot of errors while building and when I changed its name
to
libabc.dylib,it seemed to work fine.
Now,when I am launchnig my application,it is getting crashed even before
getting
into the main() function i.e in the dylib only with the error message in
the debugger window
Zero Link: unknown symbol '__ZN9TcpSocket8sTimeoutE'
I am also using libsystem.dylib
Do I have to place this libabc.dylib and libsystem along with the
application while launching?
And,Is it fine that I didn`t change any code of abc.dylib and just
changed its name to libabc.dylib?
Do I need to make any chnages in the code also?
I am also not using crt1.0,Is that really required?
Sumeet
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden