Porting to Win32™: A Guide to Making Your Applications Ready for the 32-Bit Future of Windows™
✍ Scribed by Thomas Lauer (auth.)
- Publisher
- Springer-Verlag New York
- Year
- 1996
- Tongue
- English
- Leaves
- 440
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
✦ Synopsis
and Overview book: to undertake an expedition into these new and to a large extent unexplored territories, explaining along the way what all these things mean to existing programs and their native use under Win32 systems. After all, before putting such nice things as multiple threads or Unicode into their applications, developers have to port them to Win32 in the first place! And this is, in spite of all the promises from Microsoft, somewhat more difficult than I'd expected - at the very least in certain sections. The book is not focused so much on the detailed explanation of all the new functions and possibilities (these won't escape you anyway!); rather, its main concern is to make the transition from 16 to 32 bit as easy and smooth as possible for you as the developer and/or project lead. So, let's have a closer look at the individual parts of the text! Chapter 1: Fundamental The first chapter is for project leads and developers alike. It gives an Aspects and Preliminary overview of the new Win32 systems, describes the most important fea- Considerations tures, and compares them with Win16 and also with the competition coming along in the form of OS/2 3. x and UNIX. I'll show the important architectural and implementation issues, concentrating on Windows NT and detailing the differences for Windows 95 when required.
✦ Table of Contents
Front Matter....Pages i-xviii
Introduction and Overview....Pages 1-5
Fundamental Aspects and Preliminary Considerations....Pages 7-80
Strategies to Portable Programming....Pages 81-134
Portable Programs in C and C++....Pages 135-200
Portable Windows Programming....Pages 201-317
Win32 Development Tools and Their Use....Pages 319-354
Back Matter....Pages 355-428
✦ Subjects
Operating Systems
📜 SIMILAR VOLUMES
Using multiple threads, you can create high-performance servers, build extensions for Internet servers, take advantage of multiprocessor systems, build sophisticated objects in OLE and COM, and improve application responsiveness. Writing such software requires more than theory and a reference manual
Multithreading - dividing an application into multiple independent streams of execution - is a powerful but potentially intimidating programming technique. Multithreading Applications in Win32 The Complete Guide to Threads teaches you how to build multithreaded applications step by step, starting wi
Assuming a knowledge of 16-bit Windows programming, this book explains what is new and different about Windows NT and details what programmers need to know to exploit the feature or mechanism in their programs. The book contains chapters on NT's powerful memory-management system, issues relating to