I am using VC++ express 2005 and I have a dll and two header files. The one header file inherrits from the other and the dll contains the source code.
Can someone please tell me where do I write the include commands for these header files? I can create and use forms in test apps and the same goes for the dll and header files, i.e. I can use them in small test programs. but when I try to instantiate the headers in command buttons of projects which uses forms I fail.
Where do I write the include commands for such projects? Do I write the include command in the file which has the main function or do I write it in the code window which opens when I double click on the command button. Or do I write it somewhere else entirely.