Re: Visual Studio 5.0 compatibility by Ray
Ray
Thu Jun 30 11:20:20 CDT 2005
Is this a VxD or a WDM style driver?
In either case, I would be very surprised if you were unable to use the
6.0 compiler unless you're using an old version of some driver package
like VToolsD.
We build our Win98/Me WDM drivers using VC++ 6 all the time, for
example. What is it that makes you think you can only build with VC++
5.0? I.e. what error messages are you getting, etc.?
Anyway, Visual Studio 5 was a very short lived, and frankly not very
stable, version of the compiler. Probably all you're doing to find lying
around is the 4.2 version (needed for some old Win95 drivers and certain
kinds of VxD) and the 6.0 version. Those are both in MSDN (as is VC++
1.52 if you *really* need to compile a 16 bit binary for some obscure
reason :-).
gaya wrote:
> Hi,
>
> Am working with Win98 operating system
>
> Building needs Visual studio/VC++ 5.0
>
> How to make 6.0 version compatible for that
>
> Thanks and Regards
> Gayathri
>
--
../ray\..