Porting to 64 Bit
Tech-Archive recommends: Fix windows errors by optimizing your registry
Hi,
I have ported my driver for 64 bit using the DDk. I wanted to know is there
something similar for user mode apps. I use Studio .Net 2003 and have a MFC
based application that also uses COM. What shall i do to compile it for 64
bit windows.
I actually ran my 32 bit version and it seems to run fine except this
function :
EnumProcessModules. I keep getting an error 299 back (GetLastError()).
code is : ERROR_PARTIAL_COPY.
I am psssing enough handle memory to the function.....
any clues
thanks
Pankaj
.
Relevant Pages
- Re: Printer Driver hangs in installation on Vista
... I strongly suggest to build the driver with the DDK, ... Studio for this. ... (You can of course use it as you editor) ... (microsoft.public.development.device.drivers) - Re: Building a device driver using VC6 and VC2005
... MSFT only supports drivers built using the ddk using build.exe and the ... Linker settings for VC2005 ... I have successfully built a device driver, that runs without fault, using ... Linker settings for VC6 ... (microsoft.public.development.device.drivers) - Re: SMBus Support in Windows XP
... Older DDK there exists acpisim which does not appear in the lastest 2008 DDK. ... at XP but once again the wmiacpi.sys driver is not present on my XP SP2 ... would like to communicate with devices on the SMBus be they ... What about batteries and other devices on SMB, ... (microsoft.public.development.device.drivers) - Re: Driver development
... Windows, support for the various power modes, hot-plugging. ... Don Burn (MVP, Windows DDK) ... Windows 2k/XP/2k3 Filesystem and Driver Consulting ... (microsoft.public.development.device.drivers) - Re: Newbie question: how to develop DDK in Visual Studio 2005
... Studio 6, but none seem to be around and that is good. ... You can copy any makefile from any project in the WDK as they are all the ... The sources and dirs files can be copied from a driver ... DDK project skeleton for us. ... (microsoft.public.development.device.drivers) |
|