Skip to main content
noscreen1
Associate II
December 22, 2006
Question

STVD7 errors to fix

  • December 22, 2006
  • 2 replies
  • 670 views
Posted on December 22, 2006 at 06:33

STVD7 errors to fix

This topic has been closed for replies.

2 replies

gaetano
Visitor II
May 17, 2011
Posted on May 17, 2011 at 10:13

Hi noscreen,

the error message you got depends from the C compiler you are using, for instance COSMIC, and not from the IDE STVD7.

It means that a C function you defined in a ''.c'' module does not have a correspondant function declaration (the so called 'prototype') somewhere written in the program code (tipically the latter stays in a ''.h'' header file).

I kindly suggest you to read further the C language manual normally given with the compiler tool (for Cosmic this is true), where a lot of examples often follow the definition of ANSI C statement.

Best regards,

Tanio

noscreen1
noscreen1Author
Associate II
May 17, 2011
Posted on May 17, 2011 at 10:13

Hello,

As i'm using the STDV7 compiler, I would like to know the meaning of the ''missing prototype'' error. thanks :)