I`am making printer driver and found that these drivers are only 16-bit. In
the 98 DDK all sources oriented on 16-bit compilers only. And unfortunately
98 DDK does not contain 16-bit compiler.
Quote:
> >Hello.
> >Do somebody know where can I find MSVC ver 4.2. It is necessary for me
for
> >compiling 16-bit DLLs for Windows 98.
> >Thank you.
> I don't think 4.2 will compile a 16bit DLL. I think 1.52 (bundled
> with 4.0,4.1, not sure about 4.2) was the last version capable of
> this.
> At any rate, why would you need to? win98 is fully capable of using
> 32bit DLLs compiled with contemporary compilers.
> ----------------------------------------
> Thanks,
> MCheu