Mutiple projects in single solution
-
If there are multiple projects in a single solution, then how to access a function from one project in another project? aasstt
aasstt wrote:
If there are multiple projects in a single solution, then how to access a function from one project in another project?
You can't. They are still separate projects and so you cannot 'magically' call a function from one project into another one. Now, it depends also the type of projects you are working with: if it is a DLL or library, then you can use the standard techniques to "export" functions. In brief, having all projects in a single solution doesn't change anything to the accessiblity of classes or functions. It is just a convenient manner to group projects that are related.
Cédric Moonen Software developer
Charting control [v1.1] -
If there are multiple projects in a single solution, then how to access a function from one project in another project? aasstt
aasstt wrote:
there are multiple projects in a single solution, then how to access a function from one project in another projec
for that you have to include that file or class in your project
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta Global Interface Table: An Easy Way to Marshal an Interface Pointer[new] VC Forum Q&A :- I/ IV Support CRY- Child Relief and You