[BUG] Incorrect moduleName when translating external plugin on Win32

Bob Hartwig bob at bobjectsinc.com
Mon Feb 5 22:39:46 UTC 2001


Using version 3.0 on Win32, if I translate a plugin class, the generated
moduleName variable appears as follows:

 	const char *moduleName = "ExamplePlugin 5 February 2001 (e)";

Of course, this doesn't match the name of the plugin class, so I
immediately get a primitive failure.  If I manually edit the line to:

	const char *moduleName = "ExamplePlugin";

Everything works nicely.





More information about the Squeak-dev mailing list