i wrote all the needed function definitions in a file named files.c
i want to use these functions in many forms in a project.
when i try to use functions in each form by using import "files.c" statement,
error is shown(redeclaration of function)
please tell me how to call functions in different forms


Reply With Quote

Bookmarks