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
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