dotgnu-pnet
[Top][All Lists]
Advanced

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

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


From: nobody
Subject: [Pnet-developers] [bug #5413] link.c doesn't allow for relative paths.
Date: Thu, 06 Nov 2003 22:49:37 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

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

Changes by: Rhys Weatherley <address@hidden>
Date: Fri 11/07/2003 at 03:49 (GMT)

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


------------------ Additional Follow-up Comments ----------------------------
Fix committed to CVS - 7 November 2003



=================== BUG #5413: FULL BUG SNAPSHOT ===================


Submitted by: None                    Project: DotGNU Portable.NET          
Submitted on: Thu 09/18/2003 at 22:13
Category:  None                       Severity:  5 - Major                  
Bug Group:  None                      Resolution:  Fixed                    
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 11/07/2003 at 03:49       By: rweather
Fix committed to CVS - 7 November 2003


CC list is empty


No files currently attached


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

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



reply via email to

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