*.res-file
-
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 -
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.
-
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!