Re: ZeroLink: when to use
Re: ZeroLink: when to use
- Subject: Re: ZeroLink: when to use
- From: Allan Odgaard <email@hidden>
- Date: Thu, 10 Jun 2004 07:49:16 +0200
On 10. Jun 2004, at 3:28, Nick Zitzmann wrote:
Does #3 mean I ought _never to use ZeroLink with C++? I've been using
it, and getting warnings upon running, which is what I was going to
originally ask. They look like this:
ZeroLink: warning duplicate symbol: [...]
This warning means that more than one object file export the (same)
symbol (you can run it through c++filt to get a de-mangled version).
Most likely this is because you declare a function in a header which is
included by more than one source file.
Yeah, I'd recommend against using ZeroLink in C++ projects until some
of the compatibility problems with the two are ironed out. [...]
I am using ZL with C++ all the time w/o problems -- I hadn't even heard
other users had problems before now...
_______________________________________________
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.