StrNotFound as TagPlugin name

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

On 13/05/2004 at 05:49, xxxxxxxx wrote:

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

---------
Hi.

I programmed a simple tag plugin.
Everything seems to be ok, but the tag name in expression tags menu is "StrNotFound Expression".

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

On 13/05/2004 at 20:30, xxxxxxxx wrote:

That could be a problem with the string resource. Make sure that you've prepared your string resource in accordance with the documentation and the example project.

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

On 13/05/2004 at 23:16, xxxxxxxx wrote:

Hi. Thx for the answer.
My c4d_strings.str was named before as c4_strings.str .

Ok, now it work.