dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bug #5412] link.c doesn't allow for relative paths.


From: nobody
Subject: [Pnet-developers] [bug #5412] link.c doesn't allow for relative paths.
Date: Fri, 19 Sep 2003 01:43:08 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

=================== BUG #5412: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5412&group_id=353

Changes by: Rhys Weatherley <address@hidden>
Date: Fri 09/19/2003 at 05:43 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Duplicate
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Duplicate of #5413 - closed



=================== BUG #5412: FULL BUG SNAPSHOT ===================


Submitted by: None                    Project: DotGNU Portable.NET          
Submitted on: Thu 09/18/2003 at 22:12
Category:  None                       Severity:  5 - Major                  
Bug Group:  None                      Resolution:  Duplicate                
Assigned to:  None                    Status:  Closed                       

Summary:  link.c doesn't allow for relative paths.

Original Submission:  related area: pnet/image/link.c

LoadSystemPath should include 
"/System/Library/Frameworks" and
"/Library/Frameworks" 
as default paths on the MacOS/X platform.

Individual frameworks can then be accessed by using a relative path as follows:

[DllImport("Test.Framework/Test")] public static extern ...

Relative paths are not currently supported.
This overcomes the problem that each framework is located in it's own 
subdirectory (Mac Bundle) and therefore makes supporting them difficult without 
hardcoding their locations on disk.
This method will support all standard system and user added frameworks.



Follow-up Comments
*******************

-------------------------------------------------------
Date: Fri 09/19/2003 at 05:43       By: rweather
Duplicate of #5413 - closed


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5412&group_id=353

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



reply via email to

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