Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Where can I get Visual C++ 1.5 ?

Where can I get Visual C++ 1.5 ?

Scheduled Pinned Locked Moved C / C++ / MFC
c++question
12 Posts 9 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Cyrus Dang
    wrote on last edited by
    #1

    Hello, Now I need a 16-bit compiler to build a 16-bit DLL. How can I get Visual C++ 1.5? Thanks for reading. Sincerely. ____ Tuan

    L R N R C 5 Replies Last reply
    0
    • C Cyrus Dang

      Hello, Now I need a 16-bit compiler to build a 16-bit DLL. How can I get Visual C++ 1.5? Thanks for reading. Sincerely. ____ Tuan

      L Offline
      L Offline
      LasVegasGuy
      wrote on last edited by
      #2

      Jokes should be posted in the Soapbox section

      I 1 Reply Last reply
      0
      • C Cyrus Dang

        Hello, Now I need a 16-bit compiler to build a 16-bit DLL. How can I get Visual C++ 1.5? Thanks for reading. Sincerely. ____ Tuan

        R Offline
        R Offline
        Ryan_Roberts
        wrote on last edited by
        #3

        I think you can get it from MSDN subscriber downloads. Or room 101. Ryan.

        1 Reply Last reply
        0
        • C Cyrus Dang

          Hello, Now I need a 16-bit compiler to build a 16-bit DLL. How can I get Visual C++ 1.5? Thanks for reading. Sincerely. ____ Tuan

          N Offline
          N Offline
          NormDroid
          wrote on last edited by
          #4

          Even though it's an obsolete Win16 product I sure microsoft still charge a small fee. The only real way I can think of it a MSDN it's and it's only avaible in Visual C++ 1.52 (English)

          I am that is

          1 Reply Last reply
          0
          • C Cyrus Dang

            Hello, Now I need a 16-bit compiler to build a 16-bit DLL. How can I get Visual C++ 1.5? Thanks for reading. Sincerely. ____ Tuan

            R Offline
            R Offline
            Ravi Bhavnani
            wrote on last edited by
            #5

            It's part of MSDN. /ravi Let's put "civil" back in "civilization" Home | Articles | Freeware | Music ravib@ravib.com

            1 Reply Last reply
            0
            • C Cyrus Dang

              Hello, Now I need a 16-bit compiler to build a 16-bit DLL. How can I get Visual C++ 1.5? Thanks for reading. Sincerely. ____ Tuan

              C Offline
              C Offline
              Cyrus Dang
              wrote on last edited by
              #6

              Thank you very much for all replies. Now I'm downloading it from MSDN. Special thanks to Normski. Yes, it's Visual C++ 1.52 (English). Best regard. ____ Tuan

              T 1 Reply Last reply
              0
              • L LasVegasGuy

                Jokes should be posted in the Soapbox section

                I Offline
                I Offline
                Ian Darling
                wrote on last edited by
                #7

                As it happens, that's actually not that unreasonable a thing to ask :-) I know there are a lot of DOS based handheld barcode terminals out there still getting new software written for them (I work somewhere that does just that), and there's probably a lot of DOS apps on PCs that still need maintaining (much as we'd all like to be using .NET), and version 1.5 is the last version of Visual C++ to support compiling for DOS. But yeah :-D -- Ian Darling "The moral of the story is that with a contrived example, you can prove anything." - Joel Spolsky

                K 1 Reply Last reply
                0
                • C Cyrus Dang

                  Thank you very much for all replies. Now I'm downloading it from MSDN. Special thanks to Normski. Yes, it's Visual C++ 1.52 (English). Best regard. ____ Tuan

                  T Offline
                  T Offline
                  Tom Archer
                  wrote on last edited by
                  #8

                  Were you able to download it? I've got a ton of 1.52c cds sitting around if you need one. Cheers, Tom Archer * Inside C# -Second Edition * Visual C++.NET Bible * Extending MFC Applications with the .NET Framework

                  C 1 Reply Last reply
                  0
                  • T Tom Archer

                    Were you able to download it? I've got a ton of 1.52c cds sitting around if you need one. Cheers, Tom Archer * Inside C# -Second Edition * Visual C++.NET Bible * Extending MFC Applications with the .NET Framework

                    C Offline
                    C Offline
                    Cyrus Dang
                    wrote on last edited by
                    #9

                    Dear Mr. Archer, Thank you very much for your suggestion. Actually, my company has a license for MSDN Subscriber downloads. So I found it after getting Mr. Normski's reply. Again, thank you so much. ____ Tuan

                    T 1 Reply Last reply
                    0
                    • C Cyrus Dang

                      Dear Mr. Archer, Thank you very much for your suggestion. Actually, my company has a license for MSDN Subscriber downloads. So I found it after getting Mr. Normski's reply. Again, thank you so much. ____ Tuan

                      T Offline
                      T Offline
                      Tom Archer
                      wrote on last edited by
                      #10

                      You're very welcome, Tuan. We're kind of a family around here so I like to help when I can. Good luck with your project. Cheers, Tom Archer * Inside C# -Second Edition * Visual C++.NET Bible * Extending MFC Applications with the .NET Framework

                      A 1 Reply Last reply
                      0
                      • T Tom Archer

                        You're very welcome, Tuan. We're kind of a family around here so I like to help when I can. Good luck with your project. Cheers, Tom Archer * Inside C# -Second Edition * Visual C++.NET Bible * Extending MFC Applications with the .NET Framework

                        A Offline
                        A Offline
                        Anonymous
                        wrote on last edited by
                        #11

                        I guess if you do some changes in the project settings prorbably you can generated win16 output, not sure, but its a pointer to a sol.

                        1 Reply Last reply
                        0
                        • I Ian Darling

                          As it happens, that's actually not that unreasonable a thing to ask :-) I know there are a lot of DOS based handheld barcode terminals out there still getting new software written for them (I work somewhere that does just that), and there's probably a lot of DOS apps on PCs that still need maintaining (much as we'd all like to be using .NET), and version 1.5 is the last version of Visual C++ to support compiling for DOS. But yeah :-D -- Ian Darling "The moral of the story is that with a contrived example, you can prove anything." - Joel Spolsky

                          K Offline
                          K Offline
                          Kevin McFarlane
                          wrote on last edited by
                          #12

                          As it happens I've just started a new contract where I've got to provide fixes and enhancements to VC++ 1.5 applications. I've not used 1.5 for almost 10 years so it's like going back to the dark ages but it pays the bills! Luckily, the same client is also doing and moving to .NET so I should be able to work on this too. Kevin

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups