dotgnu-general
[Top][All Lists]
Advanced

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

[DotGNU][PNET][ILASM/ILALINK][LINKERERRORS] Problems linking in sqrt, pl


From: James Michael DuPont
Subject: [DotGNU][PNET][ILASM/ILALINK][LINKERERRORS] Problems linking in sqrt, please help
Date: Sun, 10 Aug 2003 16:10:08 -0700 (PDT)

Dear all, 
I am having problems linking in sqrt,

here is my IL code, it was extracted from my pnet/c code, 
but I boiled it down to something simple : 

.module '<Module>'

        .method public static void 'foo'() cil managed 
        {

                call       float64 '<ModuleExtern>'::'sqrt'(float64)
        }


here are the results :
ilasm testsqrt.il
ilalink testsqrt.obj 
a.out: no entry point specified
float64 '<Module>'::sqrt(float64) : unresolved method reference

how can i link in sqrt ?

rhys, I know you might be pissed off with me, 
I have been trying to contribute more productivly to the project.
please if you can take a minute and give me a push in the right
direction?

thanks,

mike

=====
James Michael DuPont
http://introspector.sourceforge.net/

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


reply via email to

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