G
Guest
Hi!
I have a WinFrom solution with variouse forms and classes. Lets name the
namespace to <MyTest01>.
I've developed a dll <statistics>. The dll <statistics> needs to reach some
of the classes/functions in <MyTest01>. An example:
<MyTest01> holds a class called <clsCalculations>. this class holds a
public functions called <calculate_MyScore> returning an integer.
How can the dll <Statistics> reach the function <calculate_MyScore> ???
From before the the dll is a part of the <MyTest01> references.
Appreciate any help
Best regards
Hans Årsjö
I have a WinFrom solution with variouse forms and classes. Lets name the
namespace to <MyTest01>.
I've developed a dll <statistics>. The dll <statistics> needs to reach some
of the classes/functions in <MyTest01>. An example:
<MyTest01> holds a class called <clsCalculations>. this class holds a
public functions called <calculate_MyScore> returning an integer.
How can the dll <Statistics> reach the function <calculate_MyScore> ???
From before the the dll is a part of the <MyTest01> references.
Appreciate any help
Best regards
Hans Årsjö