> 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:

[EMAIL PROTECTED] /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

[EMAIL PROTECTED] /l/misc/ootest/package/with_orig
$ cd ../with_debian/

[EMAIL PROTECTED] /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

[EMAIL PROTECTED] /l/misc/ootest/package/with_debian
$

Regards,
Baldvin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to