This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
U-Michael-PC\Michael (author)
Sat Jun 27 19:58:08 -0700 2009
morph /
| name | age | message | |
|---|---|---|---|
| |
Local.testsettings | Fri Jun 12 11:52:57 -0700 2009 | |
| |
Morph.sln | ||
| |
Morph.vsmdi | ||
| |
ReadMe.txt | ||
| |
TraceAndTestImpact.testsettings | Fri Jun 12 11:52:57 -0700 2009 | |
| |
docs/ | Fri Jun 12 11:52:57 -0700 2009 | |
| |
lib/ | ||
| |
src/ | ||
| |
test/ |
ReadMe.txt
[AIM] http://dev.aol.com/forum?c=showthread&ThreadID=930 [Mono DLL Imports] http://mono-project.com/DllNotFoundException http://mono-project.com/DllMap ** see MONO DLL [MONO DLL] Example The following example maps references to the `cygwin1.dll' shared library to the `libc.so.6' file: <configuration> <dllmap dll="cygwin1.dll" target="libc.so.6"/> </configuration> This one maps the following C# method: [DllImport ("libc")] static extern void somefunction (); to a different function in libdifferent.so, but to the same function in the library libanother.so when running under the Solaris and FreeBSD operating systems. <configuration> <dllmap dll="libc"> <dllentry dll="libdifferent.so" name="somefunction" target="differentfunction" /> <dllentry os="solaris,freebsd" dll="libanother.so" name="somefunction" target="differentfunction" /> </dllmap> </configuration>








