Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    64 bit: Link Problem

    Scheduled Pinned Locked Moved SDK Help
    3 Posts 0 Posters 265 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 17/04/2008 at 05:24, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   9.6 , 10 
      Platform:   Windows  ;   
      Language(s) :

      ---------
      Hi,

      didn't find any help in the forum so...

      I built the 64 bits lib of the Cinema API 9.6 and 10.111 and now I'm trying to build my plugin and I get the following link errors:

      With Cinema 9.6 64 bits:

      svi_file.obj : error LNK2001: unresolved external symbol "public: __cdecl String::String(char const * )" (??0String@@QEAA@PEBD@Z)

      With Cinema 10.111 64 bits:
      svi_editor.obj : error LNK2019: unresolved external symbol "public: void __cdecl GlProgramFactory::InitSetParameters(void)" (?InitSetParameters@GlProgramFactory@@QEAAXXZ) referenced in function "public: int __cdecl SVIInterlacingData::GlDrawHard(class PluginVideoPost *,class BaseDraw *,class GlFrameBuffer *,long,long,long,long,long,long,long,long)" (?GlDrawHard@SVIInterlacingData@@QEAAHPEAVPluginVideoPost@@PEAVBaseDraw@@PEAVGlFrameBuffer@@JJJJJJJJ@Z)
      svi_editor.obj : error LNK2019: unresolved external symbol "public: int __cdecl GlProgramFactory::DestroyPrograms(int)" (?DestroyPrograms@GlProgramFactory@@QEAAHH@Z) referenced in function "private: void __cdecl SVIInterlacingData::RemoveFactory(class GlProgramFactory *,void * )" (?RemoveFactory@SVIInterlacingData@@AEAAXPEAVGlProgramFactory@@PEAX@Z)
      C4D10/win32-msvc2005_64/SVI-StereoEditing_d.cdl64 : fatal error LNK1120: 2 unresolved externals

      Does someone know what I should do or what I do wrong ?

      Thanks a lot in advance,

      Vincent

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 17/04/2008 at 05:34, xxxxxxxx wrote:

        I forgot to tell that I'm using VS 2005 on a 64 AMD platform.

        Vincent

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 18/04/2008 at 01:01, xxxxxxxx wrote:

          Do you get these errors also when compiling the SDK examples? Is this a 64bit only problem?

          cheers,
          Matthias

          1 Reply Last reply Reply Quote 0
          • First post
            Last post