Click here to Skip to main content
15,891,908 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello all ,
My queries goes like this :

i have an application class in which i have declared a variable . Now in my solution one other project is also there which is of dll type .
Now what i want to do is that i want supply this application class variable to the dll project's some variable .
Now the problem i m facing is that how can i access this dll variable in application class project .

Thanks all ,
Posted
Comments
Sergey Alexandrovich Kryukov 14-Jan-13 11:41am    
Not clear what's the problem. This is not even a valid question. What do you mean "how to access?"? From where?
Tell us what did you try and what's your problem.
—SA
Richard MacCutchan 14-Jan-13 12:48pm    
You can't (well, at least you shouldn't). The functions or classes in the DLL should receive all variables as parameters, process them as required and return results to the callers.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900