Device driver compatability between Win95 & Win98
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How to write device drivers compatible with both Win 95/98 – resources, steps, what development tools are needed, etc. Tell me why
-
How to write device drivers compatible with both Win 95/98 – resources, steps, what development tools are needed, etc. Tell me why
Your best bet would be to look at the Windows DDK and samples to learn about specific platform differences. Knowledge of assembly and C are helpful.