[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#377531: openoffice.org-dev: unowinreg.dll should be included



> Otherwise it might be that it's symbol differences between VC and mingw and Java expects VC, not sure.

Good guess, but neither am I an expert of this.

I checked the dependencies of those dll's, and found that yours depends
on more. Here are the results:

winuser@barlang /l/misc/ootest/package/with_orig
$ dumpbin /DEPENDENTS win/unowinreg.dll
Microsoft (R) COFF Binary File Dumper Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.


Dump of file win/unowinreg.dll

File Type: DLL

  Image has the following dependencies:

    ADVAPI32.dll

  Summary

        1000 .data
        1000 .idata
        1000 .rdata
        1000 .reloc
        1000 .rsrc
        2000 .text

winuser@barlang /l/misc/ootest/package/with_orig
$ cd ../with_debian/

winuser@barlang /l/misc/ootest/package/with_debian
$ dumpbin /DEPENDENTS win/unowinreg.dll
Microsoft (R) COFF Binary File Dumper Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.


Dump of file win/unowinreg.dll

File Type: DLL

  Image has the following dependencies:

    ADVAPI32.DLL
    KERNEL32.dll
    msvcrt.dll

  Summary

        1000 .bss
        1000 .data
        1000 .edata
        1000 .idata
        1000 .rdata
        1000 .reloc
        1000 .text

winuser@barlang /l/misc/ootest/package/with_debian
$

Regards,
Baldvin



Reply to: