Re: What this mean? Compiler output




Olaf "El Blanco" wrote:

You should have tried to post some code as well...

19 ..\tipos.h previous declaration of 'ccc' was here

This probably means that you have multiple (same) declaration of the
symbol `ccc`, and that the first one was on line 19. You should also
have an error message telling you where the duplicate was found.

27 ..\tipos.h conflicting types for 'client'

Probably same as above, but this time the declarations did not match in
type.

I have a lot...

Try fixing one by one.

.



Relevant Pages

  • Re: Multiple Instances of a Form to second level
    ... You have this declaration in the General Declarations section of a standard module to manage the instances: ... > Any insight into how you would set up the second Collection to be ... you are managing multiple instances of a form as a Collection. ... >>> a specific item such as water wells. ...
    (microsoft.public.access.formscoding)
  • Re: Using Recordset.State Property
    ... In this situation, you do not have multiple instances, there is only one ... If the recordset is being used for two or more distinct purposes, ... I do not have another declaration, ... >> Worked fine for me when I declared the rs as Public in a Standard Module ...
    (microsoft.public.access.formscoding)
  • Re: C99: Suggestions for style(9)
    ... M. Warner Losh schrieb: ... It is worrisome that somebody is inclined to obfuscate the code (in this case replacing multiple variables with descriptive names by a single variable with a generic name) because it is less hassle to conform to stylethis way. ... So it is very convenient to have this single assignment and its declaration at the same place. ...
    (freebsd-hackers)
  • Re: Is returning multiple values from function call a good idea?
    ... C++ doesn't have multiple values, so it's a bit hard to compare them ... Then the declaration ... could instead declar a single class object instead of two variables. ... But the assignment: ...
    (comp.lang.misc)
  • Re: rmxftmpl.h and link errors
    ... declaration in other source files in order to access the definition. ... Your problem is not multiple inclusion of a .h file in a single .cpp ... "The Direct3D Graphics Pipeline"-- code samples, sample chapter, FAQ: ...
    (microsoft.public.win32.programmer.directx.graphics)