Ways to wrap 32-bit .dll so it will work in a 64-bit OS
- by dcarlet101
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?