
Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> Following is my issue.
>
[quoted text clipped - 13 lines]
>
> ----------------------------------------------------
> Jais,
>
> Just using /clr should produce a managed executable for you. Because
> of that, you should be able to set a reference to your executable from
> other .NET code (as of .NET 2.0).
Mixed-mode executables can't be used as references, because the loader
tables necessary for fixups aren't present.
> Are you creating CMyClass as a managed class, or an unmanaged class?
>
[quoted text clipped - 15 lines]
>>
>> ----------------------------------------------------
Jais Joy - 25 Feb 2008 05:33 GMT
You have almost answered my question. Many thanks. Just another question.
Can I have a VC++ 6.0 executable with a managed ( C# ) dll loaded into it
which contains functions to instantiate certain classes in the executable?
Background of this is , I am trying to use unit test scripts generated with
/clr:safe option. I am thinking of generating some unit test scripts in
VS-2005 Team Edition with /clr:safe option ( although MFC application
compiles with errors , It generate unit test scripts ). I would like to use
these generated unit test scripts some how.
Thanks.
> > Jais,
> >
[quoted text clipped - 24 lines]
> >>
> >> ----------------------------------------------------