Using MonoLinker on ikvmc generated assembly
Marius Ungureanu <[email protected]>
| Newsgroups | gmane.comp.java.ikvm.devel |
|---|---|
| Message-ID | <CAFD6gFQS4mKNZjgz4NThGS+HhPrsEsQxsO2f4Ft5UtYBKg-fEA@mail.gmail.com> |
Hey guys! I'm attempting to use MonoLinker on a jar that I generated to a dll. The problem is, they're stripped out when I use '-a' which does static checking for used types. I'm wondering if there is a pattern to the dynamically loaded classes and their classloaders so I can add them to an xml file which will force monolinker to keep them. Or if this data is kept anywhere, such as Attributes. Thanks! Marius ------------------------------------------------------------------------------