Re: Xcode...
Re: Xcode...
- Subject: Re: Xcode...
- From: "M. Uli Kusterer" <email@hidden>
- Date: Tue, 24 Jun 2003 14:46:45 +0200
At 7:11 Uhr -0500 24.06.2003, Jeff Harrell wrote:
It works like this. Let's say your program has ten object files, two
of which contain the code necessary to call main(). Xcode will only
link those two objects, and will dynamically link the other objects
at run time. You can make code changes to the other modules and have
the dynamic loader actually change the behavior of your application
while it's still running, without recompiling or relinking. (You
have to compile the one module, obviously.)
Whoa. Sweeeeeet ;-) That's really handy when you're looking for that
one-off error in your drawing code and such! Thanks for the info.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.
References: | |
| >Re: Xcode... (From: Jeff Harrell <email@hidden>) |