bugDotGNU Portable.NET - Bugs: bug #5412, link.c doesn't allow for relative...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #5412: link.c doesn't allow for relative paths.

Submitter:  None
Submitted:  Thu 18 Sep 2003 10:12:51 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Duplicate
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Fri 19 Sep 2003 05:43:07 AM UTC, comment #1: 

Duplicate of #5413 - closed

Rhys Weatherley <rweather>
Group administrator
Thu 18 Sep 2003 10:12:51 PM UTC, 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.


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2003-09-19 rweather StatusNone None
    Open/ClosedOpen None

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code