You are here:

C/turbo c

Advertisement


Question
i got an error "TYPE MISMATCH IN REDECLARATION OF DRAW"
here draw is a function. why i got that error?

Answer
It is difficult to say what the problem is without seeing the code. I suspect that draw is is a turbo C function, and you are correctly including the header file that declares draw, but perhaps you are also declaring draw yourself in your program. If you have a declaration for draw, you should remove it and rely on the turbo C header files.

Best regards
Zlatko

C

All Answers


Answers by Expert:


Ask Experts

Volunteer


Zlatko

Expertise

No longer taking questions.

Experience

No longer taking questions.

Education/Credentials
No longer taking questions.

©2012 About.com, a part of The New York Times Company. All rights reserved.