Ways to wrap 32-bit .dll so it will work in a 64-bit OS
Posted
by dcarlet101
on Stack Overflow
See other posts from Stack Overflow
or by dcarlet101
Published on 2010-05-27T22:28:57Z
Indexed on
2010/05/27
22:31 UTC
Read the original article
Hit count: 152
java
|32bit-64bit
So, I've been using JPIB to communicate with GPIB devices in my java program. However, I have run into a snag. Newer systems are built on 64 bit OS's. However, the jpib.dll file is written in 32-bit. I can't think of any kind of calls that it would need to make that are truly 64-bit dependent.
The real trouble here is that the JPIB project hasn't been updated since september of 2006. I've tried emailing the dev through SourceForge but I don't think I'll get anywhere with that.
Does anyone know of any ways around this? Or know how (and could tell me how) to recompile the .dll into AMD-64 compliance?
© Stack Overflow or respective owner