colliding ID
- 
 THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED On 03/05/2005 at 15:52, xxxxxxxx wrote: User Information: 
 Cinema 4D Version: 8.2
 Platform: Windows ;
 Language(s) : C++ ;--------- 
 Hi All,
 When i compile my plug with my old V8.2, nothing wrong, but when i compile with the Demo V9.1 there is this strange error in the console:
 'The plugin ID MY_ID in file MY_FILE collides with the same ID in file MY_FILE'
 I have an unique ID allready
 thanks,
- 
 THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED On 03/05/2005 at 16:27, xxxxxxxx wrote: Do you have two versions of the plugin in the same Plugins folder anywhere? 
- 
 THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED On 04/05/2005 at 01:09, xxxxxxxx wrote: Robert-> 
 Thanks.
 No i don't have two versions of the plugin in the plugins folder.
 A breakpoint in the Register() function shows up once.
 It is a 'description Error: MY_NAME_PLUG is allready registered'
 I use a lot of #defines and globals, maybe there's a problem.
 I'll move them and check it out.
 The plug functions fine though.Weird.
 Regards