C/turbo c
Expert: Zlatko - 9/29/2010
Questioni got an error "TYPE MISMATCH IN REDECLARATION OF DRAW"
here draw is a function. why i got that error?
AnswerIt 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