You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Pervov (JIRA)" <ji...@apache.org> on 2007/02/28 18:09:57 UTC

[jira] Updated: (HARMONY-3254) [drlvm][winx64][build] need embed manifest files into DLLs

     [ https://issues.apache.org/jira/browse/HARMONY-3254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Pervov updated HARMONY-3254:
----------------------------------

    Attachment: H3254.patch

Intermediate patch. Needs to be improved. Do not commit.

> [drlvm][winx64][build] need embed manifest files into DLLs 
> -----------------------------------------------------------
>
>                 Key: HARMONY-3254
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3254
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: windows/em64t
>            Reporter: Vladimir Beliaev
>         Attachments: H3254.patch
>
>
> This is of the same kind to HARMONY-3240 but for drlvm. 
> If I built drlvm (following the standart build procedure) for windows/em64t then I can't run Hello World Application - the following message is printed:
>       java/lang/UnsatisfiedLinkError : Failed loading library "hytext.dll": The specified module could not be found
> The reason of this issue is that: "Currently manifests are generated by .NET 2005 linker as separate files. These files should be explicitly emebedded into generated DLLs and EXE by the microsoft manifest tool. Java.exe will crash otherwise"...
> This better be resolved for drlvm build to avoid manual execution of mt.exe after each build...
> Thanks
> Vladimir Beliaev

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.