Re: DeviceIOControl Windows Vista
- From: Tim Roberts <timr@xxxxxxxxx>
- Date: Tue, 29 Apr 2008 23:00:57 -0700
Mario <Mario@xxxxxxxxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxx
Providenza & Boekelheide, Inc.
.
Relevant Pages
- DeviceIOControl Windows Vista
... We made some DLL with Visual C and it was compile with Windows XP. ... using those DLL on a PC with Windows Vista, it "freezes" on DeviceIOControl. ... (microsoft.public.vc.language) - Re: VBA and VSTO
... If you compile in VB6 with Global MultiUse than all you have to do is set a reference in Excel to your dll via Tools, References and you can access your functions in the dll directly. ... You will have to register the dll as well with Windows with Regsvr32, but that can be done quite simply in VBA. ... (microsoft.public.excel.programming) - Re: HOW CAN I OPEN A COM PROJECT COMPILED IN VS2005, IN VS2003?
... I keep getting the .exe output when I compile in the VC7. ... the General Configuration Type to be .dll in the Project Property. ... Microsoft MVP, MCSD ... instead create my own folders for file grouping... ... (microsoft.public.win32.programmer.ole) - GlobalMultiUse component breaks its compatibility !!!
... I have a component (ActiveX dll) with only one class in it. ... compiled, even though the binary compatibility is set, a new UUID is ... Public Property Let MyStringProp(ByVal vNewValue As String) ... Compile the project. ... (microsoft.public.vb.com) - LNK2020 using managed/unmanaged classes combination and workaround question
... mark 'DLL' and 'Export Symbols'). ... this is a managed class added to the DLL. ... To the Windows Forms project, ... make sure you compile everything with /clr. ... (microsoft.public.dotnet.languages.vc) |
|