CodeMason / proxy-vole

Automatically exported from code.google.com/p/proxy-vole
0 stars 0 forks source link

64 bit dll for amd64 and ia64 plattform #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
C:\Users\Mario\AppData\Local\Temp\proxy_vole5021726725351777432.dll: 
Can't load IA 32-bit .dll on a AMD 64-bit platform
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1699)
    at java.lang.Runtime.load0(Runtime.java:770)
    at java.lang.System.load(System.java:1003)
    at 
com.btr.proxy.search.desktop.win.Win32ProxyUtils.<clinit>(Win32ProxyUtils.java:5
7)
    at 
com.btr.proxy.search.browser.ie.IEProxySearchStrategy.readSettings(IEProxySearch
Strategy.java:53)
    at 
com.btr.proxy.search.browser.ie.IEProxySearchStrategy.getProxySelector(IEProxySe
archStrategy.java:38)
    at 
com.btr.proxy.search.ProxySearch.getProxySelector(ProxySearch.java:192)
    at 
at.redeye.FrameWork.base.proxy.AutoProxyHandler.<init>(AutoProxyHandler.java:49)
    at 
at.redeye.HMCP.Application.ModuleLauncher.<init>(ModuleLauncher.java:83)
    at at.redeye.HMCP.Application.HMCPMain.main(HMCPMain.java:33)

What steps will reproduce the problem?
1. using proxy vole with a 64 bit java on windows7

I've created these missing dlls und tested amd64 bit version on win7.
IA64 Platform is untested, but should work. All of them is attached.

I've modfied Win32ProxyUtils.java and proxy_util_w32.cpp and added compile.bat

compiled by using visual studio express 2010 and win7 sdk.

All in all my conclusion to proxy vole: It's GREAT! Thanks for developing this 
stuff.

Original issue reported on code.google.com by martin.o...@gmail.com on 30 Jul 2010 at 6:46

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,
Yes I'm aware that the 64bit support on windows is missing. But actually my c 
and c++ skills are very rusted and I have no 64bit platform for testing here. 
Therefore I highly appreciate your contribution.
I will check your patches and integrate it into the offical release.
If you like I would name you as a contibutor. Leave a short message here or 
mail.

Thanks for your feedback,
- Bernd Rosstauscher

Original comment by rosstaus...@googlemail.com on 31 Jul 2010 at 8:02

GoogleCodeExporter commented 9 years ago
As you like.
These DLLs are my first one 64 Bit DLLs too :-)

You can contact me anytime if you need a rebuild of theese DLLs.

Greetings, Martin

Original comment by martin.o...@gmail.com on 1 Aug 2010 at 7:30

GoogleCodeExporter commented 9 years ago
Hi,
I finally made a new release after your fix was in the repository for some time 
now.
The support for 64 bit windows is in the offical release from now on.

Thanks again for your contribution

- Bernd Rosstauscher

Original comment by rosstaus...@googlemail.com on 14 Sep 2010 at 5:34