Hern?n Gatta <(E-Mail Removed)> wrote:
> Yes, is true. I have been already thinking about that, but moving all my code
> from the executable and putting it into a DLL's will be a bit hard, that's
> why I asked before. I wanted to be sure that what I want cannot be done.
>
> Now, I have a little doubt about what you said: If .NET itself supports
> accessing EXE members from DLL's, isn't there any way of doing this by code?
You wouldn't need any code - the only problem is that VS.NET just won't
add the reference for you. If you're happy to do all your building
using NAnt or the command line, you'd probably be okay - but it's
really not a good idea in general for DLLs to link to EXEs rather than
the other way round.
--
Jon Skeet - <(E-Mail Removed)>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too