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. DLL Hell Going From Win2000 to XP

DLL Hell Going From Win2000 to XP

Scheduled Pinned Locked Moved C / C++ / MFC
helpcsharpcomquestion
10 Posts 6 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.
  • T Offline
    T Offline
    ttran7700
    wrote on last edited by
    #1

    Hello, I'm sorry if I've already posted this message. I'm having some issues with posting. I'm developing an app on Windows 2000 using Visual .Net. It works fine on Win 2000, but I bring the app over to a PC running XP and it tells me I'm missing DLL's!!! Just as a test, I wrote a simple hello world program, and I still get the same error. I've tried the app on severl different PC's running XP and get the same error. What's going on? Is it an operating issue? Or is there something wrong with my .Net settings??? Thanks. Please reply to ttran7700@yahoo.com

    D J T 4 Replies Last reply
    0
    • T ttran7700

      Hello, I'm sorry if I've already posted this message. I'm having some issues with posting. I'm developing an app on Windows 2000 using Visual .Net. It works fine on Win 2000, but I bring the app over to a PC running XP and it tells me I'm missing DLL's!!! Just as a test, I wrote a simple hello world program, and I still get the same error. I've tried the app on severl different PC's running XP and get the same error. What's going on? Is it an operating issue? Or is there something wrong with my .Net settings??? Thanks. Please reply to ttran7700@yahoo.com

      D Offline
      D Offline
      Dominik Reichl
      wrote on last edited by
      #2

      ttran7700 wrote: it tells me I'm missing DLL's!!! Which ones? -Dominik


      _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;)

      T 1 Reply Last reply
      0
      • T ttran7700

        Hello, I'm sorry if I've already posted this message. I'm having some issues with posting. I'm developing an app on Windows 2000 using Visual .Net. It works fine on Win 2000, but I bring the app over to a PC running XP and it tells me I'm missing DLL's!!! Just as a test, I wrote a simple hello world program, and I still get the same error. I've tried the app on severl different PC's running XP and get the same error. What's going on? Is it an operating issue? Or is there something wrong with my .Net settings??? Thanks. Please reply to ttran7700@yahoo.com

        J Offline
        J Offline
        John M Drescher
        wrote on last edited by
        #3

        Do you have the compiler installed on all these XP machines?? The complier installs many DLLs that are not system DLLs. John

        1 Reply Last reply
        0
        • D Dominik Reichl

          ttran7700 wrote: it tells me I'm missing DLL's!!! Which ones? -Dominik


          _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;)

          T Offline
          T Offline
          ttran7700
          wrote on last edited by
          #4

          It says it is missing msvcr70d.dll and msvcp70.dll. I've tried copying them and placing them into the systems folder on the XP, but it still can't seem to find them. Doesn't 70 refer to .Net 2002 and 7.1 refer to .Net 2003? Thanks for the help.

          I 1 Reply Last reply
          0
          • T ttran7700

            Hello, I'm sorry if I've already posted this message. I'm having some issues with posting. I'm developing an app on Windows 2000 using Visual .Net. It works fine on Win 2000, but I bring the app over to a PC running XP and it tells me I'm missing DLL's!!! Just as a test, I wrote a simple hello world program, and I still get the same error. I've tried the app on severl different PC's running XP and get the same error. What's going on? Is it an operating issue? Or is there something wrong with my .Net settings??? Thanks. Please reply to ttran7700@yahoo.com

            T Offline
            T Offline
            ttran7700
            wrote on last edited by
            #5

            It says it is missing msvcr70d.dll and msvcp70.dll. I've tried copying them and placing them into the systems folder on the XP, but it still can't seem to find them. Doesn't 70 refer to .Net 2002 and 7.1 refer to .Net 2003? Thanks for the help.

            P M 2 Replies Last reply
            0
            • T ttran7700

              Hello, I'm sorry if I've already posted this message. I'm having some issues with posting. I'm developing an app on Windows 2000 using Visual .Net. It works fine on Win 2000, but I bring the app over to a PC running XP and it tells me I'm missing DLL's!!! Just as a test, I wrote a simple hello world program, and I still get the same error. I've tried the app on severl different PC's running XP and get the same error. What's going on? Is it an operating issue? Or is there something wrong with my .Net settings??? Thanks. Please reply to ttran7700@yahoo.com

              T Offline
              T Offline
              ttran7700
              wrote on last edited by
              #6

              We've already tried installing the Visual .Net on the XP machine. It did nothing for me. It suggests that I re-install .NET :( I don't know why should even need .Net to run the app. I don't expect to need Visual Studio to run Word on my PC. This is simply too strange. Thanks for all the help.

              1 Reply Last reply
              0
              • T ttran7700

                It says it is missing msvcr70d.dll and msvcp70.dll. I've tried copying them and placing them into the systems folder on the XP, but it still can't seem to find them. Doesn't 70 refer to .Net 2002 and 7.1 refer to .Net 2003? Thanks for the help.

                P Offline
                P Offline
                Peter Weyzen
                wrote on last edited by
                #7

                msvcr70d.dll is a debug library, and is part of the .NET install. Try building the program as a non-debug version. OR install .net on the other machine. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Peter Weyzen Staff Engineer [Santa Cruz Networks](http://www.santacruznetworks.com)

                1 Reply Last reply
                0
                • T ttran7700

                  It says it is missing msvcr70d.dll and msvcp70.dll. I've tried copying them and placing them into the systems folder on the XP, but it still can't seem to find them. Doesn't 70 refer to .Net 2002 and 7.1 refer to .Net 2003? Thanks for the help.

                  M Offline
                  M Offline
                  Michael P Butler
                  wrote on last edited by
                  #8

                  msvcr70d.dll is DEBUG build dll. This will never be present on machines that don't have VS.NET installed. You first need to create a RELEASE build. I recommend reading this article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/vcoriredistributingmfcatloledbtemplatesapplications.asp[^] Michael 'War is at best barbarism...Its glory is all moonshine. It is only those who have neither fired a shot nor heard the shrieks and groans of the wounded who cry aloud for blood, more vengeance, more desolation. War is hell.' - General William Sherman, 1879

                  T 1 Reply Last reply
                  0
                  • M Michael P Butler

                    msvcr70d.dll is DEBUG build dll. This will never be present on machines that don't have VS.NET installed. You first need to create a RELEASE build. I recommend reading this article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/vcoriredistributingmfcatloledbtemplatesapplications.asp[^] Michael 'War is at best barbarism...Its glory is all moonshine. It is only those who have neither fired a shot nor heard the shrieks and groans of the wounded who cry aloud for blood, more vengeance, more desolation. War is hell.' - General William Sherman, 1879

                    T Offline
                    T Offline
                    ttran7700
                    wrote on last edited by
                    #9

                    That's the funny thing. I tried installing Visual .Net on the XP machine and get the same error. Is there such a thing as msvcr71d.dll? I mean Visual Studio (the latest) is 6.0, Visual .Net is 7.0. Is there a Visual .Net version 7.1. Thank you for the help.

                    1 Reply Last reply
                    0
                    • T ttran7700

                      It says it is missing msvcr70d.dll and msvcp70.dll. I've tried copying them and placing them into the systems folder on the XP, but it still can't seem to find them. Doesn't 70 refer to .Net 2002 and 7.1 refer to .Net 2003? Thanks for the help.

                      I Offline
                      I Offline
                      Ilushka
                      wrote on last edited by
                      #10

                      msvcr70d is obviously a debug library. I wonder if he tried to build a release. ;) Sincerely yours, Ilya Kalujny.

                      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