how do i make my programs into header files? i know that you save the class definition as a .h file, and the member functions as .ccp with identical names to the precious. but i also know you need to include some other definitions, which i do not know. please tell me how (examples would be appreciated, or i can email the program that i need changed into a header).
additionaly, BOOL doesn't seem to work with my compiler (Borland 5.0 or 6.0, i use both). do i need to include a certain header file?