I would like upgrade a 16-bit dll that was developed for 16-bit windows to a 32-bit dll

I have an 16-bit dll library that was used for talking to a DAQ through Labview version 4 for windows 3.1. I would like to upgrade it so that I can make these calls through Labview version 4.0.1(32-bit). Can anybody do it for me
Attachments:
Megadac.llb ‏361 KB
MEGADLL.DLL ‏240 KB
Driver_Files.zip ‏71 KB

"cincidude" wrote in message
news:[email protected]..
> I have an 16-bit dll library that was used for talking to a DAQ
> through Labview version 4 for windows 3.1. I would like to upgrade it
> so that I can make these calls through Labview version 4.0.1(32-bit).
> Can anybody do it for me
You are asking not much aren't you? I mean your DLL acesses directly the
speaker hardware
in the first function I looked at. Hardware access in 32 bit Windows DLLs is
a big NONO.
Then looking at the communication source I see that your device is
appearently a nice GPIB
device.
In my humble opinion reimplementing the whole piece in LabVIEW would be just
as hard as
porting it properly to Win32 as a DLL. It is certainly a lot of work
in any
case but that
requirement to develop the solution in LabVIEW 4.0 seems rather antiquated
to me.

Similar Messages

Maybe you are looking for