◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler error C2129 static function 'function' declared but not defined A forward reference was made to a static function that was never defined. A function declared with static linkage must be defined within file scope. If the function is defined in another file, it should be declared with the keyword extern. -♦-