|
-
April 27th, 1999, 11:44 PM
#1
Application level Global variables.
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|