MSVC 4.2 
Author Message
 MSVC 4.2

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.



Tue, 29 Nov 2005 16:21:26 GMT  
 MSVC 4.2

Quote:
>Do somebody know where can I find MSVC ver 4.2. It is necessary for me for
>compiling 16-bit DLLs for Windows 98.

You need VC1.52 to create a 16-bit DLL.

If you subscribe to MSDN, it's on one of the CD's - and probably on
the subscriber's download page.

Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq



Tue, 29 Nov 2005 22:20:31 GMT  
 MSVC 4.2

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



Wed, 30 Nov 2005 05:29:45 GMT  
 MSVC 4.2
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



Wed, 30 Nov 2005 17:38:12 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. MSVC 4.2 Problems (MFC/non MFC)

2. Changes between MSVC 4.2 and 5.0

3. using breakpoints MSVC 4.2

4. problem with alignment of struct member datas (MSVC 4.2)

5. DAO SDK 3.5 with MSVC 4.2

6. new problem with msvc 4.2 and odbc recordset

7. SetFieldNull in CRecordset (MSVC 4.2)

8. Watching static variables doesnt work in MSVC 4.2 but does in 5.0

9. MSVC 4.2 Project configuration using external makefile

10. Setting up the latest platform SDK with MSVC 4.2

11. MSVC 4.2 Japanese

12. MSVC 4.2 watch problem

 

 
Powered by phpBB® Forum Software