How to use class declared other project in the same solution

  • Thread starter Thread starter Jeff0803
  • Start date Start date
J

Jeff0803

Guest
I need to use a class(inherited from From class) declared other EXE project from DLL project in the same solution

My Solution consists of 1 exe, and 1 dll like following.

I can add reference dll from exe.

However, if try Add Reference, it shows only dlls, not exes.

How to reference the class in the exe project from dll project?

Continue reading...
 
Back
Top