From: Mario on
We made some DLL with Visual C and it was compile with Windows XP. When
using those DLL on a PC with Windows Vista, it "freezes" on DeviceIOControl.
Any suggestions to fix the problem? Should we compile with Windows Vista?

--
Mario
From: David Lowndes on
>We made some DLL with Visual C and it was compile with Windows XP. When
>using those DLL on a PC with Windows Vista, it "freezes" on DeviceIOControl.
>Any suggestions to fix the problem? Should we compile with Windows Vista?

The platform you compile on is irrelevant (given the same version of
compiler, headers and libs of course).

Dave
From: Tim Roberts on
Mario <Mario(a)discussions.microsoft.com> wrote:
>
>We made some DLL with Visual C and it was compile with Windows XP. When
>using those DLL on a PC with Windows Vista, it "freezes" on DeviceIOControl.
>Any suggestions to fix the problem?

It's interesting that you would blame the compiler first. WHICH
DeviceIoControl were you calling, and on what device? Perhaps you should
post the code.
--
Tim Roberts, timr(a)probo.com
Providenza & Boekelheide, Inc.