Hi Ronald,
As I said in my original post I am integrating with a legacy unmanaged C++
application that I have no control of so it is not possible for me to create
the thread on the managed side. Is this the only way to work around this
issue?
By the way is there a bug number or something associated with this? Is it
considered a bug?? Is it likely to be fixed?
Cheers,
Paul

Signature
Paul Kenny
Senior Software Engineer
IONA Technologies Plc.
> > Hi,
> > I have developed an application that uses mixed C++ to integrate managed
[quoted text clipped - 24 lines]
> Ronald Laeremans'
> Visual C++ team
Ronald Laeremans [MSFT] - 14 Jun 2005 00:09 GMT
> Hi Ronald,
> As I said in my original post I am integrating with a legacy unmanaged C++
[quoted text clipped - 5 lines]
> Cheers,
> Paul
You can also use the .NET hosting APIs to get significantly more fine
grained control from the native side. You can take a look here for the
2.0 version of the hosting API:
http://winfx.msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_fxunma
nref/html/703b8381-43db-4a4d-9faa-cca39302d922.asp
Ronald