I was trying to hack through this on IRC, but I think it is probably one for jepler at his leisure:
in .comp files, what is the difference between declaring a variable with a "variable" word before the ;; and declaring it in the C-code? I guess it is thread-call to thread-call "staticness"? If I want to initialise an array to a 7 x 16 set of codes, how best to do that? Is it possible to do that in the "variable" line, (and is multi-line declaration allowed) or is my current approach of declaring the array to the right size in a "variable" line, then creating an array of the correct values in the EXTRA_SETUP function and then allocating the values to the "variable" the best way? Current code (not actually working) is at: http://www.pastebin.ca/1877608 -- atp ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
