THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/07/2004 at 13:44, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.5
Platform: Windows ;
Language(s) : C.O.F.F.E.E ;
---------
Help...
I just spent 12 hours on this problem, and it just gets more weird!
when I save a dialog using the Resource editor, my plugin cannot access the files, UNLESS I mess about with the enums in c4d_symbols.h
......
I did everything according to the example (helloworld2) , but on startup, I got the message unable to open file....
.
The end of the filename should have been the enum-MY_DIALOG1 ,(to correspond with the res and str files), but cinema was looking for a filename that ended with BUTTON1
(which is the first enum in the list...)
I altered the list so that MY_DIALOG1
was at the top, and hey presto, my dialog opened..
BUT, only the FIRST member of the TAB-GROUP appeared, so things are wrong...I just don`t know what (or why)...
any help would be great....