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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. vc++ compilation question.

vc++ compilation question.

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++questionvisual-studiosysadmin
4 Posts 3 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
    trustno1
    wrote on last edited by
    #1

    hi, if i create a vc++(/w visual studio.net under winxp pro) application and compile it using the option 'use mfc in static library'.. will this application work under win2k, win98 and winnt without crashing or require the user to download some kind of windows updates to get it working? if i create a setup files using visual studio.net's 'setup and deployment projects'>'setup wizard', will these setup files works on win98, winnt and win2k? thx in advance.

    M 1 Reply Last reply
    0
    • T trustno1

      hi, if i create a vc++(/w visual studio.net under winxp pro) application and compile it using the option 'use mfc in static library'.. will this application work under win2k, win98 and winnt without crashing or require the user to download some kind of windows updates to get it working? if i create a setup files using visual studio.net's 'setup and deployment projects'>'setup wizard', will these setup files works on win98, winnt and win2k? thx in advance.

      M Offline
      M Offline
      Michael Dunn
      wrote on last edited by
      #2

      trustno1 wrote: will this application work under win2k, win98 and winnt without crashing or require the user to download some kind of windows updates to get it working? That's impossible to answer without knowing what your program does. As long as you only use features that are in all those OSes, the app should work (in theory). --Mike-- Looks like I picked the wrong week to stop sniffing glue. 1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click! My really out-of-date homepage Sonork-100.19012 Acid_Helm

      T 1 Reply Last reply
      0
      • M Michael Dunn

        trustno1 wrote: will this application work under win2k, win98 and winnt without crashing or require the user to download some kind of windows updates to get it working? That's impossible to answer without knowing what your program does. As long as you only use features that are in all those OSes, the app should work (in theory). --Mike-- Looks like I picked the wrong week to stop sniffing glue. 1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click! My really out-of-date homepage Sonork-100.19012 Acid_Helm

        T Offline
        T Offline
        trustno1
        wrote on last edited by
        #3

        Michael Dunn wrote: That's impossible to answer without knowing what your program does. As long as you only use features that are in all those OSes, the app should work (in theory). my program uses mfc and odbc. it basically gets input data from the user, stores input data into the db(ms access db, .mdb file is included in the setup) and create text files on the db content(file io).. will these operations work in win2k, win98, and winnt? or do i need to include some .dll with the setup?

        S 1 Reply Last reply
        0
        • T trustno1

          Michael Dunn wrote: That's impossible to answer without knowing what your program does. As long as you only use features that are in all those OSes, the app should work (in theory). my program uses mfc and odbc. it basically gets input data from the user, stores input data into the db(ms access db, .mdb file is included in the setup) and create text files on the db content(file io).. will these operations work in win2k, win98, and winnt? or do i need to include some .dll with the setup?

          S Offline
          S Offline
          Stlan
          wrote on last edited by
          #4

          I have recently writen a very simple application in WinXP with VC.NET in MFC with a simple use of an ODBC driver. To make it run on a Windows NT 4.0 workstation, I must install NTSP6 (if not installed, missing DLL error message when launching the application)

          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