• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to create a C++ project in Xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to create a C++ project in Xcode


  • Subject: Re: How to create a C++ project in Xcode
  • From: Lennart Thelander <email@hidden>
  • Date: Fri, 13 Mar 2009 16:58:38 +0100
  • Thread-topic: How to create a C++ project in Xcode

Title: Re: How to create a C++ project in Xcode
Hello,

Undefined symbols:

  "_PartCalMad", referenced from:

      _FastIntegerPelBlockMotionSearch in fast_me.o

It is _PartCalMad that isn't included in your project. (_PartCalMad  is being called from
_FastIntegerPelBlockMotionSearch.)

Regards


On 09-03-13 16.55, "Justin Li" <email@hidden> wrote:

I have carefully, the fuction in fast_me.h and fast_me.c which are all already included in my project.

I don't know why?

Somebody help!

Justin

2009/3/13 Chris Espinosa <email@hidden>

On Mar 13, 2009, at 6:35 AM, Justin Li wrote:

So, only this one error, is there any people could tell me what's going on with this info?

Your code is attempting to call the function 
_FastIntegerPelBlockMotionSearch but you haven't supplied the source code for that function, or a link library that has its machine code.

Chris




Lennart Thelander
System Developer
email@hidden
 
Phone     +46 (0) 42 25 39 05
Fax         +46 (0) 42 25 39 29
 
Atex Media AB
Garnisonsgatan 10C
S-254 66 Helsingborg
SWEDEN


Bringing new life to your media business
www.atex.com

THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.
 


 _______________________________________________
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

References: 
 >Re: How to create a C++ project in Xcode (From: Justin Li <email@hidden>)

  • Prev by Date: Re: How to create a C++ project in Xcode
  • Next by Date: Re: How to create a C++ project in Xcode
  • Previous by thread: Re: How to create a C++ project in Xcode
  • Next by thread: Re: How to create a C++ project in Xcode
  • Index(es):
    • Date
    • Thread