Re: [ADVANCED-DOTNET] Constructing .Net objects from native code

2002-10-30 Thread Ian Griffiths
Paul Beaulieu wrote: > It would be nice to know what the errors > 0x80131533 and 0x80131513 actually mean. 0x8013 means an error from FACILITY_URT. (URT was one of the many names applied to the myriad parts of .NET at various times. It means it's a .NET error...) All of these errors are lis

[ADVANCED-DOTNET] Constructing .Net objects from native code

2002-10-29 Thread Beaulieu, Paul
Hi All, I am trying to use the mscorlib tlb in order to be able to call .NET assembly functions from native code. I am able to do this some of the time without problem. For instance, I am able to call a method that I have that has the following signature: void Method( System.String arg1, params