ZeroLink: unknown symbol '_VDSetVideoParamValue'

Steve Sisak steve.sisak at ioxperts.com
Thu Dec 16 19:17:47 GMT 2004


At 6:52 PM -0500 12/16/04, Dr. William H.A. Beaudot wrote:
>I attempted to use ioxperts public API with the beta driver 1.1b30 
>to control my Orbit camera's pan/tilt position (in a Xcode project).
>At execution time, I systematically get:
>
>ZeroLink: unknown symbol '_VDSetVideoParamValue'
>
>What did I do wrong? or forget to do something obvious? Do I need to 
>link my code to a specific framework???

You need to add the glue file VDigProperty.cp to your project.

You can get it here:

   <ftp://ftp.ioxperts.com/IOXperts/Developers/VDigProperty.cp>

The way QuickTime components work on PowerPC is to use a glue 
function to copy the function parameters from registers into a 
structure on the stack (which happens to be the same as the 68k stack 
frame you'd get by calling the function) and then invoke the global 
routine CallComponentUPP.

VDigProperty.cp implements the glue for the routines in VDigProperty.h

HTH,

-Steve
-- 
_________________________________________________________________________
Steve Sisak, CTO                                 steve.sisak at ioxperts.com
IOXperts, Inc.                                     voice: +1 617 876-2572
87 Bristol St #3A                                    fax: +1 617 876-2337
Cambridge, MA 02139                               mobile: +1 617 388-6476


More information about the Video-Developers mailing list