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
    • Recent
    • Tags
    • Users
    • Login

    *.res-file

    Scheduled Pinned Locked Moved SDK Help
    3 Posts 0 Posters 286 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 04/06/2008 at 02:54, xxxxxxxx wrote:

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

      ---------
      Hi.

      I wrote a plugin. So far everything is ok, but when it is executed I got the message: "Unable to open file: */*/*.res".
      The shown file in fact doesn't exist. I know from the examples, that for every plugin there is such a (compiled) file.

      My questions now are: What does this file do and how do I create it?

      Thanks
      Basti

      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 04/06/2008 at 03:32, xxxxxxxx wrote:

        res files are resource files (just normal text files with the file ending .res) for the attributes manager interface of your plugin. Look into any plugins folders description subfolder and you will find the according res file.

        Also see "Description" in the SDK documentation for more information.

        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 04/06/2008 at 13:55, xxxxxxxx wrote:

          Hey, you're right, they are normal text files. I thougth they are not, because my text editor just showed me some Hex-Values.
          Thanks a lot!

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