Question: Codegeneration C

Hi! I'm using CodeGeneration for a vector which has 5 dimions, like v:=Vector([v1, v2, v3, v4, v5]). When I try to use Codegeneration there's the following error:

 

> C(v);
Error, (in _CGLanguageTable:-Module:-GetFast) index must evaluate to a name when indexing a module

 

What's that supposed to mean?

Please Wait...