dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]Framework Interop on Mac OS/X & platform issues


From: Gopal V
Subject: Re: [DotGNU]Framework Interop on Mac OS/X & platform issues
Date: Thu, 18 Sep 2003 00:14:50 -0700 (PDT)

Hi,

>
[DllImport("/Library/Frameworks/Test.Framework/Test",
> > CallingConvention=CallingConvention.StdCall)]
> > private static extern void Foo();
> >
> > I was quite shocked that this worked at all.
> > I would like to avoid hardcoding the path,
> however.
> > How would I add this path to the standard search
> path?

ilrun -L /Library/Frameworks/Test.Framework/ a.exe

would have worked even if it was DllImport("Test") ...
wouldn't it ?

Gopal

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