On 03/06/2013 at 15:34, xxxxxxxx wrote:
I know that this question has pretty much been hashed out before here, but I haven't been able to come up with a solution. When I start my plugin I always get this error:
Symbol 'Omyplugin' not found. path/omyplugin.res Line 3.
Here is the .res file:
CONTAINER Omyplugin
{
NAME Omyplugin;
INCLUDE Obase;
GROUP ID_OBJECTPROPERTIES
{
FILENAME TXT_FILE {}
LONG BRIGHTNESS{ CUSTOMGUI LONGSLIDER; MIN 0; MAX 300; STEP 1; }
}
}
I recall reading before that if I delete my symbols cache file that it would fix the problem but I have been unable to find this file on my Mac. I tried making a copy of my plugin and renaming all titles from the .res, .str, .h, and .pyp files, but still came up with the same error. Anyone have any suggestions, or at least a pointer to a posting that should fix my problem?