Building a plugin (Windows)

Tim Rowledge tim at sumeru.stanford.edu
Tue Aug 8 21:06:18 UTC 2000


In message <200008082057.QAA04010 at smtp-out2.bellatlantic.net> you wrote:

> Well, once again I've figured out my problem before anyone had a
> chance to answer.  My getModuleName function was returning "Adder 6
> August 2000 (e)" instead of just "Adder" (the name of the module).

This is supposed to be correct. You probably have an out of date
sqNamedPrims.c ; look at around line 179. If you see
"strcmp(moduleName, module->name)"
instead of
"strncmp(moduleName, module->name, strlen(module->name)"
then you definitely have a bad file.

tim

-- 
Tim Rowledge, tim at sumeru.stanford.edu, http://sumeru.stanford.edu/tim
Useful random insult:- Monorail doesn't go all the way to Tomorrowland.





More information about the Squeak-dev mailing list