I was studying notes on what the books cover and apparently the books include programming examples. From what I read, the examples are for .Net this and .Net that. Not everybody uses .Net (in fact I hope to fight it to the bitter end), so are there no simple Win32 examples available? Quite often the 'problems' application developers encounter have less to do with hardware and considerably more with fumbling through...Win32 API's, .Net, etc... From much effort of my own since 1999, I have collected fragments of code that uses the Win32 API (quite well) to write my own easy-to-use C++ wrapper. I was studying some code to access USB that also uses the Win32 API. The thing is, who knows when to use what data when, etc...?
If there is any 'legacy' programming examples that use the Win32 API, is it possible to publish it (one way or the other)?
Thanks,
Steve.