comp.os.mswindows.programmer.win32
  Home FAQ Contact Sign in
comp.os.mswindows.programmer.win32 only
 
Advanced search
January 2008
motuwethfrsasuw
 123456 1
78910111213 2
14151617181920 3
21222324252627 4
28293031    5
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
comp.os ... win32 Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  DDK         


Author: hugomind
Date: Jan 5, 2008 09:52

Hi,

I've downloaded den Microsoft DDK 3790.1830 and there is an example
under 3790.1830\src\storage\filters\diskperf
I've compiled this one and would like to know where I could find the
information that are written by using the DebugPrint function ?

DebugPrint((2, "DiskPerfAddDevice: Driver %%X Device %%X\n",
DriverObject, PhysicalDeviceObject));

I'm trying to get some knowledge on writing filter drivers.

Regards,
Hugo
1 Comment
  Re: Colored bitmaps in Visual C++         


Author: Richard Heathfield
Date: Jan 5, 2008 07:24

Vincent Petruccelli said:
> I am using Visual C++ to write a simple computer game, using bitmap
> images. However, I can only use 16 colors in a given bitmap. If I try to
> import a bitmap from Paint, which has (say) 256 colours, Visual C++
> always reduces the palette down to 16 colors, often ruining the image.
>
> Is there any way to tell Visual C++ to allow for more than 16 colors in a
> bitmap?

Several people have pointed out that this question is OT in acllcc++, but I
don't think you've yet been given a good recommendation for a better
newsgroup. The best group for such questions, in my opinion, is
comp.os.ms-windows.programmer.win32, which is healthily independent of MS
and yet chock-full of expertise. I recommend that you subscribe to it.

Crossposted to that group, followups set.

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
1 Comment