dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]using the -shared option(.dll)


From: prashant patel
Subject: Re: [DotGNU]using the -shared option(.dll)
Date: Thu, 28 Mar 2002 22:20:27 -0800 (PST)

he Problem was with the mscorlib.dll supplied with
pnet0.3.2
(ie after compiling the runtime lib)
then i replaced the mscorlib.dll with the old version
from 0.3.0 and i worked.
also compiling the System.Net pnetlib gives errors.

how is holi going on in kerla.
--- "Gopal.V" <address@hidden> wrote:
> If memory serves me right, prashant patel wrote:
> > I am tring out the use of the -shared option on
> the
> > following code.
> 
> It worked for me ? This works on my box with a 2 day
> old CVS.
> The compiler's been moving so fast that, you might
> need to get
> a new cvs head ?. 
> 
> Debugging Tip for Shared lib development
> ----------------------------------------
> 
> Please try ildasm'ing your hello.exe and make sure
> it contains
> 
> .assembly extern sh
> {
>  .ver 0:0:0:0
> } 
> 
> and sh.dll contains
> 
> .assembly sh
> {
>  .hash algorithm 0x00008004
>  .ver 0:0:0:0
> }
>  and you should be able to see the [sh] assembly
> reference in
> 
> newobj  instance [sh]Shared::.ctor()
> &
> call instance [sh]Shared::Print()
> 
>
-------------------------------------------------------------------
> 
>  Hope that helps . Also I think I'll compile a set
> of questions 
> about "Pnetlib -- how what where ?". The questions I
> ask aren't 
> "newbieish" enough, so I need help !.
> 
>  Please send me questions (and answers if
> posssible;) about 
> Pnetlib that can be made into a FAQ. It'll be put up
> on site with
> "Curiosity killed the doubt" heading. 
> 
> Here's your chance to contribute something easy ,
> and it needs newbies too.
> 
> Gopal.V
> -- 
>  The difference between insanity and genius is only
> measured by success
>  //===<=>===\\
> || GNU RULEZ ||
>  \\===<=>===//

__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - send holiday greetings for Easter, Passover
http://greetings.yahoo.com/


reply via email to

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