Balachandar,
Try these links:
Windows and Windows NT Device Driver Development
http://fresh.chsw.com/lists/archives/ddk-l.html
Device Driver Development for Microsoft® Windows®
http://www.chsw.com/ddk/
COMPILERS AND COMPILER GENERATORS
an introduction with C++...
Hello!
I was developing on a 24-bit True Color graphics mode on Win2K.
The toolbar images were of 8-bit indexed colors. The images displayed as expected.
But when I changed Win2K's graphics mode to 8-bit 256 colors, the toolbar is there but no images for the buttons showed!
I'd like the...
The compiler that the Visual C++ IDE uses is actually the command-line compiler cl.exe. What the Visual C++ IDE does is pass your files(c++, resource, etc.) and your options to the command-line compilers (c++, resource), linker and other tools. The output from these compilers/tools are...
I have a problem when handling strings in asp , with regards to single and double quotes.
If some can give me a best possible solution i will be greatful
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.