[Top][All Lists]
[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, 18 Sep 2003 18:13:51 -0400 |
User-agent: |
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 1.0.3705) |
=================== BUG #5413: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5413&group_id=353
Submitted by: None Project: DotGNU Portable.NET
Submitted on: Thu 09/18/2003 at 18:13
Category: None Severity: 5 - Major
Bug Group: None Resolution: None
Assigned to: None Status: Open
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.
No Followups Have Been Posted
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/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] [bug #5413] link.c doesn't allow for relative paths.,
nobody <=