Kanwardeep
April 27th, 1999, 11:44 PM
I have an application with 14 dll's and one exe. I want to call some variables/functions declared in the exe to be called in one of my dll's. At the same time I don't want to include too many header files of the exe project in the dll, so as to minimize the dependency of the dll on the exe project. That's why I am not using the AfxGetApp() pointer to access the variables declared in the exe.