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

    problem with c4d_string.h

    SDK Help
    0
    5
    424
    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
      Helper
      last edited by

      On 16/11/2013 at 07:50, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   15 
      Platform:   Windows  ;   
      Language(s) :     C++  ;

      ---------
      well the problem in VS2012 and that c4d_string.h header , simply I can't call any function from it as it appears to be undefined ... like IntToString() for example , also it doesn't do autocomplete for anything in that header

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

        On 26/11/2013 at 06:46, xxxxxxxx wrote:

        IntToString() is a static member function of the String class.

        Best,
        -Niklas

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

          On 26/11/2013 at 14:10, xxxxxxxx wrote:

          so how to use it?

          what I do is something like:

          Int32 x = 10;
          GePrint(IntToString(x));

          and it simply doesn't compile at all "though I have included header , and when I right click and find definition/declaration of function it opens the header"

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

            On 26/11/2013 at 14:32, xxxxxxxx wrote:

            As I said, it's a static member function.

            String::IntToString(x);

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

              On 26/11/2013 at 16:40, xxxxxxxx wrote:

              ah I see now , thanks a lot "I think I was dumb 😄 "

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