How to specify Initialization Routine
How to specify Initialization Routine
- Subject: How to specify Initialization Routine
- From: Manoj Tyagi <email@hidden>
- Date: Fri, 20 Aug 2004 11:06:01 +0530
I have imported one bundle from Code Warrior 8.x to XCode 1.5 and built.
Although I got no errors but when I looked at the warnings, it says
ld: warning flag: -init CallBackFunc ignored (-dylib was not specified).
id: warning specified initialization routine symbol name ignored, output
file type has no initialization routine.
CallBackFunc is the name of the function which I specified in Initialization
Routine option of Target setting.
CallBackFunc is basically the entry point of my bundle for applications
using it.
Please guide me about the correct target settings including where to put
-dylib so that my bundle gets built with CallBackFunc as my initialization
routine.
Regards
Manoj
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.