
Is programming windows 98 the same as programming windows 2000
In general, no.. there is little difference. There are some differences,
mainly in the capabilities of functions you already know. GDI components
have larger parameter boundaries than in 98, etc...
There are also some new API's for security and such. Unless you're writing
device drivers, chances are you won't even notice much difference.
Quote:
> Hi,
> I'm not sure whether this is the right newsgroup to post my question to,
so
> I apologise for any mistake that I make.
> I guess I should further elaborate what my question means, o.k so here it
> goes, you see, I've been learning how to program in windows for a while
> using visual C++ (version 6) on Windows 98 SE and I was thinking of
> upgrading my windows to windows 2000. So my question is, are there any
> differences between creating a windows 98 program and a windows 2000
> program? As I don't want my current windows programming knowledge to go
> waste, I hear that win2000 programs are very different from win98
> programs.......can anyone please explain to me? Thanks in advance.
> also, another question I would like to ask is, can you install directx in
> windows 2000?
> TDR