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. Managed C++/CLI
  4. How can build an exe file by VS .NET to execute it on Windows_98?

How can build an exe file by VS .NET to execute it on Windows_98?

Scheduled Pinned Locked Moved Managed C++/CLI
csharpvisual-studioquestion
3 Posts 3 Posters 2 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.
  • B Offline
    B Offline
    Behzad Ebrahimi
    wrote on last edited by
    #1

    Hello everyone. How can build an exe file by VS .NET to execute it on Windows_98? Thank you:rose:

    P B 2 Replies Last reply
    0
    • B Behzad Ebrahimi

      Hello everyone. How can build an exe file by VS .NET to execute it on Windows_98? Thank you:rose:

      P Offline
      P Offline
      Paul Ingles
      wrote on last edited by
      #2

      If you're using traditional unmanaged C++ then you should be able to deploy it as with any previous Visual C++ output. If you use MFC then you can link statically to prevent having to send out anything other than the EXE. If you're linking to the shared MFC library then you'll have to distribute the MFCxx.dll too. If you're using Managed C++ (and I'm assuming you are since its in the MC++ forum) then you'll have to install the .NET Runtime on the target machine too. The code compiled from VC#, VB.NET or VC++ using /clr will be MSIL, this is then JIT compiled when its first run courtesy of the .NET CLR. The .NET Runtime ought to be on the VS.NET CDs somewhere, alternatively it'll be available from MSDN -- sorry I don't have the link off-hand. -- Paul "If you can keep your head when all around you have lost theirs, then you probably haven't understood the seriousness of the situation." - David Brent, from "The Office" MS Messenger: paul@oobaloo.co.uk Sonork: 100.22446

      1 Reply Last reply
      0
      • B Behzad Ebrahimi

        Hello everyone. How can build an exe file by VS .NET to execute it on Windows_98? Thank you:rose:

        B Offline
        B Offline
        Brian Olej
        wrote on last edited by
        #3

        For future reference we would appreciate it if you would not post the same question more then once across the different message boards, I believe you asked this exact question in the .NET Framework board also. Thanks:cool: "We will thrive in the new environment, leaping across space and time, everywhere and nowhere, like air or radiation, redundant, self-replicating, and always evolving." -unspecified individual

        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