dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pnet-developers] Is Emit namespace ready?


From: Gopal V
Subject: Re: [Pnet-developers] Is Emit namespace ready?
Date: Fri, 8 Oct 2004 00:49:49 -0700 (PDT)

Hi,

> I have pnet 6.4 and it can't run Emitted assembly
> without saving it do disk, is it fixed?

Pnet's at 0.6.9 right now .. but no, you have to 
save it to disk for it work. 

> there is one another bug that i post:
> struct with delegates sample:
>   public struct NetF
>   {
>    public delegate void TFreeGCHandle(IntPtr exc);
>    public delegate int TStartWRP(IntPtr obj);
>    [MarshalAs(UnmanagedType.FunctionPtr)]
> TFreeGCHandle FreeGCHandle;
>    [MarshalAs(UnmanagedType.FunctionPtr)] TStartWRP
> StartWRP;
> NetF(int none){//some initialization
> }
> }
> 
> is not marshaled to native code.

Can you provide a example (with the required .c,
.cs and makefiles) for me to test this ?.

Gopal


                
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]